File: NAMESPACE

package info (click to toggle)
r-bioc-eir 1.46.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: cpp: 59; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
useDynLib(eiR)

import(tools,snow,snowfall,digest,DBI,methods)
import(RcppAnnoy)
import(ChemmineR)

importFrom("stats", "aggregate", "cmdscale", "optim")
importFrom("utils", "head", "read.table", "str", "write.table")



export("eiInit","eiMakeDb","eiQuery","eiAdd","eiPerformanceTest","eiCluster")

export("setDefaultDistance","addTransform")

#leave these, but mark deprecated
export("loadLSHData","freeLSHData")