getTSS | R Documentation |
getTSS function is used to precisely identify TSSs from multiple input file formats. The files include users' home-made alignment files (bam format) or downloaded files from public databases. See inputFilesType for details on the supported input file formats.
getTSS(object, sequencingQualityThreshold = 10,
mappingQualityThreshold = 20, softclippingAllowed = FALSE)
## S4 method for signature 'TSSr'
getTSS(
object,
sequencingQualityThreshold = 10,
mappingQualityThreshold = 20,
softclippingAllowed = FALSE
)
object |
A TSSr object. |
sequencingQualityThreshold |
Used only if inputFilesType == "bam" or "bamPairedEnd", otherwise ignored. |
mappingQualityThreshold |
Used only if inputFilesType == "bam" or "bamPairedEnd", otherwise ignored. |
softclippingAllowed |
Used only if inputFilesType == "bam" or "bamPairedEnd". Default is FALSE. |
Large List of elements - one element for each sample
data(exampleTSSr)
#getTSS(exampleTSSr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.