Solanum.lycopersicum: Annotation package that collates several annotation...

Description Usage Examples

Description

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.

Usage

1

Examples

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)

afukushima/Solanum.lycopersicum documentation built on May 10, 2019, 7:29 a.m.