Description Usage Arguments Value
View source: R/Synthetic_Doublets.R
This function creates synthetic doublets by averaging gene expression profiles from each combination of clusters to generate deconvolution profiles for each type of doublet.
1 2 | Synthetic_Doublets(data, groups, groupsMedoids, newMedoids, num_doubs,
log_file_name, only50, location)
|
data |
Processed data from Clean_Up_Input (or Remove_Cell_Cycle). |
groups |
Processed groups file from Clean_Up_Input. |
groupsMedoids |
New groups file based on blacklisted clusters from Blacklist_Groups |
newMedoids |
New combined medoids from Blacklist_groups. |
num_doubs |
The user defined number of doublets to make for each pair of clusters |
log_file_name |
used for saving run notes to log file |
only50 |
use only synthetic doublets created with 50%/50% mix of parent cells, as opposed to the extended option of 30%/70% and 70%/30%, default is TRUE. |
averagesAverages = average deconvolution profiles for each combination of cell types.
doubletCellsInput2 = deconvolution profiles for synthetic doublet cells (for quality control).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.