This data object was automatically created by Atsushi Fukushima. It
represents a collection of annotation packages that can be used as a
single object named Solanum.lycopersicum. This object can be used with the
standard four accessor method for all AnnotationDbi objects. Namely:
cols
, keytype
, keys
and select
. Users are
encouraged to read the vignette from the OrganismDbi
package for
more details.
1 |
1 2 3 4 5 6 7 8 9 | Solanum.lycopersicum
columns(Solanum.lycopersicum)
kts <- keytypes(Solanum.lycopersicum)
kt <- kts[11]
kts
ks <- head(keys(Solanum.lycopersicum, keytype=kt))
ks
res <- select(Solanum.lycopersicum, keys=ks, columns=c("ITAG", "SGN", "UNIPROT"), keytype=kt)
head(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.