Usage
sims(pdb, alignment, mj1 = NULL, mj2 = NULL, mj.avg = FALSE, alpha = 82, cuts = 169, path = getwd(), mimethod = "ORMI", gapchar = "NOGAPCHAR", inv2file = FALSE, bfacs = TRUE, frob = TRUE, loc = NULL, norm = FALSE, cluster = NULL)
Arguments
alignment
alignment file in fasta format
mj1
matrix for the intrachain interaction strengths
mj2
matrix for the interchain interaction strengths
mj.avg
logical, if TRUE only the average value of each matrix is used as value for the interaction of any two amino acids
alpha
strength of the peptide bond
cuts
squared distance cutoff
path
path to the output files
mimethod
method for the computation of the mutual information
gapchar
character vector denoting gaps in the alignment
inv2file
logical, if TRUE, the inverse Hessian matrix is written to a file
bfacs
logical, if TRUE, the B factors are written to a file
frob
logical, if TRUE, the Frobenius norm is computed
loc
dimensions i1, j1, i2, j2
for a matrix subset of which the Frobenius norm should be computed
norm
logical, if TRUE the Frobenius norm is computed for the normalized matrices
cluster
snow cluster object created with makeCluster()