writePresplicedGtf | R Documentation |
Writes pre-spliced annotation directly from the parameters into a new .gtf file.
writePresplicedGtf(param, featureFile = param$ezRef["refFeatureFile"])
param |
contains the feature file to load the annotation from. |
featureFile |
the file to load the features in the |
Rehrauer, Hubert
Schmid, Peter
ezLoadFeatures
param = ezParam()
writePresplicedGtf(param, system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.