Skip to content

Commit

Permalink
Merge branch 'master' into SpectrumList
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 12, 2018
2 parents 1f18e85 + d2085f8 commit 09a3fad
Show file tree
Hide file tree
Showing 52 changed files with 91 additions and 150 deletions.
12 changes: 6 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MSnbase 2.7

Changes in version 2.7.8
- Add SpectrumList class
- MGF exporter gets a new `addFields` argument (see PR #362) <2018-10-12 Fri>

Changes in version 2.7.7
- Fix unit tests (issue #360, wrong MS OBO CV terms for data smoothing
Expand Down Expand Up @@ -198,7 +198,7 @@ Changes in version 2.3.10
- Add msLevel slot to Chromatogram object <2017-08-16 Wed>
- Add msLevel argument to chromatogram,MSnExp method <2017-08-16 Wed>
- `calculateFragments` now just calculate fragments for all `n - 1L` bonds
(before it incorrectly adds an additional bond; fixes #248) <2017-08-20 Sun>
(before it incorrectly adds an additional bond; fixes #248) <2017-08-20 Sun>
- Add `isEmpty` methods for `Chromatogram` and `Chromatograms` objects
<2017-09-05 Tue>
- plot,Chromatogram[s] creates an empty plot and returns a warning if the
Expand Down Expand Up @@ -241,7 +241,7 @@ Changes in version 2.3.4

Changes in version 2.3.3
- Rewrite `getColsFromPattern` and `getRowsFromPattern` and add unit tests
<2017-05-11 Thu>.
<2017-05-11 Thu>.
- Add `.filterNA` and rewrite `filterNA` for `matrix` and `MSnSet`
<2017-05-11 Thu>.
- Convert main MSnbase-demo vignette to Rmd/html <2017-05-27 Sat>
Expand Down Expand Up @@ -503,7 +503,7 @@ Changes in version 1.21.4
- More MzTab and Spectrum1 unit testing <2016-05-08 Sun>
- Speed up readMSData (PR #86 by jotsetung) <2016-05-12 Thu>
- Replace example file URL to use github instead of googlecode
<2016-05-12 Thu>
<2016-05-12 Thu>

Changes in version 1.21.3

Expand Down Expand Up @@ -628,7 +628,7 @@ Changes in version 1.19.7

- new sampleNames<- for pSet and MSnExp objects <2015-12-15 Tue>
- Fix bug preventing to write MS1 to mgf (fixes issue #73 reported by
meowcat) <2015-12-18 Fri>
meowcat) <2015-12-18 Fri>

Changes in version 1.19.6

Expand Down Expand Up @@ -797,7 +797,7 @@ Changes in version 1.15.15

Changes in version 1.15.14
- new msnset data, used in various examples instead of quantifying
the itraqdata experiment over and over again [2015-04-01 Wed]
the itraqdata experiment over and over again [2015-04-01 Wed]

Changes in version 1.15.13
- improve nbavg imputation description and add example [2015-03-22 Sun]
Expand Down
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MSnbase 2.7

## Changes in version 2.7.8
- Add SpectrumList class.
- MGF exporter gets a new `addFields` argument (see PR [#362](https://github.com/lgatto/MSnbase/issues/362)) <2018-10-12 Fri>

## Changes in version 2.7.7
- Fix unit tests (issue [#360](https://github.com/lgatto/MSnbase/issues/360), wrong MS OBO CV terms for data smoothing
Expand Down Expand Up @@ -198,7 +198,7 @@
- Add msLevel slot to Chromatogram object <2017-08-16 Wed>
- Add msLevel argument to chromatogram,MSnExp method <2017-08-16 Wed>
- `calculateFragments` now just calculate fragments for all `n - 1L` bonds
(before it incorrectly adds an additional bond; fixes [#248](https://github.com/lgatto/MSnbase/issues/248)) <2017-08-20 Sun>
(before it incorrectly adds an additional bond; fixes [#248](https://github.com/lgatto/MSnbase/issues/248)) <2017-08-20 Sun>
- Add `isEmpty` methods for `Chromatogram` and `Chromatograms` objects
<2017-09-05 Tue>
- plot,Chromatogram[s] creates an empty plot and returns a warning if the
Expand Down Expand Up @@ -241,7 +241,7 @@

## Changes in version 2.3.3
- Rewrite `getColsFromPattern` and `getRowsFromPattern` and add unit tests
<2017-05-11 Thu>.
<2017-05-11 Thu>.
- Add `.filterNA` and rewrite `filterNA` for `matrix` and `MSnSet`
<2017-05-11 Thu>.
- Convert main MSnbase-demo vignette to Rmd/html <2017-05-27 Sat>
Expand Down Expand Up @@ -503,7 +503,7 @@
- More MzTab and Spectrum1 unit testing <2016-05-08 Sun>
- Speed up readMSData (PR [#86](https://github.com/lgatto/MSnbase/issues/86) by jotsetung) <2016-05-12 Thu>
- Replace example file URL to use github instead of googlecode
<2016-05-12 Thu>
<2016-05-12 Thu>

## Changes in version 1.21.3

Expand Down Expand Up @@ -628,7 +628,7 @@

- new sampleNames<- for pSet and MSnExp objects <2015-12-15 Tue>
- Fix bug preventing to write MS1 to mgf (fixes issue [#73](https://github.com/lgatto/MSnbase/issues/73) reported by
meowcat) <2015-12-18 Fri>
meowcat) <2015-12-18 Fri>

## Changes in version 1.19.6

Expand Down Expand Up @@ -797,7 +797,7 @@

## Changes in version 1.15.14
- new msnset data, used in various examples instead of quantifying
the itraqdata experiment over and over again [2015-04-01 Wed]
the itraqdata experiment over and over again [2015-04-01 Wed]

## Changes in version 1.15.13
- improve nbavg imputation description and add example [2015-03-22 Sun]
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandoc: 1.19.2.1
pandoc: 2.3.1
pkgdown: 1.1.0
pkgdown_sha: ~
articles:
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/MSmap-class.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/MSnExp-class.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/MSnSet-class.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/reference/OnDiskMSnExp-class.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/bin-methods.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/reference/chromatogram-MSnExp-method-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/chromatogram-MSnExp-method-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/clean-methods.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/reference/combineSpectra-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/combineSpectraMovingWindow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/estimateMzResolution-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/estimateMzScattering-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 09a3fad

Please sign in to comment.