View source: R/map_genes_planosphere.R
map_genes_planosphere | R Documentation |
Map planarian (Schmmidt mediterrani) genes to/from the SMED format using data from the planosphere database.
map_genes_planosphere(
genes,
output_format = "SMESG_dd_Smes_v2",
drop_duplicates = TRUE,
save_dir = tools::R_user_dir("orthogene", which = "cache"),
verbose = TRUE
)
genes |
Gene list. |
drop_duplicates |
Only output one row per input gene. |
verbose |
Print messages. |
data.table
genes <- c("dd_Smed_v6_10690_0","dd_Smed_v6_10691_0","dd_Smed_v6_10693_0")
gene_map <- map_genes_planosphere(genes=genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.