calculateCTriad {HPiP} | R Documentation |
This function calculates Conjoint Triad descriptor for data input.
calculateCTriad(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateCTriad
A length 343 named vector for the data input.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Shen, J., Zhang, J., Luo, X., Zhu, W., Yu, K., Chen, K., et al. (2007). Predicting protein–protein interactions based only on sequences information. Proc. Natl. Acad. Sci. 104, 4337–4341.
data(UP000464024_df) x_df <- calculateCTriad(UP000464024_df) head(x_df, n = 2L)