get.biotypes {metaseqR} | R Documentation |
Returns biotypes as character vector. Internal use.
get.biotypes(a)
a |
the annotation data frame (output of
|
A character vector of biotypes.
Panagiotis Moulos
hg18.genes <- get.annotation("hg18","gene") hg18.bt <- get.biotypes(hg18.genes)