cannot change ref_genome in sig_tally #443
-
Hi, I am trying to change ref_genome attribute to BSgenome.Hsapiens.UCSC.hg38. I install the ref_genome using BiocManager::install("BSgenome.Hsapiens.UCSC.hg38") I downloaded the human_hg38_gene_info.rds file and put it into proper directory However, when running the sig_tally(), it still uses the hg19 - see here: Can you help me and tell me what is the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, have you set |
Beta Was this translation helpful? Give feedback.
Hi, you used the
read_vcf
, please set the option to "hg38" in this function. You set thesig_tally()
correctly. :)sigminer/R/read_vcf.R
Line 24 in d802c14