calculateAAC | R Documentation |
This function calculates Amino Acid Composition (AAC) descriptor for the data input.
calculateAAC(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateAAC
A length 20 named vector for the data input.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Dey, L., Chakraborty, S., and Mukhopadhyay, A. (2020). Machine learning techniques for sequence-based prediction of viral–host interactions between SARS-CoV-2 and human proteins. Biomed. J. 43, 438–450.
See calculateDC
and
calculateTC
for Dipeptide Composition and
Tripeptide Composition descriptors.
data(UP000464024_df)
x_df <- calculateAAC(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.