Skip to content

Commit

Permalink
Minor fix mt_wtc11_allMethods_v7.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirsouza committed Feb 21, 2022
1 parent 9e934ec commit ba34c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ dat[,sel_cols] [k] <- "0/0"
# homopolymers <- homopolymerFinder(genome_ref)
# names(homopolymers) <- sub("(^chr[0-9]+|X|Y).*", "\\1", names(homopolymers))
### load file with all homopolymers of the reference genome created in script /home/vbarbo/project_2021/projects/lrRNAseqVariantCalling/4_create_master_table/jurkat/mt_jurkat_allMethods_v7.Rmd
homopolymers <- readRDS("/home/vbarbo/project_2021/projects/lrRNAseqVariantCalling/homopolymers_GRCh38.p13_all_chr.rds")
homopolymers <- readRDS("/home/vbarbo/project_2021/paper_analysis/extra_files/homopolymers_GRCh38.p13_all_chr.rds")
dat <- add_homopolymer_length_when_indels(dat, homopolymers)
```
Expand Down

0 comments on commit ba34c89

Please sign in to comment.