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

elsayed-lab/Leishmania.major.Friedlin documentation built on May 16, 2019, 3:57 a.m.