Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
\name{Drosophila.melanogaster}
\docType{data}
\alias{Drosophila.melanogaster}
\title{Annotation package that collates several annotation resources.}
\description{This data object was automatically created by Pariksheet Nanda <pariksheet.nanda@uconn.edu>. It
represents a collection of annotation packages that can be used as a
single object named Drosophila.melanogaster. This object can be used with the
standard four accessor method for all AnnotationDbi objects. Namely:
\code{cols}, \code{keytype}, \code{keys} and \code{select}. Users are
encouraged to read the vignette from the \code{OrganismDbi} package for
more details.}
\usage{library(Drosophila.melanogaster)}
\keyword{datasets}
\examples{
Drosophila.melanogaster
cls <- columns(Drosophila.melanogaster)
cls
cls <- cls[c(1,19,45)]
kts <- keytypes(Drosophila.melanogaster)
kt <- kts[2]
kts
ks <- head(keys(Drosophila.melanogaster, keytype=kts[2]))
ks
res <- select(Drosophila.melanogaster, keys=ks, columns=cls, keytype=kt)
head(res)
}