ccagc / QDNAseq

QDNAseq package for Bioconductor
47 stars 27 forks source link

T2T genome support #125

Open liuyang2006 opened 5 months ago

liuyang2006 commented 5 months ago

Hi, I am going to use T2T chm13v2 human genome, is there any ready package to use for bin annotation? Thank you!

Below is the hg38 example:

library(QDNAseq)
library(QDNAseq.hg38)

bins <- getBinAnnotations(binSize = bin_size, genome = "hg38")

Best, Yang