loadBAM: Load BAM files

Description Usage Arguments Value Author(s) Examples

Description

Load BAM files into R session using targets object especification

Usage

1
loadBAM(targets, cores)

Arguments

targets

A dataframe containing sample, bam and condition columns

cores

Number of proccesors to use

Value

A list of GAlignments. Each element of the list correspond to a BAM file (or sample)

Author(s)

Estefania Mancini, Marcelo Yanovsky, Ariel Chernomoretz

Examples

1
2
3
4
5
library(RNAseqData.HNRNPC.bam.chr14)
targets <- data.frame(bam=RNAseqData.HNRNPC.bam.chr14_BAMFILES,
                       condition=c(rep("CT",4),rep("KD",4)))
targets
bam <- loadBAM(targets)

estepi/ASpliD documentation built on May 16, 2019, 8:53 a.m.