calculateDC | R Documentation |
This function calculates Dipeptide Composition (DC) descriptor for data input.
calculateDC(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateDC
A length 400 named vector for the data input.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Bhasin, M., and Raghava, G. P. S. (2004). Classification of nuclear receptors based on amino acid composition and dipeptide composition. J. Biol. Chem. 279, 23262–23266.
See calculateAAC
and calculateTC
for Amino Acid Composition and Tripeptide Composition descriptors.
data(UP000464024_df)
x_df <- calculateDC(UP000464024_df)
head(x_df, n = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.