convert_FindMarkers_human_old: convert_FindMarkers_human_old

View source: R/convert_FindMarkers_human_old.R

convert_FindMarkers_human_oldR Documentation

convert_FindMarkers_human_old

Description

convert the output of the Seurat function FindMarkers from fish genes to human.

Usage

convert_FindMarkers_human_old(
  fish_genelist,
  create_ranked_vector = T,
  remove_ribosomal_genes = T
)

Arguments

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

Value

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.


mvhunter1/mvhfunctions documentation built on May 31, 2024, 3:36 p.m.