org.Sc.sgdINTERPRO {org.Sc.sgd.db}R Documentation

Map Yeast Systematic Names to InterPro IDs

Description

org.Sc.sgdINTERPRO is an R object that provides mappings between yeast ORF identifiers and the associated InterPro identifiers.

Details

Each yeast ORF identifier maps to a vector of InterPro identifiers.

Mappings were based on data provided by:

Yeast Genome ( ftp://genome-ftp.stanford.edu/pub/yeast/data_download ) on 2008-Mar29

References

InterPro website: http://www.ebi.ac.uk/interpro/

Examples

        # Convert to a list
        xxx <- as.list(org.Sc.sgdINTERPRO)
        # randomly display 10 probes
        sample(xxx, 10)

[Package org.Sc.sgd.db version 2.2.0 Index]