[Biojava-l] Peptide ligand

2003-02-24 Thread hz5
Hi, anybody know any public availabel peptide ligand tools or databases? Thanks in advance! = Haibo Zhang, PhD student Computational Biology, NJIT & Rutgers University Center for Applied Genomics, PHRI http://afs13.njit.edu/~hz5

RE: [Biojava-l] OrderNDistributions

2003-02-24 Thread Schreiber, Mark
> Hi, > > Does anyone have some sample code on how to use the higher > order distributions? I'm not quite sure on how to make the > count works there. > There is some stuff in DistributionTools which details how a random sequence is produced using an orderNDistribution. I think the method is c

RE: [Biojava-l] Missing Symbol.GetToken()

2003-02-24 Thread Schreiber, Mark
Hi, Tokenization is now handeled by the SymbolTokenizers. You can get one for any Alphabet by calling getTokenization("token"); The tokenizer has methods called parseToken which returns a Symbol and tokenizeSymbol to get back the String representation of the Symbol. - Mark > -Original Messa