pfamLOAD2AC {PFAM}R Documentation

Mappings from LOAD ID to Accession number

Description

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

Usage

pfamLOAD2AC(load=NULL)

Arguments

load A character vector of LOAD ID or NULL (default)

Details

If load is a vector of LOAD ID, pfamLOAD2AC will return a list of associated Accession number for the given load. If load is NULL, pfamLOAD2AC(load=NULL) (or pfamLOAD2AC()) will return a list of associated Accession number for all the LOAD ID 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: 
    LOAD2AC <- pfamLOAD2AC()
    head(LOAD2AC)
    pfamLOAD2AC(load=sample(names(LOAD2AC), 3))
## End(Not run)

[Package PFAM version 1.14.1 Index]