pfamAC2TP {PFAM}R Documentation

Mappings from Accession number to Type field

Description

Mapping function from Accession number (AC) to the associated Type field (TP)

Usage

pfamAC2TP(ac=NULL)

Arguments

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

Details

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

Value

A list of Type field.

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

[Package PFAM version 1.14.1 Index]