gene_list: A list of gene symbols matching that of the signature_matrix. Any gene symbol is acceptable.
signature_matrix: Pre-computed signature matrix with matching gene names.
output_directory: Directory made containing output of functions.
toSave: Allow scMappR to write files in the current directory (T/F).
path: If toSave == TRUE, path to the directory where files will be saved.
gene_cutoff: Value cut-off (generally rank := log10(Padj)) for a gene to be considered a marker.
is_pvalue: If signature matrix is p-value before rank is applied (not recommended) (T/F).
Returns
List with the following elements: - background_heatmap: Data frame of the entire gene by cell-type signature matrix inputted.
gene_list_heatmap: Data frame of inputted signature matrix subsetted by input genes.
single_celltype_preferences: Data frame of enriched cell-types.
group_celtype_preference: Data frame of groups of cell-types enriched by the same genes.
Details
This function is roughly the same as tissue_scMappR_internal, however now there is a custom signature matrix. It generates a heatmap of the signature matrix and your inputted gene list, as well as single cell-type and co-celltype enrichment.