extractTC | R Documentation |
This function calculates the Tripeptide Composition descriptor (dim: 8,000).
extractTC(x)
x |
A character vector, as the input protein sequence. |
A length 8,000 named vector
Nan Xiao <https://nanx.me>
M. Bhasin, G. P. S. Raghava. Classification of Nuclear Receptors Based on Amino Acid Composition and Dipeptide Composition. Journal of Biological Chemistry, 2004, 279, 23262.
See extractAAC
and extractDC
for Amino Acid Composition and Dipeptide Composition descriptors.
x <- readFASTA(system.file("protseq/P00750.fasta", package = "protr"))[[1]]
extractTC(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.