Description Usage Arguments Value Examples
This function provides methylation statistics for spike-ins. It plots a histogram or set of histograms from spike-in experiments which are helpful to deduce conversion efficiency of the experiment.
1 2 | spikeCheck(proj, auxName = "all", sampleName = NULL, coverage = 0,
targets = NULL, ...)
|
proj |
|
auxName |
string for which spike-ins should be checked, if equals "all" everything is checked |
sampleName |
string for which sample the spike-ins should be checked |
coverage |
minumum coverage before calculation of methylation |
targets |
named list of GRanges objects identifies targeted regions in given auxiliary genomes |
... |
arguments to be passed to |
a list of percentages of methylated CpGs in all reads.
1 2 3 4 5 6 | # spikeCheck(proj,auxName="all",sampleName="ES.2")
# spikeCheck(proj,auxName="T7",sampleName="ES.2")
#la.gr=readRDS("/work2/gschub/Juliane/HTS/QuasRBiSeq/lamdaGR.rds")
# par(mfrow=c(2,2))
#spikeCheck(proj,auxName="all",sampleName="ES.2",targets=list(lambda=la.gr))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.