View source: R/calculateCTDD.R
calculateCTDD | R Documentation |
This function calculates Distribution (D) descriptor for data input.
calculateCTDD(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateCTDD
A length 105 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 calculateCTDC
and calculateCTDT
for Composition and Transition descriptors.
data(UP000464024_df)
x_df <- calculateCTDD(UP000464024_df)
head(x_df, n = 1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.