Description Usage Arguments Value Author(s) Examples
View source: R/connect_RnBeads.R
This function calculates the FDRP scores for a given RnBSet and a bam file containing the reads.
1 2 3 4 5 6 7 8 | rnb.calculate.fdrp(
rnb.set,
bam.path,
log.path = getwd(),
cores = 1,
use.sex.chromosomes = FALSE,
...
)
|
rnb.set |
RnBSet object containing the CpG sites for which calculation should be conducted |
bam.path |
path to the bam file containing the reads |
log.path |
path to the log directory, if not existing it is created |
cores |
cores available for the analysis |
use.sex.chromosomes |
Flag indicating if scores are also to be computed for the sex chromosomes |
... |
Further parameters passed to calculate.fdrp |
FDRP scores for the CpG sites in the RnBSet with a higher coverage than COVERAGE.THRESHOLD
Michael Scherer
1 2 3 4 5 6 | ## Not run:
example.rnb.set <- system.file(file.path("extData","small_rnbSet.zip"),package="WSH")
example.bam <- system.file(file.path("extData","small_example.bam"),package="WSH")
fdrp <- rnb.calculate.fdrp(rnb.set=example.rnb.set,bam.path=example.bam)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.