EDP_EEDP_MEDP: EDP_EEDP_MEDP feature vector

Description Usage Arguments Value References Examples

View source: R/EDP_EEDP_MEDP.R

Description

these are three feature vectors (EDP, EEDP, MEDP) which are used for prediction of protein structural class for low-similarity sequences.at first ED-PSSM Matrix with 20*20 dimensions is constructed from PSSM Matrix then by using this Matrix, EDP and EEDP vectors are obtained eventually MEDP feature vector is obtained by fusing these vectors.

Usage

1
EDP_EEDP_MEDP(pssm_name)

Arguments

pssm_name

is name of PSSM Matrix file

Value

a list of three feature vectors (EDP, EEDP, MEDP)

References

Zhang, L., Zhao, X. and Kong, L. (2014) Predict protein structural class for low-similarity sequences by evolutionary difference information into the general form of Chou's pseudo amino acid composition, Journal of Theoretical Biology, 355, 105-110.

Examples

1
X<-EDP_EEDP_MEDP(paste0(system.file("extdata",package="PSSMCOOL"),"/C7GS61.txt.pssm"))

PSSMCOOL documentation built on Jan. 4, 2022, 5:07 p.m.