-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.79 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
S3method("[",LTData)
S3method(Tmax,SANModel)
S3method(absolute_lineage_sizes,LTData)
S3method(autodetect.metaparameters,SANParametrization)
S3method(bandwidth.matrix,SANMCMC)
S3method(bandwidth.matrix,default)
S3method(estimate_reads_per_cell,LTData)
S3method(estimate_sequencing_parameters,LTData)
S3method(map.estimate,SANMCMC)
S3method(normalize_library_sizes,LTData)
S3method(partial_organoid_sizes,LTData)
S3method(plot,SANCombinedPosterior)
S3method(plot,SANMCMC)
S3method(plot,SANPosterior)
S3method(rateslist_s0,SANParametrization)
S3method(ratestable.fill.na,SANModel)
S3method(ratestable.fill.na,data.frame)
S3method(san_model,SANParametrization)
S3method(san_model,default)
S3method(simulate,SANModel)
S3method(subset,LTData)
S3method(summarystats,SANMCMC)
export("Tmax<-")
export(LTData)
export(SAN.RATENAMES)
export(Tmax)
export(absolute_lineage_sizes)
export(autodetect.metaparameters)
export(bandwidth.matrix)
export(estimate_reads_per_cell)
export(estimate_sequencing_parameters)
export(find_time_step)
export(map.estimate)
export(mcmc)
export(normalize_library_sizes)
export(parMLapply)
export(partial_organoid_sizes)
export(rateslist_s0)
export(ratestable.fill.na)
export(sample.posterior)
export(sample.variables)
export(san_deterministic)
export(san_deterministic_eval_fixedrates)
export(san_deterministic_expression)
export(san_deterministic_regime)
export(san_model)
export(san_model_explorer)
export(san_parametrization)
export(san_posterior)
export(san_posterior_combine)
export(san_posterior_parallel)
export(san_sequencing)
export(san_stochastic)
export(san_stochastic_simulate_fixedrates)
export(san_stochastic_steps)
export(simulate)
export(summarystats)
import(data.table)
import(gwpcR)
import(lamW)
import(matrixStats)
useDynLib(SANjar, .registration = TRUE)