Description Usage Arguments Value Examples
This function computes the dipeptide deviation from the expected mean value.
| 1 | 
| seqs | is a FASTA file with amino acid sequences. Each sequence starts with a '>' character. Also, seqs could be a string vector. Each element of the vector is a peptide/protein sequence. | 
| label | is an optional parameter. It is a vector whose length is equivalent to the number of sequences. It shows the class of each entry (i.e., sequence). | 
A feature matrix with 20^2=400 number of columns. The number of rows is equal to the number of sequences.
| 1 2 | filePrs<-system.file("extdata/proteins.fasta",package="ftrCOOL")
mat<-DDE(seqs=filePrs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.