Skip to content

Commit

Permalink
Replace BuildTreeHybrid with FindMarkers. This adds functionality to …
Browse files Browse the repository at this point in the history
…generate decision tree with a priori meta clusters
  • Loading branch information
ericreed committed May 22, 2019
1 parent 3a9d257 commit fa60334
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 223 deletions.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export(appendCeldaList)
export(availableModels)
export(bestLogLikelihood)
export(buildTreeHybrid)
export(celda)
export(celdaGridSearch)
export(celdaHeatmap)
Expand All @@ -24,6 +23,7 @@ export(distinctColors)
export(factorizeMatrix)
export(featureModuleLookup)
export(featureModuleTable)
export(findMarkers)
export(geneSetEnrich)
export(getDecisions)
export(logLikelihood)
Expand Down Expand Up @@ -91,6 +91,7 @@ import(grDevices)
import(graphics)
import(grid)
import(gridExtra, except = c(combine))
import(magrittr)
import(stats, except = c(start, end))
importFrom(MAST,FromMatrix)
importFrom(MAST,summary)
Expand Down
128 changes: 0 additions & 128 deletions R/buildTreeHybrid.R

This file was deleted.

Loading

0 comments on commit fa60334

Please sign in to comment.