-
Notifications
You must be signed in to change notification settings - Fork 652
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
Molecular volume and (solvent-accessible) surface area #2439
Comments
This would indeed be great tools to have in MDAnalysis. We would be happy to look at contributions in that direction. |
A crude estimate of molecular volume might the volume of the This would likely be reasonably accurate for i.e., globular structures, but you could probably come up with some structures for which you might need to calculate an alpha shape or something more exotic. I suppose there is likely some literature on this; maybe summing the constituent particle volumes could also be used in some approaches (summing all the Martini sphere volumes? plus some adjustment factor for bonded areas or something). |
There’s also pysasa (I think). Would be great to integrate it. |
Would even be a fun GSOC project! |
FreeSASA comes under MIT license and has a C core and python bindings:
Simon Mitternacht (2016) FreeSASA: An open source C library for solvent accessible surface area calculation. F1000Research 5:189 (doi: 10.12688/f1000research.7931.1) Todo:
|
I refined the above and added it as a potential GSOC 2020 project to the GSoC 2020 wiki page. |
FWIW (and maybe less biologically relevant) I'd also consider zeo++ and poreblazer similar tools that need a similar treatment. Maybe more interestingly, good bindings to voro++ would probably allow a range of different volume/surface tools to be constructed. |
I'd be curious what |
@tylerjereddy periodic boundary conditions |
@orbeckst @richardjgowers @IAlibay I am very much interested to work on this project as part of GSoC'20 this summer. I am associated with the 'Centre of Excellence in Computational Genomics' of my college and am good at python, C. I have done some basic calculations with FreeSASA on the 3LAU PDB Structure. I am also familiazing myself with the MDAnalysis codebase. Making FreeSASA a part of MDAnalysis (especially for MDSimulations) to calculate the SAS scores for each and every frame, also seems good to me. It would be really appreciated if you could guide me with the further steps. Kind regards |
I have written a basic script to save the protein atom name and atom Surface Area in a text file, using FreeSASA. |
Hello Syed Farhan,
Welcome to MDAnalysis and GSoC.
Please see the blog post <https://www.mdanalysis.org/2020/02/22/gsoc2020/> and the FAQ <https://github.com/MDAnalysis/mdanalysis/wiki/GSoC-FAQ> if you haven't yet. As detailed in the blog, we have a series of issues tagged as easy bugs & GSOC starters which are worth looking at if you are still trying to find an issue to contribute to. We’re also happy to talk about projects when you have specific questions.
If possible, could you also provide us with your GitHub handle? This way we can consolidate any issues/PRs you contribute to with this introduction and any other interactions we have with you on the developers list.
On Mar 3, 2020, at 3:55 AM, Syed Farhan ***@***.***> wrote:
@orbeckst <https://github.com/orbeckst> @richardjgowers <https://github.com/richardjgowers> @IAlibay <https://github.com/IAlibay>
I am Syed Farhan, an Undergraduate Computer and Electronics Engineering Student from Bangalore, India. Linkedin <https://www.linkedin.com/in/syedfarhanahmad/>
I am very much interested to work on this project as part of GSoC'20 this summer. I am associated with the 'Centre of Excellence in Computational Genomics' of my college and am good at python, C.
I have done some basic calculations with FreeSASA on the 3LAU PDB Structure <https://www.rcsb.org/structure/3LAU>. I am also familiazing myself with the MDAnalysis codebase.
That’s great but also note that you need to have at least one merged pull request in order to be eligible to apply to work with MDAnalysis. See the linked GSoC docs above.
Making FreeSASA a part of MDAnalysis (especially for MDSimulations) to calculate the SAS scores for each and every frame, also seems good to me.
It would be really appreciated if you could guide me with the further steps.
Please read our docs.
I would also like to know if this project will make it to the final GSoC Project List, and if the project is up-for-grabs.
This is not how it works. In order to be eligible to apply you need to work on our code base, as explained in our docs. You will then write your application. It would be great if you were to select the SASA project, but anyone else can do the same. We will read and assess the applications and select the best candidate (again, read our docs to see what we are looking for). We are happy to discuss projects and help you to write a strong proposal – just remember that we also want to get a sense of how you would work with us before you submit the application.
Best,
Oliver
… Kind regards
Syed Farhan
RVCE
|
@orbeckst My GitHub handle is born-2learn and here is my GitHub profile. Thank you for the links. I have gone through the MDAnalysis Blog and the FAQs, and will shortly start contributing to the MDAnalysis repo by working on issues/PRs. I would like to know if the discussion of projects/issues have to be done in the MDAnalysis Google Groups apart from the GitHub comments or only the comments in GitHub are sufficent. I am very much interested in the SASA project and am also looking into other Project Ideas. Kind Regards |
On Mar 3, 2020, at 12:26 PM, Syed Farhan ***@***.***> wrote:
I would like to know if the discussion of projects/issues have to be done in the MDAnalysis Google Groups <https://groups.google.com/forum/#!forum/mdnalysis-discussion> apart from the GitHub comments or only the comments in GitHub are sufficent.
We typically keep general discussions on the mailing list.
If there’s an issue open (like the one for SASA) then it’s good practice to keep specific questions on the issue tracker. (But don’t open issues to ask questions – open issues for bugs/enhancements. Ask questions on the list.)
Discussions on active PRs are all on the PR itself in the issue tracker.
I am very much interested in the SASA project and am also looking into other Project Ideas.
Great!
Oliver
|
Thank you. |
I removed the "starter" label as this became a proposed GSoC 2020 project. |
@orbeckst Sir, I'm aiming for this as my gsoc project as it seemed interesting from a while. Can I please get some scenario of this and where to start for application. |
Hi @arunsetty , read the blog post https://www.mdanalysis.org/2020/02/22/gsoc2020/ which explains everything and provides links to all related documentation. Importantly, we only accept applications from students with at least one merged PR. For further general GSOC discussions please ask on the developer mailinglist https://groups.google.com/group/mdnalysis-devel. |
Is there any help needed with this ticket? I haven't seen any update since March. I feel, it is high priority one for the next release :) |
Yes, please, help is welcome. We were tending towards relying on pysasa. Look at the GSoC description https://github.com/MDAnalysis/mdanalysis/wiki/Project-Ideas-2020#project-1-molecular-volume-and-surface-analysis . |
Thanks @orbeckst ! Is anyone actively working on this one? I saw some students interested in participating (as GSOC)? I mean, either I can sort it out myself, or if anyone already started, I can join the team. |
Nobody is actively working on it, i.e., there's no active PR. If you want to add a new analysis.sasa module then I would recommend you have a look at the https://userguide.mdanalysis.org/1.0.0/contributing.html guide (in case you haven't done so already). |
Sure, I will have a go then! So far my another contribution is close to being merged, so learnt a lot about dev practices in this project, but I will go again through the guide, especially because now it would be additional functionality rather than a fix. |
@mieczyslaw give me a ping if you get stuck getting the information you need for pysasa out of MDAnalysis! |
@richardjgowers sorry for the delay in starting working on that, just want to first finish another MDA contribution to avoid doing two things at once, but definitely interested in doing this one |
No chance to work on that in my free time right now, but happy to return to this task later on if there is no one else completing it. Sorry. |
Thanks for the update. |
Is this still available or feature is already created.I am new to MDanalysis and joined google group.So can you clarify some doubt of mine so I can try to make this feature.Is this just calculate the molecular volume of a element ? @orbeckst @mieczyslaw |
@sparkingdark As I mentioned above, I didn't have time to do this task (even though I really like it). I suppose @orbeckst and @richardjgowers can explain what is expected. |
Okay looking forward to it and one thing mdanalysis have any slack group. |
Hey Everyone I am Prabhat a second-year undergraduate student from India, and I am interested to contribute, will it be possible if someone can tell me what is expected and how much we have done or something? |
Hello @sparkingdark , I know that you asked a while back but we now have a discord server (see https://github.com/MDAnalysis/mdanalysis/wiki/GSoC-FAQ#how-do-i-contact-mdanalysis for the sign up link). |
Hello @TestPrab , please read https://www.mdanalysis.org/2021/03/09/gsoc2021/ to get started – the blog post and the linked documents should answer all your immediate questions. We look forward to learning more about when you introduce yourself on our developer mailing list. We keep all general discussions on the mailing list and keep issues for discussions directly related to and specific to the problem/code in the issue. |
Hi mentors @IAlibay @orbeckst @hmacdope @richardjgowers , here is my draft proposal for this project. Any comments are appreciated! Thanks! |
Hi everyone. I was looking for a way to calculate SASA using MDAnalysis, and came across this thread. Is there any way to do it already? Thanks! |
Hello, I am happy to help on this implementation as I need it for a research project and I am already using MDAnalisys, here a basic implementation, will go through the contributor documentation and join the mail list immediately. |
@pegerto created the mdakit-sasa. |
Hello, just checking if SASA calculation is something that you would like to see integrated in MDAnalysis or is it considered solved with the mdakit-sasa? |
ping @orbeckst @richardjgowers |
There's PR #4417 with an alternative implementation in addition to the MDAKit. We don't have a good idea how the different solutions currently work (what algorithms are available, do they produce the same results, what's the performance on the same input data, what is their API, what dependencies do they have, how do they differ, ...). Such a comparison would be incredibly useful to understand what is needed. SASA is a sufficiently ubiquitous analysis tool that we may consider moving it from a kit into the core library. A good way forward would be to collaborate on a kit and make it the best it can be (using the comparison to guide development). It's much faster to iterate on a kit than on work in the core library. @leonwehrhan , maybe you can ping @pegerto and @JureCerar to see what interest there is? Feel free to also ping people from the MDAnalysis team like myself for input. |
Hi, I would like to suggest two features. I couldn't find how to calculate the molecular volume and SASA (solvent-accessible surface area) for a trajectory. Do you think those would be useful additions?
The text was updated successfully, but these errors were encountered: