Learn R Programming

Starr (version 1.28.0)

read.gffAnno: 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.

Examples

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

Run the code above in your browser using DataLab