OpenMS / OpenMS

The codebase of the OpenMS project
https://www.openms.de
Other
477 stars 314 forks source link

Feature Request for TOPPView: consensusXML visualization (different colors) #1621

Open VOOginga opened 8 years ago

VOOginga commented 8 years ago

I would like to request a new feature for the above tool. This tool links different maps (samples) in a label free experiment. However, it is impossible to know which peptide feature comes from which map(sample). The current output simply has information on the RT, m/z, sequence of the consensus feature but we have no idea from which sample the consensus features come from. If we could have an additional parameter that color codes the samples this will help in determining the origin the features making up the consensus feature. Attached is a picture showing what i mean. fl output

timosachsenberg commented 8 years ago

Hi, in consensusXML we have:

               <consensusElement id="e_4835329514588776807" quality="0.89355">
                        <centroid rt="410" mz="500.011" it="600"/>
                        <groupedElementList>
                                <element map="0" id="0" rt="300" mz="500" it="500"/>
                                <element map="1" id="0" rt="510" mz="500.012" it="600"/>
                                <element map="2" id="0" rt="420" mz="500.021" it="700"/>
                        </groupedElementList>

and

        <mapList count="3">
                <map id="0" name="FeatureLinkerUnlabeled_5_input1.featureXML" label="" size="3">
                </map>
                <map id="1" name="FeatureLinkerUnlabeled_5_input2.featureXML" label="" size="3">
                </map>
                <map id="2" name="FeatureLinkerUnlabeled_5_input3.featureXML" label="" size="3">
                </map>
        </mapList>

Is this the information you need?

lars20070 commented 8 years ago

It's a feature request for TOPPView. Can the map ID be colour coded or made available via mouse-over? Makes debugging easier.

timosachsenberg commented 8 years ago

ok I see... I guess it can be quite easily added to: https://github.com/OpenMS/OpenMS/blob/develop/src/openms_gui/source/VISUAL/Spectrum2DCanvas.cpp#L974 Anyone?

VOOginga commented 8 years ago

Exactly...that would be quite helpful On 2 Oct 2015 09:30, "Timo Sachsenberg" notifications@github.com wrote:

ok I see... I guess it can be quite easily added to: https://github.com/OpenMS/OpenMS/blob/develop/src/openms_gui/source/VISUAL/Spectrum2DCanvas.cpp#L974 Anyone?

— Reply to this email directly or view it on GitHub https://github.com/OpenMS/OpenMS/issues/1621#issuecomment-144943051.

cbielow commented 8 years ago

quick workaround for the meantime:

load the featureXMLs as well (after the conensus, so they are on top) and colour them individually. (I can see this is more work and time consuming).

hendrikweisser commented 8 years ago

I think this a duplicate of #275.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.