average or minimal energy structure for nmr structures...

Jay Vyas <[email protected]>
Newsgroups gmane.comp.java.bio.general
Message-ID <[email protected]>
Hi guys : Does anybody know a simple biojava way to calculate an average
structure, or alternatively, find the lowest energy structure from an nmr
structure with multiple models  ?
Im doing it using a set of nested for loops... I thought maybe there might
be support in the api.


  for(Group g1 : c.getAtomGroups())

for(Atom a1 : g1.getAtoms())

{

                       float xAvg,yAvg,zAvg;

for(int i = 0 ; i < s.nrModels(); i++)

{

                             ///etc....

}



}

-- 
Jay Vyas
MMSB/UCHC
_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.