Description Usage Arguments Value
View source: R/mouse-to-human.R
This function adds a column HumanSymbol
to the given df containing the
human gene name for the gene present in the column MouseSymbol
. If no matching gene
is found, it adds a NaN value to the column. Uses a conversion file between mouse
and human gene symbols (parameter conversion_file
).
1 | convert_genes_mouse_to_human(df, conversion_file)
|
df |
Dataframe containing the |
Dataframe identical to df
, with an added column called HumanSymbol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.