Open chenggang108 opened 2 years ago
Hi,
I am trying to get the RCP normalized with genome-wide. I would like to exclude X and Y chromosomes.
The following code are give the same results:
RCP(explist, chromsToUse = c(paste0('chr',1:19)), genomeWide = T)
RCP(explist, genomeWide = T)
Can I do the genome-wide with only autosomes?
Thanks
Gang
Hi,
I am trying to get the RCP normalized with genome-wide. I would like to exclude X and Y chromosomes.
The following code are give the same results:
RCP(explist, chromsToUse = c(paste0('chr',1:19)), genomeWide = T)
RCP(explist, genomeWide = T)
Can I do the genome-wide with only autosomes?
Thanks
Gang