dbSnpId {SNPchip} | R Documentation |
Unique identifier for each SNP assigned by NIH
dbSnpId(object)
object |
Object possibly derived from eSet or
AnnotatedDataFrame class. |
A (typically very long) character vector of SNP identifiers.
R. Scharpf
## Not run: data(sample.snpset) dbSnpId(sample.snpset)[1:5] ## End(Not run)