readBAM {nucleR} | R Documentation |
This function allows to load reads from BAM files from both single and paired-end commming from Next Generation Sequencing nucleosome mapping experiments.
readBAM(files, type = "paired")
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
infile <- system.file( "extdata", "cellCycleM_chrII_5000-25000.bam", package="nucleR" ) reads <- readBAM(infile, type="paired")