ProtParam tutorial
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?
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.
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!