Mercurial > repos > galaxyp > mqppep_anova
diff MaxQuantProcessingScript.R @ 3:6f51e262d84d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit 3dcf0d08f006b888061ff83eadc65e550d751869
author | galaxyp |
---|---|
date | Tue, 31 Jan 2023 22:26:38 +0000 |
parents | 2276e88d5a1f |
children | 7d1f8a256cf6 |
line wrap: on
line diff
--- a/MaxQuantProcessingScript.R Mon Dec 12 22:00:29 2022 +0000 +++ b/MaxQuantProcessingScript.R Tue Jan 31 22:26:38 2023 +0000 @@ -73,7 +73,9 @@ } # Generate phosphopeptide and build list when applied +# nolint start: squash un-actionable cyclomatic_complexity warning phosphopeptide_func <- function(df) { +# nolint end # generate peptide sequence and list of phosphopositions phosphoprobsequence <- strsplit(as.character(df["Phospho (STY) Score diffs"]), "")[[1]]