-
Notifications
You must be signed in to change notification settings - Fork 224
/
Copy pathNAMESPACE
37 lines (36 loc) · 977 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(ac)
export(armaCor)
export(filter.genes.by.cluster.expression)
export(find.ip.sites)
export(gene.relative.velocity.estimates)
export(global.velcoity.estimates)
export(pca.velocity.plot)
export(read.gene.mapping.info)
export(read.loom.matrices)
export(read.smartseq2.bams)
export(show.velocity.on.embedding.cor)
export(show.velocity.on.embedding.eu)
export(tSNE.velocity.plot)
import(MASS)
import(graphics)
import(stats)
importFrom(Matrix,Diagonal)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,diag)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,spMatrix)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(cluster,pam)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(methods,as)
importFrom(mgcv,gam)
importFrom(mgcv,s)
importFrom(parallel,mclapply)
importFrom(pcaMethods,pca)
importFrom(utils,read.delim)
useDynLib(velocyto.R)