- feat: imputation is compatible with HDF5Matrix objects
- feat: normalization is compatible with HDF5Matrix objects
- feat: matrix aggregation is compatible with HDF5Matrix objects
- fix+feat: aggregate_by_matrix now correctly handles missing data and implements 'na.rm'
- Fix
rla
/rowRla
man page.
- Random forest imputation (using
missForest
) is now available (`method = "RF")
- New Bioc devel version
- Function
bin
gains parameterreturnMids
to choose whether or not bin mid-points should be returned in the resultlist
.
- Fix
ppm
to always return a positive value (issue #94).
- Add citation.
- Use
Matrix::colSums()
by default to handle sparce 'Matrix' and 'matrix' adjacency matrices.
- New
aggregate_by_matrix()
that uses an adjacency matrix to aggregate quantitative features. - Set colnames to the outputs of
aggregate_by_matrix()
andaggregate_by_vector()
to make sure that these are always set and not reply on the underlying function.
- New Bioc devel version
- Add
which.first
andwhich.last
.
- New Bioc devel version
- Add
join_gnps
andgnps
to allow calculation of GNPS spectra similarity scores.
- Add
rt2numeric()
,rt2character()
andformatRt()
. - New
impute_fun()
function for user-provide imputation function.
- Add Josep Badia Aparicio as a contributor
- New Bioc devel version
- Rewrite
c("left", "right", "inner", "outer")
join
in C <2020-10-06 Tue>.
- Add
...
to functions to join and compare peaks; see also #131.
- Change references to
Feature
toQFeatures
<2020-07-14 Tue> - Ensure
closest
accept just argumenttolerance
of length 1 orlength(x)
; see also #61, PR #62 <2020-08-07 Thu>. - The
tolerance
argument inclosest
should now be of length 1 or oflength(x)
(waslength(table)
before) <2020-08-20 Thu>.
- For an empty
table
closest
andcommon
return a vector of lengthx
withNA
orFALSE
, respectively (instead of1
andTRUE
). Fixes #55 <2020-06-18 Thu>. closest
andcommon
ignoreNA
intable
<2020-06-19 Fri>.- Fix
rbindFill
for singledata.frame
orDataFrame
as input <2020-06-23 Tue>.
- New
colCounts()
aggregation function <2020-05-27 Wed>.
-
Add some popular distance/similarity metrices:
ndotproduct
neuclidean
navdist
nspectraangle
; see also PR #33. -
Add deprecation note to
dotproduct
<2020-05-22 Fri>.
- Bioconductor devel version (Bioc 3.12)
- Bioconductor release version (Bioc 3.11)
- Trigger build.
- Provide more comprehensive description.
- Add vignette.
- Additional functions, and using Author@R to specify (unique) RforMassSpectrometry Package Maintainer.
- First release of
MsCoreUtils
with core function to get extreme values, grouping/matching, noise/smoothing, similarity measurements, various helper function, and function to process (impute and normalise) quantitative features.