pfamID2AC {PFAM}R Documentation

Mappings from Identification to Accession number

Description

Mapping function from Identification (ID) to the associated Accession number (AC)

Usage

pfamID2AC(id=NULL)

Arguments

id A character vector of Identification or NULL (default)

Details

If id is a vector of Identification, pfamID2AC will return a list of associated Accession number for the given id. If id is NULL, pfamID2AC(id=NULL) (or pfamID2AC()) will return a list of associated Accession number for all the Identification in the database. Extra information: None More Details: None

Value

A list of Accession number.

Author(s)

Ting-Yuan Liu

References

http://www.sanger.ac.uk/Software/Pfam/ and ftp://ftp.sanger.ac.uk/pub/databases/Pfam/current_release/userman.txt

Examples

## Not run: 
    ID2AC <- pfamID2AC()
    head(ID2AC)
    pfamID2AC(id=sample(names(ID2AC), 3))
## End(Not run)

[Package PFAM version 1.14.1 Index]