Trypanosoma.cruzi.CLBrener.Esmeraldo: 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.cruzi.CLBrener.Esmeraldo. 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.cruzi.CLBrener.Esmeraldo
  cls <- columns(Trypanosoma.cruzi.CLBrener.Esmeraldo)
  cls
  cls <- cls[c(1,19,45)]
  kts <- keytypes(Trypanosoma.cruzi.CLBrener.Esmeraldo)
  kt <- kts[2]
  kts
  ks <- head(keys(Trypanosoma.cruzi.CLBrener.Esmeraldo, keytype=kts[2]))
  ks
  res <- select(Trypanosoma.cruzi.CLBrener.Esmeraldo, keys=ks, columns=cls, keytype=kt)
  head(res)

elsayed-lab/Trypanosoma.cruzi.CLBrener.Esmeraldo documentation built on May 16, 2019, 3:57 a.m.