-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TMT data analysis with DEqMS - with multiple set of TMT data sets #9
Comments
Hi! To analyze multiple TMT sets data using DEqMS, you need to first know what the experiment design is.
"group" represent the factor which tells which group the sample belongs to, such as "ctrl" or "treated". The "TMTset" factor is supposed to account for batch difference between different TMT sets. However, it relies on reasonable experiment design. Well, you can also use other approach such as
The next step is to make a PSM count table of different proteins. This is same for the above two situations. |
Hi! Yes. We using secondary experiment design! now i have normalized intensity tables by pooling samples ( called IRS normalization, generally!) but, this case i cannot using DEqMS with my PSM tables (psm.tsv from fragpipes (5 files from each experimental sets ) or PSM table results from PD) ? and other case, called "Differential protein expression analysis with DEqMS using a protein table" in DEqMS tutorial there are import single PSM count table to import function spectraCounteBayes() but i have 5 PSM count table with different TMT sets. you mention "Extract PSM count from different TMT sets, and use the minimum counts of different sets to assign it as the PSM count of each protein." this means import minimun PSM counts for each TMT sets to fit3$count ? and this PSM counts dosen't have problems for statistical analysis? Thank you!! |
If you have five PSMs table from five TMT sets. You can try to get a protein table separately following the tutorial. First log2 transform PSM tables and then use medianSummary to get protein matrix for each TMT set separately.
"group_col" refers to the column of protein IDs. After you get the protein matrix for each TMT set, combine them into one matrix.
if the minimum PSM count is 0, you can add a pseudo count 1 to it. |
Dear Assume DEqMS developer teams!
how can i running DEqMS with multiple set of TMT dat sets??
i have 55 sample that multiplexed TMT-11plex with 5 set of data sets
in this case, how can i running DEqMS?
Thank you
The text was updated successfully, but these errors were encountered: