pfamAC2MEROPS {PFAM}R Documentation

Mappings from Accession number to MEROPS ID

Description

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

Usage

pfamAC2MEROPS(ac=NULL)

Arguments

ac A character vector of Accession number or NULL (default)

Details

If ac is a vector of Accession number, pfamAC2MEROPS will return a list of associated MEROPS ID for the given ac. If ac is NULL, pfamAC2MEROPS(ac=NULL) (or pfamAC2MEROPS()) will return a list of associated MEROPS ID for all the Accession number in the database. Extra information: None More Details: The MEROPS database (http://merops.sanger.ac.uk/) is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. Reference: Rawlings, N.D., Tolle, D.P. & Barrett, A.J. (2004) MEROPS: the peptidase database. Nucleic Acids Res. 32 Database issue, D160-D164

Value

A list of MEROPS ID.

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: 
    AC2MEROPS <- pfamAC2MEROPS()
    head(AC2MEROPS)
    pfamAC2MEROPS(ac=sample(names(AC2MEROPS), 3))
## End(Not run)

[Package PFAM version 2.0.0 Index]