Description Usage Arguments Value See Also
Auxiliary function implemented in C++ making part of the sc_InSilicoCellsReplicatesObj function
1 | pseudoreplicatesbymodel(rows, colums, alpha, vargenes, meangenes, positive, f, seed)
|
rows |
number of rows in list "expressionmatrix" within Sincell object |
colums |
number of colums in list "expressionmatrix" within Sincell object |
alpha |
Vector containing for each gene in "expressionmatrix" the proportion of cells where expression was detected above a given threshold level (parameter "no_expr" in function sc_InSilicoCellsReplicatesObj() ) |
vargenes |
Vector containing for each gene in "expressionmatrix" the variance of the expression levels in those cells where expression was detected above a given threshold level (parameter "no_expr" in function sc_InSilicoCellsReplicatesObj() ) |
meangenes |
Vector containing for each gene in "expressionmatrix" the average of the expression levels in those cells where expression was detected above a given threshold level (parameter "no_expr" in function sc_InSilicoCellsReplicatesObj() ) |
positive |
Force the new matrix to be positive. 1 for TRUE, 0 for FALSE |
f |
R function rnorm |
seed |
seed integer for random generation |
A numeric matrix is returned as described in sc_InSilicoCellsReplicatesObj when method="lognormal-3parameters"
sc_InSilicoCellsReplicatesObj()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.