View source: R/convert_FindMarkers_human_old.R
convert_FindMarkers_human_old | R Documentation |
convert the output of the Seurat function FindMarkers from fish genes to human.
convert_FindMarkers_human_old(
fish_genelist,
create_ranked_vector = T,
remove_ribosomal_genes = T
)
fish_genelist |
FindMarkers results dataframe. |
create_ranked_vector |
if T, will convert the output into a ranked vector with human genes as name and avg_logFC as values, to use for GSEA. |
remove_ribosomal_genes |
if T, will remove anything starting with rps or rpl from the gene list |
if create_ranked_vector = T, a ranked vector with human genes as name and avg_logFC as values, to use for GSEA. if F, a dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.