snpMeta-class {GGtools} | R Documentation |
HapMap (or Wellcome INBREDS) -based metadata structures for SNPs
Objects can be created by calls of the form new("snpMeta", ...)
.
meta
:"environment"
holds the table in
the meta
element,
in the form of a data.frame
, with rownames giving the SNP ids,
and columns pos
, strand
chromosome
:"character"
string
identifying chromosome on which SNPs are documented signature(x = "snpMeta")
: ... signature(x = "snpMeta")
: ... signature(from = "snpMeta", to = "data.frame")
: ... signature(x = "snpMeta")
: ... signature(x = "snpMeta")
: ... signature(object = "snpMeta")
: ... VJ Carey <stvjc@channing.harvard.edu>
www.hapmap.org , www.well.ox.ac.uk/mouse/INBREDS
data(chr20meta) chr20meta["rs6060535",]