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