| import.bedScore {CAGEr} | R Documentation |
Imports a BED file where the score indicates a number of counts for a given alignment.
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()
# TODO: add exmaple file
# import.bedScore(system.file("extdata", "example.bed", package = "CAGEr"))