bartongroup / Proteus

R package for analysing proteomics data
MIT License
48 stars 3 forks source link

plotVolcano_life produces error message with peptide data #14

Closed MarekGierlinski closed 6 years ago

MarekGierlinski commented 6 years ago

library(proteusUnlabelled) data(proteusUnlabelled) res <- limmaDE(pepdat.clean) plotVolcano_live(pepdat.clean, res)

Instead of peptide table at the bottom, there is an error message (undefined columns selected).

MarekGierlinski commented 6 years ago

Fixed.