Description Usage Arguments Value See Also Examples
View source: R/ImportMethods.R
Imports a BED file where each line counts for one molecule in a GRanges object where each line represents one nucleotide.
1 | import.bedmolecule(filepath)
|
filepath |
The path to the BED file. |
Returns a CTSS
object.
Other loadFileIntoGPos: bam2CTSS
,
import.CTSS
, import.bam.ctss
,
import.bam
, import.bedCTSS
,
import.bedScore
,
loadFileIntoGPos
,
moleculesGR2CTSS
1 2 | # 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.