-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.11.2: Fix bug affecting analysisQuantifications and other improvem…
…ents + Bug fix affecting {artmsAnalysisQuantifications()} + Allow {artmsAnalysisQuantifications()} to process previous versions of artMS + Change Extension of {artms_sessionInfo_quantification} file from {.txt} to {.log} + New parameters available in {artmsQuantification()}, including: - Parameter {printTables}. Default {TRUE}, prints tables. FALSE otherwise. - Parameter {return_results_object}. If TRUE, it returns a list of data frames with MSstats results. Default is FALSE - If both {printTables} and {printPDF} are FALSE, then {return_results_object} becames TRUE and a list of data frames is returned + Change default parameters of the configuration files: less verbose
- Loading branch information
1 parent
55ea8f1
commit 5fd14f8
Showing
15 changed files
with
340 additions
and
182 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
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,8 +1,8 @@ | ||
Package: artMS | ||
Type: Package | ||
Title: Analytical R tools for Mass Spectrometry | ||
Version: 1.11.1 | ||
Date: 2021-07-08 | ||
Version: 1.11.2 | ||
Date: 2021-07-13 | ||
Authors@R: c(person("David", "Jimenez-Morales", role = c("aut","cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4356-6461")), | ||
|
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 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 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
Oops, something went wrong.