Description Usage Arguments Value Examples
Main function that can be used to check and clean the dataset. It also produce (using the function fun_linear) and store the estimators for nu and lambda. It also fill the raw.norm (raw / nu) and n_cell (the initial number of cells in the dataset)
1 2 3 4 |
object |
COTAN object |
a list of objects containing: "cl1" is the first cell cluster, "cl2" is the second cell cluster, "pca.cell.2" is a ggplot2 cell pca plot, "object" is the COTAN object with saved the estimated lambda and mu, "mu_estimator", "D" "pca_cells" pca numeric data.
1 2 | data("ERCC.cotan")
ttm = clean(ERCC.cotan)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.