importBed | R Documentation |
This function uses rtracklayer::import.bed()
function to import BED
files
importBed(filePath, sampleN = 0, keepStandardChr = TRUE, debug = TRUE, ...)
filePath |
Path to a BED file |
sampleN |
A positive integer value. The number of intervals in the input
BED file are randomly downsampled to include intervals as many as
|
keepStandardChr |
TRUE/FALSE (default:TRUE). If set to TRUE, will
convert the |
debug |
TRUE/FALSE (default:TRUE). Set to FALSE to turn off messages |
... |
Other arguments passed to rtracklayer::import.bed function |
A GRanges
object containing the coordinates of the intervals
from an input BED file
input <- system.file("extdata", "testfile.bed", package='RCAS')
importBed(filePath = input, keepStandardChr = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.