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 http://downloads.yeastgenome.org/ With a date stamp from the source of: 24-Sep-2011

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.6.4 Index]