-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to export TMT11plex quantification? #8
Comments
Reporter does have its own command line support:
It should also be possible to attach the -reports options from ReportCLI directly to the ReporterCLI command line. And while the names of the reports may be the same as for PeptideShaker, they should contain extra columns with the quantification data. Note however that the command line support for Reporter it is still in beta mode and yet not fully tested. |
When I run
I get :
I did not use Reporter to create that file, I used PeptideShaker 1.16.38. |
I am trying to convert the file with Reporter using The log file shows that these keywords
|
I opened the peptideshaker.cpsx with reporter and safed the project as reporter.cpsx. Then tried it to process it, but I get the same error message about file incompatibility. |
Seems like I introduced a bug in recent code clean up were I mixed the parameters for ReportCLI and ReporterCLI. I will correct this and release a new version of Reporter as soon as possible. After this fix a command line of the following type should work: |
Just released Reporter v0.7.17 which should solve the issues with the command line. Here's the kind of command line that now works fine for me: |
The new version runs on commandline. Awesome! |
I can create a bunch of reports from the commandline now, but I don't find the quantification data.
Which of these files should contain the quantification data and which columns would that be? Is it possible to get the quantification data exported? If not could you recommend a different workflow? I am quite new to this. Any help is greatly appreciated. |
All of these should contain the quantification data. There should be columns with this data to the far right in the reports. Are you saying that these columns are not there? If so, maybe you can share your Default Protein Report? |
The column names would be helpful. I have these columns:
How can I make this appear as raw text? The column names have symbols in it that are interpreted as markdown. I have 11plex data. So I expect 11 columns for quantification? |
TMT is generally used as relative quantification, i.e. you retain one TMT tag for the reference sample that you divide the values from the other TMT tags on to make them comparable. Hence you will have ten ratios for 11plex, nine ratios for 10plex etc. The reference sample is set by using the -ref_samples option. |
Alright. Thanks! If I set -ref_sample 1, is the first or the second sample that is used as a reference? Is counting starting with 1 or 0? |
I wonder whether it is possible to export the quantification results from shaker. I saw the reports that can be exported, but they seem to be identical to the once that PeptideShaker creates? Ideally, I am looking for a way to do export the quantification data from the commandline in linux.
The text was updated successfully, but these errors were encountered: