From 17ebe64d74a4ea2f315b06640816d29702aff63b Mon Sep 17 00:00:00 2001 From: Soroor Hediyeh-zadeh Date: Thu, 30 Nov 2023 18:20:48 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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) + ```