Description Usage Arguments Value See Also Examples
View source: R/utils_imports.R
Wraps around import.bed and
tries to speed up loading with the
use of data.table. Supports gzip, gz, bgz and bed formats.
Also safer chromosome naming with the argument chrStyle
1 |
filePath |
The location of the bed file |
chrStyle |
a GRanges object, TxDb, FaFile,
or a |
a GRanges object
Other utils:
bedToGR(),
convertToOneBasedRanges(),
export.bed12(),
export.wiggle(),
fimport(),
findFa(),
optimizeReads(),
readBam(),
readWig()
1 2 3 4 | # path to example CageSeq data from hg19 heart sample
cageData <- system.file("extdata", "cage-seq-heart.bed.bgz",
package = "ORFik")
fread.bed(cageData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.