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

Map Yeast ORF Identifiers to SMART IDs

Description

org.Sc.sgdSMART is an R object that provides mappings between yeast ORF Identifiers and the associated SMART identifiers.

Details

Each yeast systematic name maps to a vector of SMART identifiers.

Mappings were based on data provided by:

Saccharomyces Genome Database

Package built on Thu Mar 15 18:04:19 2007

References

SMART website: http://smart.embl-heidelberg.de/

Examples

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

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