calculateTC | R Documentation |
This function calculates Tripeptide Composition (TC) descriptor for data input.
calculateTC(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateTC
A length 8,000 named vector for the data input.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Liao, B., Jiang, J.-B., Zeng, Q.-G., and Zhu, W. (2011). Predicting apoptosis protein subcellular location with PseAAC by incorporating tripeptide composition. Protein Pept. Lett. 18, 1086–1092
See calculateAAC
,calculateDC
and
calculateTC_Sm
for
Amino Acid Composition, Dipeptide Composition and Tripeptide
Composition (TC) Descriptor from Biochemical Similarity Classes.
data(UP000464024_df)
x_df <- calculateTC(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.