View source: R/convert_FindMarkers_human_MVH.R
convert_FindMarkers_human_MVH | R Documentation |
convert the results of FindMarkers (dataframe) to human genes and create ranked vector for GSEA. * Improved version!
convert_FindMarkers_human_MVH(
genelist,
remove_ribosomal_genes = T,
create_ranked_vector = T
)
genelist |
FindMarkers output dataframe. Needs to have a column with the gene names called "gene" to proceed with this function. |
remove_ribosomal_genes |
default = T, remove ribosomal genes from FindMarkers results? |
create_ranked_vector |
default = T, create ranked vector to use with fgsea? |
ranked vector or dataframe with converted human genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.