hiii
try to get secondary prediction by R language and I run the code
predictPROTEUS from BioSeqClass in R language
PROTEUS = predictPROTEUS(proteinSeq[1:2],proteus2.organism="euk")
Error in file(file, "rt") : cannot open the connection
In addition: Warning messages:
1: running command 'perl C:\Users\D58B~1\AppData\Local\Temp\Rtmpu8B2vI\file1728128132c4.pl' had status 127
2: In file(file, "rt") :
cannot open file 'C:\Users\D58B~1\AppData\Local\Temp\Rtmpu8B2vI\file1728128132c4.proteus2': No such file or directory
any suggestion
From the literature I found following article:
VaxiJen: a server for prediction of protective antigens, tumour antigens and subunit vaccines
It uses Auto cross covariance (ACC). I have written the following python code to calculate it. Please suggest if its working fine.
http://biotoolsinsilico.blogspot.in/2014/07/auto-cross-covariance-python.html