View source: R/ImportMethods.R
moleculesGR2CTSS | R Documentation |
Calculates CTSS positions from a GenomicRanges object where each element represents a single molecule.
moleculesGR2CTSS(gr)
gr |
A GRanges object. |
Returns a GRanges object.
Other loadFileIntoGPos:
bam2CTSS()
,
import.CTSS()
,
import.bam()
,
import.bam.ctss()
,
import.bedCTSS()
,
import.bedScore()
,
import.bedmolecule()
,
loadFileIntoGPos()
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.