Description Usage Arguments Value Author(s) Examples
estimate the fragment size of bams
1 | 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
1 2 3 4 | 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)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.