Description Usage Arguments Value See Also Examples
View source: R/ImportMethods.R
Calculates CTSS positions from a GenomicRanges object where each element represents a single molecule.
1 | moleculesGR2CTSS(gr)
|
gr |
A GRanges object. |
Returns a GRanges object.
Other loadFileIntoGPos: bam2CTSS,
import.CTSS, import.bam.ctss,
import.bam, import.bedCTSS,
import.bedScore,
import.bedmolecule,
loadFileIntoGPos
1 2 | gr <- GenomicRanges::GRanges("chr1", IRanges::IRanges(1, 10), c("+", "-", "+"))
CAGEr:::moleculesGR2CTSS(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.