fragSizeDist {ATACseqQC} | R Documentation |
estimate the fragment size of bams
fragSizeDist(bamFiles, bamFiles.labels, ylim = NULL, logYlim = NULL)
bamFiles |
A vector of characters indicates the file names of bams. |
bamFiles.labels |
labels of the bam files, used for pdf file naming. |
ylim |
numeric(2). ylim of the histogram. |
logYlim |
numeric(2). ylim of log-transformed histogram for the insert. |
Invisible fragment length distribution list.
Jianhong Ou
bamFiles <- system.file("extdata", "GL1.bam", package="ATACseqQC") bamFiles.labels <- "GL1" fragSizeDist(bamFiles, bamFiles.labels, ylim=c(0, 1e4), logYlim=log10(c(5e-3, 2)))