View source: R/earthworm2human_map.R
earthworm2human_map | R Documentation |
Orthologous gene mapping between earthworm (Eisenia andrei) and human (Homo sapiens) genes.
earthworm2human_map(
evalue_threshold = NULL,
save_dir = tools::R_user_dir("orthogene", which = "cache")
)
evalue_threshold |
Only include mappings with an E-value below a set threshold. See here for further guidance. |
save_dir |
Directory to save mapping file to. |
These mappings were generated using BLAST (a protein sequence tool) implemented within SAMap. This mapping data was provided upon request by the authors of Wang et al. 2022. Column names were collected from Metagenomics Wiki.
data.table containing earthworm-to-human gene orthologs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.