View source: R/phantomPeakQual.R
phantomPeakQC | R Documentation |
Needs gawk unix package installed.
phantomPeakQC(
bam_file,
out_dir = "phantomPeakQC/",
suffix = ".bam",
path_phantom = "run_spp.R",
nthreads = 5
)
bam_file |
Character with the path of the BAM file. |
suffix |
Suffix to remove from the bam_file to generate the sample name. |
path_phantom |
Path to the phantom peak Rscript. Default assumes it is in your PATH. |
nthreads |
Number of threads to use for the analysis. |
Data.frame containing the results of the QC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.