cmf_comp_mopac_kernels_all: Computes CMF kernel matrices for the combined set of...

Description Usage Arguments Examples

Description

Computes CMF kernel matrices for the combined set of molecules and mopac fields

Usage

1
2
3
4
5
cmf_comp_mopac_kernels_all(
all_fname = "ligands-all.mol2",
mopac_res_fname = "ligands-mopac-res-all.RData", 
mopac_kernels_all_fname = "ligands-mopac-kernels-all.RData"
)

Arguments

all_fname

"ligands-all.mol2"

mopac_res_fname

"ligands-mopac-res-all.RData"

mopac_kernels_all_fname

"ligands-mopac-kernels-all.RData"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
cmf_comp_mopac_kernels_all <- function
(
  all_fname = "ligands-all.mol2",                              # The name of the file containing all molecules
  mopac_res_fname = "ligands-mopac-res-all.RData",             # File with MOPAC results
  mopac_kernels_all_fname = "ligands-mopac-kernels-all.RData", # The name of the files containing kernels for all molecules
  ...
)
{
  }

conmolfields documentation built on May 2, 2019, 4:18 p.m.