Skip to content

Commit

Permalink
documentation changes for w4mclassfilter release v0.98.17
Browse files Browse the repository at this point in the history
  • Loading branch information
eschen42 committed Dec 24, 2019
1 parent 15be3c1 commit a348cbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: w4mclassfilter
Version: 0.98.16
Date: 2019-12-17
Version: 0.98.17
Date: 2019-12-23
Title: W4M Class Filter
Description: Filter Workflow4Metabolomics dataMatrix, sampleMetadata, and variableMetadata files by sample-class or variable-attribute range, imputing zero for NA values and eliminating zero-variance rows and columns from the data-matrix.
Author: Arthur C Eschenlauer <esch0041@umn.edu>
Expand Down
8 changes: 8 additions & 0 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# CHANGES IN VERSION 0.98.17

## SIGNIFICANT USER-VISIBLE CHANGES

* Enhancement https://github.com/HegemanLab/w4mclassfilter/issues/7 - "enable sorting on multiple columns of metadata"
* Built with R 3.6.1 (2019-07-05) "Action of the Toes"
* Built with the command `R CMD build w4mclassfilter` to assure that vignettes are built as intended.

# CHANGES IN VERSION 0.98.16

## SIGNIFICANT USER-VISIBLE CHANGES
Expand Down
4 changes: 2 additions & 2 deletions vignettes/w4mclassfilter.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Filter W4M data by sample class or feature attributes"
author: Arthur Eschenlauer
date: 17 December 2019
date: 23 December 2019
output:
pdf_document:
highlight: null
Expand Down Expand Up @@ -45,7 +45,7 @@ or to address several data issues that may impede downstream statistical analysi
- applying a user-supplied alternative imputation function.
- Features and samples that have zero variance are eliminated.
- Samples and features have consistent order in `variableMetadata`, `sampleMetadata`, and `dataMatrix`.
- The column for sorting `variableMetadata` or `sampleMetadata` may be specified or defaults to the first column.
- The column(s) for sorting `variableMetadata` or `sampleMetadata` may be specified or defaults to the first column.
- By default, the name of the first column `sampleMetadata` is set to `"sampleMetadata"`.
- The name of the first column `variableMetadata` is set to `"variableMetadata"`.
- An advanced option enables producing a "center" for each treatment in lieu of the samples for each treatment.
Expand Down

0 comments on commit a348cbc

Please sign in to comment.