Description Usage Arguments Value Examples
ExoData
is a subclass of GenomicRanges
, used to asses the
quality of ChIP-exo/nexus sample.
1 2 3 |
file |
a character value with location of the bam file with the aligned reads. |
reads |
a |
height |
a numeric value indicating the value used to slice the coverage of the experiment into a set of regions. |
mc.cores |
a numeric value with the number of cores to use, i.e. at most how many child processes will be run simultaneously. |
save.reads |
a logical value to indicate if the reads are stored in the
|
nregions |
a numeric value indicating the number of regions sampled to estimate the quality parameter distributions. The default value is 1e3. |
ntimes |
a numeric value indicating the number of times that regions are sampled to estimate the quality parameter distributions. The default value is 1e2. |
verbose |
a logical value indicating if the user want to receive progress details. The default value is FALSE. |
It returns an ExoData
object with the regions obtained after
partitioning the genome and the summary statistics for each region. If the
save.reads
parameter is TRUE
then it contains a GRanges
object with the reads of the ChIP-exo experiment.
1 2 3 | files <- list.files(system.file("extdata",package = "ChIPexoQualExample"),
full.names = TRUE)
ExoData(files[5],mc.cores = 2L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.