biojava / biojava-tutorial

:book::books:An introductory tutorial for BioJava
http://www.biojava.org
Other
118 stars 42 forks source link

ProtParam tutorial #30

Open Baytars opened 3 years ago

Baytars commented 3 years ago

I have discovered some code that may be using ProtParam service (package org.biojava.nbio.aaproperties?). Any tutorial for using the package to achieve similar functionality to ProtParam, say, get amino acids percents?

josemduarte commented 3 years ago

Package biojava-aa-prop contains code to calculate aminoacid/peptide properties. Unfortunately it is not currently covered in the tutorial, but there is a small demo in the demo package within the module, plus a few tests in src/test (e.g. PeptidePropertiesImplTest) that should make it not too difficult to get started.

Baytars commented 3 years ago

Package biojava-aa-prop contains code to calculate aminoacid/peptide properties. Unfortunately it is not currently covered in the tutorial, but there is a small demo in thedemopackage within the module, plus a few tests insrc/test(e.g.PeptidePropertiesImplTest`) that should make it not too difficult to get started.

Thanks for your guidance! I'll check it out!