Giter Site home page Giter Site logo

Comments (14)

mstaniak avatar mstaniak commented on July 26, 2024

is this column present in the input?

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

is this column present in the input?

Yes. Because the file is too large to upload, here is screen shot of the file.
Capture

from msstatsconvert.

mstaniak avatar mstaniak commented on July 26, 2024

please try changing "Modified.Sequence" to "Peptide.Modified.Sequence".
Is this a default column name? What version of DIA-NN did you use? I might need to add an option for this, example data I used had a different name for this column.

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

please try changing "Modified.Sequence" to "Peptide.Modified.Sequence". Is this a default column name? What version of DIA-NN did you use? I might need to add an option for this, example data I used had a different name for this column.

Yes it is the default column name. I used DIA-NN 1.8.1.

I run this code but it returns a error:

report_TrP <- fread("C:/Learning/0-Data/report.tsv")
annot_TrP <- read.csv("C:/Learning/0-Data/annotation.csv")
colnames(report_TrP)[14] <- "Peptide.Modified.Sequence"
report_TrP <- DIANNtoMSstatsFormat(report_TrP, annotation = annot_TrP)

INFO  [2023-07-18 17:52:20] ** Raw data from DIANN imported successfully.
Error in `[.data.table`(dn_input, , req_cols, with = FALSE) : 
  column(s) not found: ModifiedSequence

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

And I also try to change "Modified.Sequence" to "ModifiedSequence", it also cannot detect PeptideModifiedSequence.

It is strange that it could detect PeptideModifiedSequence but could not detect FragmentIon when I used DIANNtoMSstatsFormat on around 1st July with the same data.

from msstatsconvert.

mstaniak avatar mstaniak commented on July 26, 2024

My bad, ModifiedSequence should be the column name, we change that to PeptideModifiedSequence internally.

Currently, this warning only affects oxidation filtering. You can do it manually if needed. Currently, our internal oxidation filter uses a wrong column name. I will update MSstats package to fix this, other than that everything should be OK.
I'm closing this issue, please re-open if needed. Also please let me know if you have other problems with the converter.

from msstatsconvert.

mstaniak avatar mstaniak commented on July 26, 2024

Requires MSstats update

from msstatsconvert.

mstaniak avatar mstaniak commented on July 26, 2024

Thanks for reporting the issue btw!

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

Hi,

I have two lists of data that have been converted from the same DIA-NN file but at different times. One was done on 2nd July, and the other on 19th July. They are different. Which one is the reliable one?

Thanks in advance!

Best regards,
Shel
MSstats_log_2023_07_02_20_42_53.114015_previous.log
MSstats_log_2023_07_18_18_27_27.259128_latest.log

from msstatsconvert.

mstaniak avatar mstaniak commented on July 26, 2024

Current version. In the past the converter aggregated fragment ion information prematurely.

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

Current version. In the past the converter aggregated fragment ion information prematurely.

THANK YOU so much for your quickly reply and help! I am going to use the latest one for further MSstats analysis.

Cheers,
Shel

from msstatsconvert.

She1111 avatar She1111 commented on July 26, 2024

Hi,

I notice that DIANNtoMSstatsFormat will select Protein.Names in DIA-NN output file as ProteinName automatically which can not match with the information of proteins from Uniprot when I use MSstatsLiP package. Is it feasible to add an option for selecting presented columns? Or is it more convenient to just rename the column name in RAW datafile?
MSstatsConvert

Thanks in advance!

Cheers,
Shel

from msstatsconvert.

mstaniak avatar mstaniak commented on July 26, 2024

For now, please rename the column. I will add that option in a few days, thanks for letting me know

from msstatsconvert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.