Skip to content

Commit

Permalink
method name changed from getCollectionValues -> getCollectionData
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Mar 26, 2024
1 parent 0765660 commit 8977904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/methods-AbundanceData.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setMethod("getAbundances", signature("AbundanceData"), function(object, ignoreIm
includeIds <- veupathUtils::matchArg(includeIds)
verbose <- veupathUtils::matchArg(verbose)

dt <- veupathUtils::getCollectionValues(object, ignoreImputeZero = ignoreImputeZero, includeIds = includeIds, verbose = verbose)
dt <- veupathUtils::getCollectionData(object, ignoreImputeZero = ignoreImputeZero, includeIds = includeIds, verbose = verbose)

return(dt)
})
Expand Down

0 comments on commit 8977904

Please sign in to comment.