View source: R/enrichmentTSS.R
enrichmentTSS | R Documentation |
Get TSS enrichment
enrichmentTSS(
bam_files,
promoter_saf,
suffix = ".bam",
nthreads = 5,
paired_end = FALSE
)
bam_files |
Character vector of BAM files to obtain enrichment. |
promoter_saf |
SAF promoter file generated with |
suffix |
Suffix to remove from bam files to use as sample names. Default: ".bam". |
nthreads |
Number of cores to use for the analysis. |
paired_end |
Logical indicating whether the libraries are paired end or not. (Default: FALSE). |
Data.frame with the different promoter bins and the mean reads per sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.