Description Usage Arguments Details Value Author(s) References See Also Examples
Dipeptide Composition Descriptor
1 | extrProtDC(x)
|
x |
A character vector, as the input protein sequence. |
This function calculates the Dipeptide Composition descriptor (Dim: 400).
A length 400 named vector
Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <http://r2s.name>
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 extrProtTC
for tripeptide composition descriptors.
1 2 | x = readFASTA(system.file('protseq/P00750.fasta', package = 'BioMedR'))[[1]]
extrProtDC(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.