FPSSM2: Mixture of Two FPSSM Features

Description Usage Arguments Value References See Also Examples

View source: R/FPSSM.R

Description

This function takes two PSSM files as argument and uses FPSSM function for making feature vector of length 100 correspond to this pair of proteins.

Usage

1
FPSSM2(pssm_name1, pssm_name2)

Arguments

pssm_name1

The name of first PSSM Matrix file

pssm_name2

The name of second PSSM Matrix file

Value

Feature vector of length 100

References

Zahiri, J., et al. (2013) PPIevo: protein-protein interaction prediction from PSSM based evolutionary information, Genomics, 102, 237-242.

See Also

entropy

mutinformation

Examples

1
2
3
 s1<-system.file("extdata","C7GQS7.txt.pssm",package="PSSMCOOL")
 s2<-system.file("extdata","C7GRQ3.txt.pssm",package="PSSMCOOL")
 s<-FPSSM2(s1,s2)

Saber-Mohammadi/PSSMCOOL documentation built on Dec. 18, 2021, 12:01 p.m.