Skip to content
Snippets Groups Projects
Unverified Commit d94c02fe authored by Todor Kondic's avatar Todor Kondic
Browse files

resources: Add set as default key to the default order

* R/resources.R (DEF_ORDER_SPECTRA): Summary table should be ordered
by sets first and then the quality and intensity as criteria.
parent 283e4791
No related branches found
No related tags found
No related merge requests found
......@@ -189,4 +189,4 @@ MS2_SPEC_COLS <- c("adduct","ID","CE","rt","Files","spec","ms2_max_int")
## MS1 spectral table columns
MS1_SPEC_COLS <- c("adduct","Files","ID","eicMS1","ms1_int","ms1_rt","ms1_mean")
## Default order of spectra in summary table
DEF_ORDER_SPECTRA <- c("qa_pass","ms1_int","adduct","mz","tag")
DEF_ORDER_SPECTRA <- c("set","qa_pass","ms1_int","adduct","mz","tag")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment