Description Usage Arguments Value Author(s) Examples
This function allows to load reads from BAM files from both single and paired-end commming from Next Generation Sequencing nucleosome mapping experiments.
1 |
files |
List of input BAM files. |
type |
Describes the type of reads. Values allowed are |
GenomicRanges::GRangesList containing the reads of each input BAM file.
Ricard Illa ricard.illa@irbbarcelona.org
1 2 3 4 | infile <- system.file(
"extdata", "cellCycleM_chrII_5000-25000.bam", package="nucleR"
)
reads <- readBAM(infile, type="paired")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.