Description Usage Arguments Author(s) Examples
View source: R/parseGffAnnotation.R
This functions reads the annotation from a gff file.
1 | 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
1 2 3 | ##
# dataPath <- system.file("extdata", package="Starr")
# transcriptAnno <- read.gffAnno(file.path(dataPath, "transcriptAnno.gff"), feature="transcript")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.