Description Usage Arguments Value
It estimates a new pseudotime for each sample based on its cross-validation estimates.
1 2 | reestimate.pseudos.byCV(data, diff.quantile, perc.cutoff,
pseudotime.cutoff)
|
data |
Numeric. A vector of estimated pseudotimes for one sample. The first value corresponds to the estimate of the whole data. The second value is the difference between the estimate of the original data and the median of the CV-estimated pseudotimes and it is used as a dissimilarity measure. The rest of the values are the CV estimated pseudotimes themselves. |
diff.quantile |
Float. The qth quantile of the distribution of the difference between the original and the CV-estimated pseudotimes. The q parameter is defined in Fluo_CV_modeling(). |
perc.cutoff |
Float. The percentage of CV-estimated pseudotimes that are similar (clustered together by k-means) |
pseudotime.cutoff |
Integer. A user-defined value to define outlier samples, i.e. samples with Pseudotime(original) - medianPseudotime(CV) > pseudotime.cutoff. |
It summarizes the CV-estimated pseudotimes into a single value. There are three possible methods that may produce different results. For details see parameter pseudo.est.method at Fluo_CV().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.