Trypanosoma.brucei.TREU927: Annotation package that collates several annotation...

Description Usage Examples

Description

This data object was automatically created by Keith Hughitt <khughitt@umd.edu>. It represents a collection of annotation packages that can be used as a single object named Trypanosoma.brucei.TREU927. 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
10
11
  Trypanosoma.brucei.TREU927
  cls <- columns(Trypanosoma.brucei.TREU927)
  cls
  cls <- cls[c(1,19,45)]
  kts <- keytypes(Trypanosoma.brucei.TREU927)
  kt <- kts[2]
  kts
  ks <- head(keys(Trypanosoma.brucei.TREU927, keytype=kts[2]))
  ks
  res <- select(Trypanosoma.brucei.TREU927, keys=ks, columns=cls, keytype=kt)
  head(res)

wanjauk/Trypanosoma.brucei.TREU927 documentation built on Jan. 1, 2021, 12:44 p.m.