Description Usage Arguments Details Author(s) References Examples
Given a data package name, ACCNUMStats counts how many of the probe ids are mapped to GenBank Accession numbers, UniGene ids, RefSeq ids, or Image clone ids.
1 2 | ACCNUMStats(pkgName)
whatACC(accs)
|
pkgName |
|
accs |
|
The ACCNUM environment of each BioC data package contains mappings between probe ids and a set of public ids based on which mappings of probe ids to other annotation data can be obtained using public data sources. The set of ids were provided by a manufacturer or user at the time when the data package was built. The manufacturer/user provided ids can be of different types of public ids, such as GenBank Accession number, UniGene ids, etc..
ACCNUMStats counts the number of probes that are mapped to different types of public ids and have the results presented in a table.
Jianhua Zhang
The ACCNUM environment of a platform dependent BioC data package
1 2 | library("hgu95av2.db")
ACCNUMStats("hgu95av2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.