jeffsocal / tidyproteomics

An S3 data object and framework for common quantitative proteomic analyses
https://jeffsocal.github.io/tidyproteomics/
MIT License
36 stars 5 forks source link

Export the protein list in venn diagram #14

Closed tywang-tw closed 11 months ago

tywang-tw commented 11 months ago

Hi Jeff, Can you add the function to export the protein list (with annotation) from venn diagram or euler in tidyproteomics? Thanks!

jeffsocal commented 11 months ago

Thanks for the suggestion. I have added a new function intersection() in the version 1.7.0 that allows you to subset the data down to the proteins defined in a Venn segment. A description can be found here https://jeffsocal.github.io/tidyproteomics/articles/extracting.html.