This function obtains a list of genes, the input format to GSEA
or over-representation test, from the top DE genes. For parameter setting,
see run_GSEA
1 2 3 4 5 6 7 8 | get_gene_list(
markers,
cluster_num,
organism_db,
gene_col = "feature",
cluster_col = "group",
FC = "logFC"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.