Skip to content

Commit

Permalink
Merge pull request #320 from lgatto/removePeaks-issue252
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibb authored Mar 21, 2018
2 parents 714b1f5 + 53ba540 commit 1360d3e
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 383 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Depends:
ProtGenerics (>= 1.9.1)
Imports:
plyr,
IRanges,
preprocessCore,
vsn,
grid,
Expand Down
7 changes: 2 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ importFrom(ggplot2, geom_histogram, geom_text, geom_line, geom_point,
labs, aes, annotate, scale_colour_hue,
scale_fill_gradient2, scale_fill_gradient,
scale_x_continuous, scale_x_log10, coord_cartesian,
facet_grid)
facet_grid)

importFrom(MALDIquant, binPeaks, match.closest) ## only using ::: functions
importFrom(S4Vectors, isEmpty, metadata, DataFrame, replaceROWS)
importFrom(S4Vectors, isEmpty, metadata, DataFrame)

## importFrom(rols, olsQuery, term)
## importClassesFrom(rols, CVParam)
Expand All @@ -43,9 +43,6 @@ importFrom(plyr, ddply, llply, summarise)
importFrom(stats4, plot)
importFrom(preprocessCore, normalize.quantiles)
importFrom(vsn, vsn2, meanSdPlot)
importFrom(IRanges, IRanges, end, extractList, findOverlaps, start, width,
reduce)
importClassesFrom(IRanges, IRanges)
importFrom(affy, MAplot, ma.plot, mva.pairs)
importFrom(mzID, mzID, flatten)
importClassesFrom(mzID, mzID, mzIDCollection)
Expand Down
Loading

0 comments on commit 1360d3e

Please sign in to comment.