-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLICENSE.note
More file actions
17 lines (12 loc) · 815 Bytes
/
Copy pathLICENSE.note
File metadata and controls
17 lines (12 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TermineR is distributed under the GNU General Public License, version 3.
The local DIA-NN report-loading and matrix helper logic in R/adapters.R is an
adaptation of code from:
diann-rpackage, by Vadim Demichev
Commit: https://github.com/vdemichev/diann-rpackage/commit/f2997bb26922ace9d9f4ef986037e36c5a5d5fe7
Source file: https://github.com/vdemichev/diann-rpackage/blob/f2997bb26922ace9d9f4ef986037e36c5a5d5fe7/R/diann-R.R
The upstream diann-rpackage is licensed under the Creative Commons Attribution
4.0 International license (CC BY 4.0):
https://creativecommons.org/licenses/by/4.0/
Changes made in TermineR include Arrow-backed Parquet report loading, local
SUM/MAX aggregation, numeric coercion for report quantities, and integration
with the TermineR adapter output and normalization workflow.