View source: R/ImportMethods.R
import.bedmolecule | R Documentation |
Imports a BED file where each line counts for one molecule in a GRanges object where each line represents one nucleotide.
import.bedmolecule(filepath)
filepath |
The path to the BED file. |
Returns a CTSS
object.
Other loadFileIntoGPos:
bam2CTSS()
,
import.CTSS()
,
import.bam()
,
import.bam.ctss()
,
import.bedCTSS()
,
import.bedScore()
,
loadFileIntoGPos()
,
moleculesGR2CTSS()
# TODO: add exmaple file
# import.BED(system.file("extdata", "example.bed", package = "CAGEr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.