View source: R/calculateCTDT.R
calculateCTDT | R Documentation |
This function calculates Transition (T) descriptor for data input.
calculateCTDT(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateCTDT
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 calculateCTDC
and calculateCTDD
for Composition and Distribution descriptors.
data(UP000464024_df)
x_df <- calculateCTDT(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.