View source: R/ngsReferenceFiles.R
getReferenceFeaturesBed | R Documentation |
Gets a bed file from a gtf annotation file.
getReferenceFeaturesBed(param)
param |
a list of parameters to extract |
Returns the path to the created bed file.
Rehrauer, Hubert
Schmid, Peter
## Not run:
param = ezParam()
param$ezRef@refFeatureFile = system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE)
rfbed = getReferenceFeaturesBed(param)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.