Description Usage Arguments Value Examples
The fraction of k-nearest class means in the original data that are preserved as k-nearest class means in imputed data. KNC quantifies preservation of the mesoscopic structure after imputation. Requires complete datasets - for developers/use in benchmark studies only.
1 |
xorigin |
numeric matrix. The original log-intensity data. Can contain missing values. |
ximputed |
numeric matrix. The imputed log-intensity data. |
class |
factor. A vector of length number of columns (samples) in the data specifying the class/label (i.e. experimental group) of each sample. |
k |
number of nearest class means. default to k=3. |
numeric The proportion of preserved k-nearest class means in imputed data.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.