Description Usage Arguments Value
View source: R/make_gse_scores.R
This function will read in the gene sets from an existing list, gmt file, or csv file and score cells based on scaled gene expression. The results will be appended to the set_scores assay in the provided Seurat object or the assay will be created.
1 2 3 4 5 6 7 8 9 | make_gse_scores(
ser,
directory = NULL,
from_gene = "HGNC",
to_gene = "MGI",
gene_sets = NULL,
csv_dir = NULL,
type = "Real"
)
|
ser |
Seurat object to process |
directory |
Directory to get gmt file |
from_gene |
"ENSG" or "ENSMUSG" or "HGNC" or "MGI" |
to_gene |
"MGI" or "HGNC" |
gene_sets |
User defined subset of gene set (Optional) |
csv_dir |
Directory to get csv file (Optional) |
type |
Output score in Absolute or Real values |
Outputs seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.