Description Usage Arguments Value
View source: R/Pseudo_Marker_Finder.R
This function uses ANOVA to look for unique gene expression in each possible doublet cluster.
1 2 | Pseudo_Marker_Finder(groups, redu_data2, full_data2, min_uniq = 4,
log_file_name = log_file_name, nCores = -1)
|
groups |
Processed groups file from Clean_Up_Input. |
redu_data2 |
Processed data from Clean_Up_Input (or Remove_Cell_Cycle) path, automatically written. |
full_data2 |
cleaned full expression matrix from Clean_Up_Input. |
min_uniq |
minimum number of unique genes required for a cluster to be rescued |
log_file_name |
used for saving run notes to log file |
nCores |
number of cores to be used during rescue step. Default is -1 for automatically detected. |
new_table - non-doublet clusters, as determined by the "Remove" and "Rescue" steps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.