View source: R/calculateQD_Sm.R
calculateQD_Sm | R Documentation |
This function calculates Quadruples Composition (QC) descriptor from biochemical similarity classes.
calculateQD_Sm(x)
x |
A data.frame containing gene/protein names and their fasta sequences. |
calculateQD_Sm
A length 1296 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.
data(UP000464024_df)
x_df <- calculateQD_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.