-
Notifications
You must be signed in to change notification settings - Fork 11
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
Read additional Infos from Raw Files (Status Log, Tune Method) etc. #62
Comments
Hi Bernd, yes, there is a lot of scan attributes already available through rawDiag, please check: https://github.com/fgcz/rawDiag#343--how-to-get-all-scan-attributes-assosiated-to-each-scan You should see a similar list in Freestyle when selecting Best, |
Thanks Tobi, Any chance to obtain the information in Reports\Sample Information ? Couldn't find them in the long long list read.raw outputs and read.raw.info just has some of them. I wanted to use them to store some meta data information (column, project, sample matrix etc.) and read them automated when samples are finished. test[["Sample Information"]] $ $ $ $ $ $ $ $ Thank you very much again, |
Hi Bernd, not sure if I get your question correctly (comma separated in comment???)
Please also check
|
Does this help? You might find this helpful. |
Sorry for the confusion. Yeah, i know about the returned structure. (But funny - I'm going through AdrancedR at the moment :) ) I posted the returned Sample Information of our Velos above. I'm missing some information like Laboratory, Company, Phone etc. that are accessible from QualBrowser and most likely Freestyle. These are all Columns you could use at Xcalibur Sequence creation And we thought we could use the other columns for projects, columns, sample matrices, digestion enzymes etc. and gather the information through read.raw.info automatically (as users are lazy and will forget to upload their sequences manually) The Comma Separation was just for a workaround if the Phone ... etc would not be accessible (as we could put the information above all into the Comment Field with , or ; and Split it afterwards with StringR) but it would be much nicer if everything would have its own column at sequence creating in Xcalibur. Sorry again for the confusion and thanks for your help, |
Ahhhh! ok. Now I get it! @cpanse Could we add the other variables (Laboratory, Company, Phone, ...). I assume we already have access, but didn't include them due to a lack of personal interest. |
Thanks - I also didn't care about these Xcalibur-Columns in the last 15 years - just now as we take "Data Topics" a bit more serious, we try to gather some additional information, to make statistics or just filter these criteria in Shiny and generate HTML-Reports for e.g. a specific column and or all 4h Tryptic digests etc. - thats where they now become useful for us. |
Hi there, saw these columns accessible in rawrr 👍 Not sure if this question makes sense here: Is rawDiag also still in development - or just rawrr ? |
@BerndMaier in the future we will run rawrr under the hood of rawDiag. If we find a way to make you happy we will give it a try. |
@cpanse oh - i'm already very happy to have now access through rawrr::readFileHeader - just wanted to understand how the two packages fit together - 🥇 thanks again |
Hi,
is there a possibility to access some additional information of the MS raw files.
Like the Status Log - containing the instrument read outs (voltages, temperature, pressure etc.) for every scan - accessible usually through Xcalibur -> view -> report -> status log
Thank you very much,
Bernd
The text was updated successfully, but these errors were encountered: