Description Usage Arguments See Also Examples
View source: R/ImportMethods.R
Imports CTSS data from a BAM file.
1 2 | import.bam(filepath, filetype, sequencingQualityThreshold = 10,
mappingQualityThreshold = 20)
|
filepath |
The path to the BAM file. |
filetype |
bam or bamPairedEnd. |
sequencingQualityThreshold |
See getCTSS(). |
mappingQualityThreshold |
See getCTSS(). |
Other loadFileIntoGPos: bam2CTSS,
import.CTSS, import.bam.ctss,
import.bedCTSS,
import.bedScore,
import.bedmolecule,
loadFileIntoGPos,
moleculesGR2CTSS
1 2 | # TODO: add exmaple file
# import.bam(system.file("extdata", "example.bam", package = "CAGEr"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.