extractPCMPropScales(x, index = NULL, pc, lag, scale = TRUE, silent = TRUE)
NULL
, means selecting all the AA properties
in the AAindex database.TRUE
.TRUE
.lag * p^2
named vector,
p
is the number of scales (principal components) selected.
extractPCMScales
for
generalized scales-based descriptors.
x = readFASTA(system.file('protseq/P00750.fasta', package = 'Rcpi'))[[1]]
propscales = extractPCMPropScales(x, index = c(160:165, 258:296), pc = 5, lag = 7, silent = FALSE)
Run the code above in your browser using DataLab