Skip to content

Commit

Permalink
Moved internal TODOs to Issues #25 and #26
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Oct 21, 2020
1 parent fee4aad commit 6e7f001
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/DIscBIO-generic-clusteringOrder.R
Expand Up @@ -22,7 +22,6 @@ setMethod(
"KmeanOrder",
signature = "DISCBIO",
definition = function(object, quiet, export, filename) {
# TODO: update Notebook not to depend on pseudoTimeOrdering instead
warning(
"KmeanOrder() has been replaced with pseudoTimeOrdering(), ",
"which performs pseudo-time ordering for both k-means ",
Expand Down
1 change: 0 additions & 1 deletion R/Jaccard.R
Expand Up @@ -44,7 +44,6 @@ Jaccard <- function(
} else if (Clustering == "MB") {
target_col <- object@MBclusters$clusterid
}
# TODO: replace with in-house code to eliminate boot package dependency
results <- boot(
data = object@fdata[, which(target_col == i)],
statistic = JS,
Expand Down

0 comments on commit 6e7f001

Please sign in to comment.