extractTC {protr}R Documentation

Tripeptide Composition Descriptor

Description

This function calculates the Tripeptide Composition descriptor (dim: 8,000).

Usage

extractTC(x)

Arguments

x

A character vector, as the input protein sequence.

Value

A length 8,000 named vector

Author(s)

Nan Xiao <https://nanx.me>

References

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 Also

See extractAAC and extractDC for Amino Acid Composition and Dipeptide Composition descriptors.

Examples

x <- readFASTA(system.file("protseq/P00750.fasta", package = "protr"))[[1]]
extractTC(x)

[Package protr version 1.7-1 Index]