/fingerprint/NAMESPACE

http://github.com/rajarshi/cdkr · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · f3cc32b66510e3d071859b8479edbaa6 MD5 · raw file

  1. importFrom("methods")
  2. exportClasses("fingerprint")
  3. exportClasses("featvec")
  4. exportClasses("feature")
  5. exportMethods("fold", "euc.vector", "distance",
  6. "random.fingerprint", "as.character",
  7. "length", "show",
  8. "feature", "count", 'feature<-', 'count<-')
  9. export("fp.sim.matrix", "fp.to.matrix", "fp.factor.matrix",
  10. "fp.read.to.matrix", "fp.read","shannon",
  11. ##"featvec.to.binaryfp",
  12. "moe.lf", "bci.lf", "cdk.lf", "ecfp.lf", "fps.lf", "jchem.binary.lf",
  13. "bit.spectrum", "balance", "bit.importance")
  14. useDynLib(fingerprint)