View source: R/calculateTC_Sm.R
calculateTC_Sm | R Documentation |
This function calculates Tripeptide Composition (TC) descriptor from biochemical similarity classes.
calculateTC_Sm(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateTC_Sm
A length 216 named vector for the data input.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Ahmed, I., Witbooi, P., and Christoffels, A. (2018). Prediction of human-Bacillus anthracis protein–protein interactions using multi-layer neural network.Bioinformatics 34, 4159–4164.
Cui, G., Fang, C., and Han, K. (2012). Prediction of protein-protein interactions between viruses and human by an SVM model. BMC bioinformatics, 1–10.
See calculateTC
for Tripeptide Composition
descriptor.
data(UP000464024_df)
x_df <- calculateTC_Sm(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.