Description Usage Arguments Value See Also
Auxiliary function implemented in C++ making part of the sc_InSilicoCellsReplicatesObj function when its parameter method="cv2.deciles"
1 2 | pseudoreplicatesbynoise_cv2(originaldata, rows, colums, deciles, lengthdeciles,
coorsorted, vargenessorted, means, positive, seed)
|
originaldata |
"expressionmatrix" within Sincell object: numeric matrix containing a gene expression matrix gathering the expression levels of each single-cell in the experiment (displayed by columns) for each detected gene (displayed by rows) |
rows |
number of rows in list "expressionmatrix" within Sincell object |
colums |
number of colums in list "expressionmatrix" within Sincell object |
deciles |
array containing the indexes indicating the limits of the deciles based on mean of gene expression |
lengthdeciles |
length(deciles) |
coorsorted |
order of permutated indexes |
vargenessorted |
Vector containing for each gene in "expressionmatrix" the squared coefficient of variation cv2 of the expression levels. Order of genes corresponds to mean expression levels (increasing order) |
means |
Vector containing for each gene in "expressionmatrix" the mean of the expression levels. Order of genes corresponds to mean expression levels (increasing order) |
positive |
Force the new matrix to be positive. 1 for TRUE, 0 for FALSE |
seed |
seed integer for random generation |
A numeric matrix is returned as described in sc_InSilicoCellsReplicatesObj when method="cv2.deciles"
sc_InSilicoCellsReplicatesObj()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.