pfamRM2AC {PFAM}R Documentation

Mappings from Reference Medline to Accession number

Description

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

Usage

pfamRM2AC(rm=NULL)

Arguments

rm A character vector of Reference Medline or NULL (default)

Details

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

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: 
    RM2AC <- pfamRM2AC()
    head(RM2AC)
    pfamRM2AC(rm=sample(names(RM2AC), 3))
## End(Not run)

[Package PFAM version 1.14.1 Index]