Skip to content

Commit

Permalink
update correlation to use new getCollectionData api
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Apr 22, 2024
1 parent 4206f15 commit 91a3a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/method-correlation.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function(
data1 <- pruneFeatures(data1, predicateFactory('variance', varianceThreshold), verbose)
data1 <- pruneFeatures(data1, predicateFactory('sd', stdDevThreshold), verbose)

values <- getCollectionData(data1, FALSE, FALSE, verbose)
values <- getCollectionData(data1, variableNames = NULL, ignoreImputeZero = FALSE, includeIds = FALSE, verbose = verbose)
if (metadataIsFirst) {
corrResult <- correlation(
getSampleMetadata(data1, TRUE, FALSE),
Expand Down

0 comments on commit 91a3a16

Please sign in to comment.