msqrob2 outputs (Protein IDs?)
1
0
Entering edit mode
@d5ae5ac6
Last seen 11 months ago
United Kingdom

Newbie question, I am wanting to get a sample report output from my msqrob2 analysis, one which has protein IDs and raw abundances for example. Are there any tutorials describing what code to use to enable such a report?

The DE tutorial on msqrob2 is great, but it does not go into enough detail, is there anywhere else that one can get tutorials for using this analysis approach?

msqrob2 • 353 views
ADD COMMENT
0
Entering edit mode
@laurent-gatto-5645
Last seen 3 days ago
Belgium

If you use msqrob2, you data is probably stored as a QFeatures object. Assuming it is called qf and the assay with the protein data you want is called "prot", you can get the quantitative data with assay(qf[["prot"]]). You can then write it to a csv file with write.csv(assay(qf[["prot"]]), file = "prots.csv").

ADD COMMENT

Login before adding your answer.

Traffic: 754 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6