pfamAC2RM {PFAM}R Documentation

Mappings from Accession number to Reference Medline

Description

Mapping function from Accession number (AC) to the associated Reference Medline (RM)

Usage

pfamAC2RM(ac=NULL)

Arguments

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

Details

If ac is a vector of Accession number, pfamAC2RM will return a list of associated Reference Medline for the given ac. If ac is NULL, pfamAC2RM(ac=NULL) (or pfamAC2RM()) will return a list of associated Reference Medline for all the Accession number in the database. Extra information: None More Details: Reference Medline (http://www.ncbi.nlm.nih.gov/PubMed/)

Value

A list of Reference Medline.

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

[Package PFAM version 1.14.1 Index]