getReferenceFeaturesBed: Gets a bed file

View source: R/ngsReferenceFiles.R

getReferenceFeaturesBedR Documentation

Gets a bed file

Description

Gets a bed file from a gtf annotation file.

Usage

getReferenceFeaturesBed(param)

Arguments

param

a list of parameters to extract ezRef@refFeatureFile from.

Value

Returns the path to the created bed file.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

## Not run: 
param = ezParam()
param$ezRef@refFeatureFile = system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE)
rfbed = getReferenceFeaturesBed(param)

## End(Not run)

uzh/ezRun documentation built on April 19, 2024, 8:25 a.m.