Hi Mateusz
Thank you for looking into this issue. I've actually only used default settings for the whole process... (but I see the NA's in newABUNDANCE also, if I'm only processing the top100 featuresubset.
library(tidyverse)
library(MSstats)
SN_report <- read.csv("~/PUMA/Christian/Spectronaut17_benchmark/SN16/20221206_092357_SN16_ec_spikein_Report.csv")
annotation <- read.csv("~/PUMA/Christian/Spectronaut17_benchmark/SN16/annotation.csv")
SNtoMSstats <- SpectronauttoMSstatsFormat(SN_report, annotation)
SN_dataprocess <- dataProcess(SNtoMSstats)
I've just uploaded the original files [Spectronaut report & annotation file (sorry, they're quite big) ] in case you'd like to reproduce the whole process... You can find the files
here.
Best,
Christian