PistoiaHELM / HELMWebEditor

Web browser based editor for drawing HELM macromolecules.
MIT License
19 stars 10 forks source link

Blob types need to be defined #122

Closed ClairePA closed 6 years ago

ClairePA commented 6 years ago

The current implementation includes 3 blob types: antibody, gold particle and protein.

image

Antibody and protein should be removed as these can be represented in other ways.

The list should include 'gold particle' and 'bead' and allow the user to add their own annotation.

scilligence commented 6 years ago

fixed in 2017-10-10 update. Custom types can be defined as below: org.helm.webeditor.blobtypes = ["Bead", "Gold Particle", "Other"];

I recommend to have Antibody and Protein there. For an ADC, if the Antibody is unknown, users can use this way to express it.

ClairePA commented 6 years ago

If there is an unknown peptide, you should represent that as a * monomer of type peptide. The blob is for more generally unknown entities. We should add that recommendation to the user guide.

ClairePA commented 6 years ago

Discussed the blob types with the HELM team and confirmed that Gold particle and Bead are sufficient for now. Peptide and antibody should not be used.