calculateCTDC | R Documentation |
This function calculates Composition (C) descriptor for data input.
calculateCTDC(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateCTDC
A length 21 named vector for the data input.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Dubchak, I., Muchnik, I., Holbrook, S. R., and Kim, S.-H. (1995). Prediction of protein folding class using global description of amino acid sequence.Proc. Natl. Acad. Sci. 92, 8700–8704.
See calculateCTDT
and calculateCTDD
for Transition and Distribution descriptors.
data(UP000464024_df)
x_df <- calculateCTDC(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.