View source: R/orthMappingCpx.R
orthMappingCpx | R Documentation |
This function uses convert_orthologs
function to support ortholog mapping of protein complexes between any pair
of 700+ species.
orthMappingCpx( datInput, input_species, output_species, input_taxid, output_taxid )
datInput |
A list containing reference complexes (i.e., CORUM complexes). Note that the members of each complexes must be represented by UniProt accession identifier. |
input_species |
Name of the input species (e.g., "mouse","fly").
See |
output_species |
Name of the output species (e.g., "human").
See |
input_taxid |
A numeric value that specifies the NCBI taxonomy identifier (TaxId) for input organism (e.g., 10090). |
output_taxid |
A numeric value that specifies the NCBI taxonomy identifier (TaxId) for output organism. |
orthMappingCpx
A list containing complexes, whose members converted to output_species.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.