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
> 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
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