Closed MarekGierlinski closed 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).
Fixed.
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).