You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An idea for downstream visualisation of comparison between conditions:
Waterfall plot of unique peptides between 2 conditions, with overlapping peptides (non unique). Example figure is attached, in this case y axis = sample prevalence. As we predict the peptides, we can compare the number of entities the peptide is contained in (e.g. bins, contigs, taxids)
The text was updated successfully, but these errors were encountered:
Waterfall plot makes sense if it shows high frequency peptides. Frequency in this case would mean a predicted occurrence within one bin/taxa. For these input types the plot generation should be relatively straight forward? (maybe we need to be more stringent in filtering or like I posted above by binning the frequency, to reduce the number of bars -> resources) For assemblies on the other hand it will not be that straight forward, as we do not have information about the taxa/binning in taxa. Still the plot could be generated by using a frequency within contigs, which can be used to compare between communities, but is also dependent on read depth etc and may be biased. Thus either plots are only generated for bins/taxa or the user is warned, that the plot may not show the result that is expected.
Still for large datasets, e.g. full test the plot will generate 2 million bars. Therefore, it may be more helpful to reduce the plot to a table including the result, this could also be a table which filters the highest unique predicted binders (binding score) for each condition.
Description of feature
An idea for downstream visualisation of comparison between conditions:
Waterfall plot of unique peptides between 2 conditions, with overlapping peptides (non unique). Example figure is attached, in this case y axis = sample prevalence. As we predict the peptides, we can compare the number of entities the peptide is contained in (e.g. bins, contigs, taxids)
![Screenshot 2024-08-07 at 11 15 06](https://private-user-images.githubusercontent.com/64961761/355753492-00f6dff2-3d17-4269-85d7-cfd97c8a2928.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTY3MzksIm5iZiI6MTczOTI1NjQzOSwicGF0aCI6Ii82NDk2MTc2MS8zNTU3NTM0OTItMDBmNmRmZjItM2QxNy00MjY5LTg1ZDctY2ZkOTdjOGEyOTI4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA2NDcxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVkNjM4MGVjNTk3NTA4OTk3ODQ3MjUyYzY0NTM4NDA2NTJkYWNhYzVjNzU2M2Q2MmVhMzAyMTJlNGRkZmExN2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hrmd--WiAgmtu5olQu_UX1g92VEKlIRrboJT7tAvRKc)
The text was updated successfully, but these errors were encountered: