Skip to content

Aggregation analysis #2789

@aligh92

Description

@aligh92

Is your feature request related to a problem?

No! Actually, it was my problem, and I scripted code for that using your package, and then I thought I should appreciate you by contributing my code to your package!
I was stuck on measuring the aggregate size based on the distance between the molecule's centre of mass. Also, I needed to measure the aggregate properties such as gyration radius, shape and density. As far as I know, there is no analysis for that in your package. GROMACS has "Clustsize" feature to measure the aggregation of the molecules, but it is not able to solve my problem

Describe the solution you'd like

The GROMACS feature, "Clustsize", can measure the number of aggregate with different size based on the distance between the closest atom or a specific atom. However, it is not able to consider the distance of the centre of mass. Also, it can not measure the cluster characterization such as gyration radius or shape throughout the simulation time. Therefore, I decided to write my code. Currently, my code is ready, and I proved that using GROMACS feature. My code can consider different types of distance, as a user request, and the optional distance cut-off. In "Clustsize" the monomer will be considered while my code is flexible in considering or eliminating them. I considered measuring the average gyration radius along the simulation time as a representative property for clusters. User can take that as an example and measure other properties, or I can add them upon your request.

Describe alternatives you've considered

There might be other software to solve my problem, but as far as I know, this feature is missing in your package and it would be pleasant for the MDAnalysis users to have this opportunity.

Additional context

The code that I am suggesting has been proved by GROMCAS feature, "Clustsize". The results are going to be published as a part of a technical article.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions