extractProtDC {Rcpi} | R Documentation |
Dipeptide Composition Descriptor
extractProtDC(x)
x |
A character vector, as the input protein sequence. |
This function calculates the Dipeptide Composition descriptor (Dim: 400).
A length 400 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 extractProtAAC
and extractProtTC
for Amino Acid Composition and Tripeptide Composition descriptors.
x = readFASTA(system.file('protseq/P00750.fasta', package = 'Rcpi'))[[1]] extractProtDC(x)