Changes in version 1.1.0 QFeatures 1.1.4 - Added replaceRowDataCols and removeRowDataCols, two functions to streamline manipulation of rowData within a QFeature object. QFeatures 1.1.3 - Added countUniqueFeatures, a function to count the number of unique features per sample. QFeatures 1.1.2 - Manually install preprocessCore (see https://github.com/Bioconductor/bioconductor_docker/issues/22 for details) to use quantile normalisation in vignette and tests. - Update vignette to show normalize() and logTransform() directly on a QFeatures object and reference the QFeaturesWorkshop2020 workshop and WSBIM2122 chap 8. QFeatures 1.1.1 - Fix typo in vignette - Improve first paragraph in intro vignette. QFeatures 1.1.0 - New Bioconductor devel version Changes in version 0.99 QFeatures 0.99.4 - Fix: improved nNA with new implementation and additional unit tests <2020-10-23 Fri> QFeatures 0.99.3 - New feature: the longFormat function returns a long DataFrame with quantitative data along with metadata (see #116) <2020-10-8 Thu> - New feature: the rowData method returns a list containing the rowData for all assays (see #86) <2020-09-16 Wed> - Keep colnames when reading a single column assay (see #108) <2020-09-09 Wed> QFeatures 0.99.2 - Added infIsNA. - Add Christophe Vanderaa as an author. QFeatures 0.99.1 - Address comments Bioconductor review (see submission issue for details. QFeatures 0.99.0 - Bioconductor submission