Description Usage Arguments Value
View source: R/Deconvolution.R
parallelization of the for the original procedure with some additional lines for: 1. Show the selected genes. 2. Add parallelization. 3. Add logging function in a temporal file.
1 2 3 4 5 6 7 8 | iteration_over_clusters_default_parallelized(
ct.group,
LFC.lim,
sc.eset,
pseudocount.use,
core_number = NULL,
...
)
|
ct.group |
List of clusters that will be analyzed |
LFC.lim |
Foldchange limit for the comparison between each cluster amoung the others |
sc.eset |
ExpressionSet object for single cells |
core_number |
Number of cores that will be used for the process. |
List with the marker genes for all selected clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.