read.gffAnno {Starr}R Documentation

Reading gff annotation

Description

This functions reads the annotation from a gff file.

Usage

read.gffAnno(gffFile, feature=NULL)

Arguments

gffFile

path to file

feature

feature to select ("character"). If feature="gene", then only rows, representing this feature are read.

Author(s)

Benedikt Zacher zacher@lmb.uni-muenchen.de

Examples

##
# dataPath <- system.file("extdata", package="Starr")
# transcriptAnno <- read.gffAnno(file.path(dataPath, "transcriptAnno.gff"), feature="transcript")

[Package Starr version 1.40.0 Index]