read.gffAnno: Reading gff annotation

Description Usage Arguments Author(s) Examples

View source: R/parseGffAnnotation.R

Description

This functions reads the annotation from a gff file.

Usage

1
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

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

Starr documentation built on April 28, 2020, 7:52 p.m.