writePresplicedGtf: Writes pre-spliced annotation

writePresplicedGtfR Documentation

Writes pre-spliced annotation

Description

Writes pre-spliced annotation directly from the parameters into a new .gtf file.

Usage

writePresplicedGtf(param, featureFile = param$ezRef["refFeatureFile"])

Arguments

param

contains the feature file to load the annotation from.

featureFile

the file to load the features in the ezLoadFeatures() call from.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

ezLoadFeatures

Examples

param = ezParam()
writePresplicedGtf(param, system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE))

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.