- count_file
Normalized (e.g. CPM, TPM, RPKM) RNA-seq count matrix where rows are gene symbols and columns are individuals. Either the matrix itself of class "matrix" or data.frame" or a path to a tsv file containing these DEGs. The gene symbols in the count file, signature matrix, and DEG list must match.
- signature_matrix
Signature matrix (fold-change ratios) of cell-type specificity of genes. Either the object itself or a pathway to an .RData file containing an object named "wilcoxon_rank_mat_or". We strongly recommend inputting the signature matrix directly.
- DEG_list
An object with the first column as gene symbols within the bulk dataset (doesn't have to be in signature matrix), second column is the adjusted P-value, and the third the log2FC. Path to a tsv file containing this info is also acceptable.
- case_grep
Tag in the column name for cases (i.e. samples representing upregulated) OR an index of cases.
- control_grep
Tag in the column name for control (i.e. samples representing downregulated) OR an index of cases.
- max_proportion_change
Maximum cell-type proportion change. May be useful if a cell-type does not exist in one condition, thus preventing infinite values.
- print_plots
Whether boxplots of the estimated CT proportion for the leave-one-out method of CT deconvolution should be printed (T/F).
- plot_names
If plots are being printed, the pre-fix of their .pdf files.
- theSpecies
internal species designation to be passed from `scMappR_and_pathway_analysis`. It only impacts this function if data are taken directly from the PanglaoDB database (i.e. not reprocessed by scMappR or the user).
- FC_coef
Making cwFold-changes based on fold-change (TRUE) or rank := (-log10(Pval)) (FALSE) rank. After testing, we strongly recommend to keep true (T/F).
- sig_matrix_size
Number of genes in signature matrix for cell-type deconvolution.
- drop_unknown_celltype
Whether or not to remove "unknown" cell-types from the signature matrix (T/F).
- 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.
- deconMethod
Which RNA-seq deconvolution method to use to estimate cell-type proporitons. Options are "WGCNA", "DCQ", or "DeconRNAseq"
- rareCT_filter
option to keep cell-types rarer than 0.1 percent of the population (T/F). Setting to FALSE may lead to false-positives.