Description Usage Arguments Value
View source: R/convert_species.R
Given a dataset and a data-frame that contains ID-mappings from one species
(source) to another (target), return a version of x
where the IDs
have been mapped to the IDs in the target species.
1 | convert_species(x, homologues, ...)
|
x |
A data.frame or data.frame extension. |
homologues |
A two-column data.frame, the first column containing the IDs for the source-species, the second containing the IDs from the target-species. |
... |
Further arguments |
An object of the same type as x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.