read.gffAnno {Starr} | R Documentation |
This functions reads the annotation from a gff file.
read.gffAnno(gffFile, feature=NULL)
gffFile |
path to file |
feature |
feature to select ("character"). If feature="gene", then only rows, representing this feature are read. |
Benedikt Zacher zacher@lmb.uni-muenchen.de
## # dataPath <- system.file("extdata", package="Starr") # transcriptAnno <- read.gffAnno(file.path(dataPath, "transcriptAnno.gff"), feature="transcript")