UpdateMetacellAfterImputation | R Documentation |
Update the metacell information of missing values that were imputed
UpdateMetacellAfterImputation(obj)
obj |
xxx |
xxx
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10)]
obj.imp.pov <- wrapper.impute.KNN(obj, K = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.