\name{org.Mm.crossMATCH} \alias{org.Mm.crossMATCH} \title{Map protein identifier to the matched proteins} \description{ org.Mm.crossMATCH provides mappings between a protein identifier and the similar proteins based on BLAST program. } \details{ Mappings were based on data provided by: \url{ftp://ftp.ebi.ac.uk/pub/databases/uniprot/knowledgebase/uniprot_sprot.fasta.gz ; ftp://ftp.ebi.ac.uk/pub/databases/IPI/current/ipi.MOUSE.fasta.gz ; ftp://ftp.ncbi.nih.gov/refseq/M_musculus/mRNA_Prot/mouse.protein.faa.gz}) on UniProtKB/Swiss-Prot Release 56.9 of 03-Mar-2009 ; Mus musculus 3.56, 3 Mar 2009 ; March 10, 2008 } \examples{ x <- org.Mm.crossMATCH # Get the protein identifiers that has matched proteins. mapped_proteins <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_proteins]) # randomly display 10 proteins sample(xx, 10) }