Skip to content

Commit b5aa92a

Browse files
committed
v1.2
1 parent 484aa50 commit b5aa92a

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

IDSL.CSA/DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: IDSL.CSA
22
Type: Package
33
Title: Composite Spectra Analysis (CSA) for High-Resolution Mass Spectrometry Analyses
4-
Version: 1.1
4+
Version: 1.2
55
Authors@R: c(
66
person(family = "Fakouri-Baygi", given = "Sadjad", email = "[email protected]",
77
role = "aut", comment = c(ORCID = "0000-0002-6864-6911")),
@@ -12,7 +12,7 @@ Imports: IDSL.MXP, IDSL.IPA, IDSL.FSA, readxl
1212
Author: Sadjad Fakouri-Baygi [aut] (<https://orcid.org/0000-0002-6864-6911>),
1313
Dinesh Barupal [cre, aut] (<https://orcid.org/0000-0002-9954-8628>)
1414
Maintainer: Dinesh Barupal <[email protected]>
15-
Description: A fragmentation spectra detection pipeline for high-throughput LC/HRMS data processing using peaklists generated by the 'IDSL.IPA' workflow <doi:10.1021/acs.jproteome.2c00120>. The 'IDSL.CSA' package can deconvolute fragmentation spectra from Composite Spectra Analysis (CSA), Data Dependent Acquisition (DDA) analysis, and various Data-Independent Acquisition (DIA) methods such as MS^E, All-Ion Fragmentation (AIF) and SWATH-MS analysis. The 'IDSL.CSA' package was introduced in <doi:10.1101/2023.02.09.527886>.
15+
Description: A fragmentation spectra detection pipeline for high-throughput LC/HRMS data processing using peaklists generated by the 'IDSL.IPA' workflow <doi:10.1021/acs.jproteome.2c00120>. The 'IDSL.CSA' package can deconvolute fragmentation spectra from Composite Spectra Analysis (CSA), Data Dependent Acquisition (DDA) analysis, and various Data-Independent Acquisition (DIA) methods such as MS^E, All-Ion Fragmentation (AIF) and SWATH-MS analysis. The 'IDSL.CSA' package was introduced in <doi:10.1021/acs.analchem.3c00376>.
1616
License: MIT + file LICENSE
1717
URL: https://github.com/idslme/idsl.csa
1818
BugReports: https://github.com/idslme/idsl.csa/issues

IDSL.CSA/inst/CITATION

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
bibentry(bibtype = "Article",
2-
author = c(as.person("Sadjad Fakouri Baygi"), as.person("Sanjay K Banerjee"),
3-
as.person("Praloy Chakraborty"), as.person("Yashwant Kumar"),
4-
as.person("Dinesh Kumar Barupal")),
2+
author = c(as.person("Sadjad Fakouri Baygi"),
3+
as.person("Yashwant Kumar"), as.person("Dinesh Kumar Barupal")),
54
title = "IDSL.CSA: Composite Spectra Analysis for Chemical Annotation of Untargeted Metabolomics Datasets",
6-
journal = "bioRxiv",
7-
year = "2023",
8-
url = "https://doi.org/10.1101/2023.02.09.527886",
5+
journal = "Analytical Chemistry",
6+
year = "2023",
7+
volume = "95",
8+
number = "25",
9+
pages = "9480–9487",
10+
url = "https://doi.org/10.1021/acs.analchem.3c00376",
911
textVersion =
1012
paste0("Fakouri Baygi et. al.,\n",
1113
"IDSL.CSA: Composite Spectra Analysis for Chemical Annotation of Untargeted Metabolomics Datasets\n",
12-
"bioRxiv, doi:10.1101/2023.02.09.527886\n"),
13-
header = "To cite IDSL.CSA in publications, please use:",
14+
"Analytical Chemistry, 2023, 95(25), 9480–9487, doi:10.1021/acs.analchem.3c00376\n"),
15+
header = "To cite IDSL.FSA in publications, please use:",
1416
footer = "We appreciate citing our manuscript to gain visibility in the scientific community!"
1517
)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ IDSL.CSA_workflow("Address of the CSA parameter spreadsheet")
8888

8989
## Citation
9090

91-
[1] Fakouri Baygi, S., Kumar, Y. Barupal, D.K. [IDSL.CSA: Composite Spectra Analysis for Chemical Annotation of Untargeted Metabolomics Datasets](https://doi.org/10.1101/2023.02.09.527886). *bioRxiv*, **2023**.
91+
[1] Fakouri Baygi, S., Kumar, Y. Barupal, D.K. [IDSL.CSA: Composite Spectra Analysis for Chemical Annotation of Untargeted Metabolomics Datasets](https://doi.org/10.1021/acs.analchem.3c00376). *Analytical Chemistry*, **2023**, *95(25)*, 9480–9487.
9292

9393
[2] Fakouri Baygi, S., Kumar, Y. Barupal, D.K. [IDSL. IPA characterizes the organic chemical space in untargeted LC/HRMS datasets](https://pubs.acs.org/doi/10.1021/acs.jproteome.2c00120). *Journal of proteome research*, **2022**, *21(6)*, 1485-1494.

releases/IDSL.CSA_1.2.tar.gz

92.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)