Description Usage Arguments Value Source
using getLDS function of biomaRt to convert human genes to mouse genes or vice versa. now only symbol is supported, which is used more frequently.
1 | ConvertHomoGene(genes, orgA = "human", orgB = "mouse", verbose = F)
|
genes |
genes to be converted |
orgA |
from which organism, now human, mouse, macaque are supported |
orgB |
to which organism, now human, mouse, macaque are supported |
verbose |
report information |
data.frame of genes' mapping
# genes, homology, orthology http://www.informatics.jax.org/downloads/reports/index.html https://gist.github.com/FloWuenne/f8fc922477df04c1642e9d8945c48d47 https://github.com/saeyslab/nichenetr/blob/master/R/supporting_functions.R https://github.com/saeyslab/nichenetr/blob/master/R-raw/developing_package_light.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.