View source: R/sequencing_QCs.r
ConversionRate | R Documentation |
calculate sequencing library conversion rate on a chromosome of choice
ConversionRate(sampleSheet, genome, chr = 19, cores = 1)
sampleSheet |
QuasR sample sheet |
genome |
BS genome |
chr |
chromosome to calculate conversion rate on (default: 19) |
cores |
number of cores for parallel processing. Defaults to 1 |
Conversion rate
Qinput = paste0(tempdir(), "/NRF1Pair_Qinput.txt") library(BSgenome.Mmusculus.UCSC.mm10) if(file.exists(Qinput)){ # DO NOT RUN # ConversionRatePrecision = ConversionRate(sampleSheet = Qinput, genome = BSgenome.Mmusculus.UCSC.mm10, chr = 19, cores = 1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.