Skip to content

Commit

Permalink
rm redundant(unused) peakMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Aug 12, 2021
1 parent df870ae commit 01e3a4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: flowClust
Type: Package
Title: Clustering for Flow Cytometry
Version: 3.29.1
Author: Raphael Gottardo <[email protected]>, Kenneth Lo <[email protected]>, Greg
Author: Raphael Gottardo, Kenneth Lo <[email protected]>, Greg
Finak <[email protected]>
Maintainer: Greg Finak <[email protected]>, Mike Jiang <[email protected]>
Depends:
Expand All @@ -15,7 +15,6 @@ Imports:
ellipse,
flowViz,
flowCore,
clue,
corpcor,
mnormt,
parallel
Expand All @@ -41,13 +40,12 @@ Collate:
'hist.R'
'miscellaneous.R'
'mkPriors.R'
'peakMatch.R'
'plot.R'
'split.R'
License: Artistic-2.0
Packaged: 2012-07-13 20:14:40 UTC; finak
biocViews: ImmunoOncology, Clustering, Visualization, FlowCytometry
SystemRequirements: GNU make
Encoding: UTF-8
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
VignetteBuilder: knitr
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export(flowClust2Prior)
export(getEstimates)
export(importance)
export(mkPrior)
export(peakMatch)
export(plot)
export(plotPrior)
export(posterior)
Expand Down Expand Up @@ -49,7 +48,6 @@ import(graph)
import(methods)
importClassesFrom(Biobase,AssayData)
importFrom(BiocGenerics,density)
importFrom(clue,solve_LSAP)
importFrom(corpcor,cov.shrink)
importFrom(ellipse,ellipse)
importFrom(grDevices,cm.colors)
Expand Down
42 changes: 0 additions & 42 deletions R/peakMatch.R

This file was deleted.

0 comments on commit 01e3a4d

Please sign in to comment.