Skip to content

Commit

Permalink
added file pattern for reading Decon2LS results
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpetyuk committed Nov 24, 2024
1 parent 540107d commit 27d7634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/PNNL_DMS_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ tool2suffix <- list("MSGFPlus" = "_msgfplus_syn.txt",
"_ScanStatsEx.txt",
"_SICstats.txt"),
"TopPIC" = c("_TopPIC_PrSMs.txt",
"_ms1.feature"))
"_ms1.feature"),
"Decon2LS_V2" = "_isos.csv")

# link_min <- function(scan2,scan3){
# if (scan3 > scan2){
Expand Down

0 comments on commit 27d7634

Please sign in to comment.