PG.ProteinGroups or PG.ProteinAccessions (this column is used to set ProteinName)
EG.ModifiedSequence
FG.Charge
F.FrgIon
F.Charge
R.FileName
R.Condition and R.Replicate (if you already annotated your experimental design on spectronaut)
R.Fraction (if you have fractions)
F.PeakArea
F.FrgLossType
EG.Qvalue
PG.Qvalue
F.PossibleInterference
F.ExcludedFromQuantification
> Additionally but perhaps tangential, is this something MSStatsBig could help with in anyway?
Yes, if Spectronaut forces you to keep more columns than necessary, MSstatsBig can help by removing the unneeded columns prior to processing, reducing the size of your dataset. Although to also go on a tangent, the main benefit of MSstatsBig is reducing the size of your dataset by selecting top N fragment ions for processing (rather than all fragment ions for processing) - this is particularly useful if your DIA dataset can't fit in RAM / if you feel that low abundant fragment ions are noisy and prone to large technical error.
> Could I possibly create a "run_order" data frame with 2 columns, one with file names and one with order that I will manually enter and use that in the "alternative/"non-auto" run converter route?
Yes, you can create a data frame with 2 columns, Run (i.e. your file names), and Order (i.e. the run order that you manually enter). Then you can set `runOrder` as that data frame.
Thanks,
Tony