Skip to content

Is it possible to use telomere to telomere instead of hg38? #446

Answered by ShixiangWang
JanSliacky asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JanSliacky

I just pushed code updates to support T2T, can you try installing the latest version and test it?

The code you used should work. If there are any bugs, please report them to me.

Do you think this code would work?

mtf <- data.frame()
for (i in 1:length(vcfs)) {
  m <- read_vcf(vcfs[i], keep_only_pass = FALSE, genome_build = c("T2T")
  mt_tally <- sig_tally(
    m,
    ref_genome = "BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0",
    genome_build = "T2T",
    use_syn = TRUE,
    cores = 16
  )
  mtf <- rbind(mtf, mt_tally$nmf_matrix)
}

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@ShixiangWang
Comment options

@JanSliacky
Comment options

@ShixiangWang
Comment options

@ShixiangWang
Comment options

Answer selected by ShixiangWang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants