diff --git a/README.md b/README.md index 476b133..93d1ca5 100755 --- a/README.md +++ b/README.md @@ -68,12 +68,7 @@ xcomplete <- msImpute(xna, method="v2") xcomplete <- msImpute(xna, method="v2-mnar", group=group) -# Requires python. See Manual for more information. -top.hvp <- findVariableFeatures(xna) -computeStructuralMetrics(xcomplete, - group, - xna[rownames(top.hvp)[1:50],], - k = 2) + ```