forked from skschum/MFAssignR
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from RECETOX/hechth/issue8
Removed SNplot duplicate
- Loading branch information
Showing
7 changed files
with
75 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
Package: MFAssignR | ||
Type: Package | ||
Title: An R Package for Data Preparation and Molecular Formula Assignment | ||
Version: 1.0.2 | ||
Author: Simeon Schum, Lynn Mazzoleni, Laura Brown | ||
Maintainer: Simeon Schum, <[email protected]> | ||
Description: This package contains functions that can estimate | ||
the signal-to-noise for raw mass spectra, provide | ||
preliminary identification of potential isotopic masses, | ||
recalibrate mass spectral data, and assign molecular formulas | ||
to exact mass measurements from ultrahigh resolution mass spectral | ||
data using either Orbitrap MS or FT-ICR MS. The core algorithm for | ||
formula assignment is the CHOFIT algorithm developed by | ||
Green and Perdue, Anal. Chem. (2015). This algorithm has | ||
been expanded on, using formula extension to increase its | ||
performance and data quality. | ||
License: GNU GPL-2 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: R (>= 3.4.1) | ||
Imports: dplyr (>= 0.7.6), | ||
tidyr (>= 0.8.1), | ||
ggplot2 (>= 3.0.0), | ||
colorRamps (>= 2.3) | ||
RoxygenNote: 7.1.1 | ||
Suggests: knitr, | ||
rmarkdown | ||
VignetteBuilder: knitr | ||
Package: MFAssignR | ||
Type: Package | ||
Title: An R Package for Data Preparation and Molecular Formula Assignment | ||
Version: 1.0.2 | ||
Author: Simeon Schum, Lynn Mazzoleni, Laura Brown | ||
Maintainer: Simeon Schum, <[email protected]> | ||
Description: This package contains functions that can estimate | ||
the signal-to-noise for raw mass spectra, provide | ||
preliminary identification of potential isotopic masses, | ||
recalibrate mass spectral data, and assign molecular formulas | ||
to exact mass measurements from ultrahigh resolution mass spectral | ||
data using either Orbitrap MS or FT-ICR MS. The core algorithm for | ||
formula assignment is the CHOFIT algorithm developed by | ||
Green and Perdue, Anal. Chem. (2015). This algorithm has | ||
been expanded on, using formula extension to increase its | ||
performance and data quality. | ||
License: GNU GPL-2 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: R (>= 3.4.1) | ||
Imports: dplyr (>= 0.7.6), | ||
tidyr (>= 0.8.1), | ||
ggplot2 (>= 3.0.0), | ||
colorRamps (>= 2.3) | ||
RoxygenNote: 7.2.3 | ||
Suggests: knitr, | ||
rmarkdown | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
exportPattern("^[[:alpha:]]+") | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(CompFactorToInt) | ||
export(CompFactorToInt2) | ||
export(CompIntToFactor) | ||
export(CompIntToFactor2) | ||
export(EM) | ||
export(EM2) | ||
export(Even) | ||
export(FindCoreFormulae2) | ||
export(FindCoreFormulae2_Halo) | ||
export(HighMoles) | ||
export(HighMoles2) | ||
export(HistNoise) | ||
export(IsoFiltR) | ||
export(KMDNoise) | ||
export(LowMoles) | ||
export(LowMoles2) | ||
export(MFAssign) | ||
export(MFAssignCHO) | ||
export(MaxMoles) | ||
export(MinMoles) | ||
export(NM) | ||
export(NM2) | ||
export(Recal) | ||
export(RecalList) | ||
export(SNplot) | ||
export(Valence) | ||
export(Valence2) | ||
export(ValidFormula) | ||
export(ValidFormula2) | ||
import(ggplot2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.