View source: R/ImportMethods.R
import.bedCTSS | R Documentation |
Imports a BED file where each line represents a single base, with a score counting the number of CAGE transcription start sites (CTSS).
import.bedCTSS(filepath)
filepath |
The path to the BED file. |
A GRanges object where each line represents one nucleotide.
Other loadFileIntoGPos:
bam2CTSS()
,
import.CTSS()
,
import.bam()
,
import.bam.ctss()
,
import.bedScore()
,
import.bedmolecule()
,
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.