Skip to content

Commit

Permalink
add getStockbg and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
lmsimp committed Oct 24, 2024
1 parent cc038cf commit 638810e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ importFrom(nnet, nnet)
importFrom(randomForest, randomForest)
importFrom(gtools, permutations)
importFrom(plyr, colwise, catcolwise, ddply)
importFrom(colorspace, lighten, darken)

exportClasses(GenRegRes,
ThetaRegRes,
Expand Down Expand Up @@ -122,12 +123,12 @@ export(## MSnSet manipulation
addMarkers,
pRolocmarkers,
empPvalues,
getStockcol, getStockpch,
setStockcol, setStockpch,
getStockcol, getStockpch, getStockbg,
setStockcol, setStockpch, setStockbg,
getLisacol, setLisacol,
getOldcol, setOldcol,
getUnknowncol, getUnknownpch,
setUnknowncol, setUnknownpch,
getUnknowncol, getUnknownpch, getUnknownbg,
setUnknowncol, setUnknownpch, setUnknownbg,
zerosInBinMSnSet,
filterBinMSnSet,
filterZeroCols, filterZeroRows,
Expand Down

0 comments on commit 638810e

Please sign in to comment.