forked from cbg-ethz/MC-CBN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 950 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(MCEM.hcbn)
export(adaptive.simulated.annealing)
export(candidate_posets)
export(compatible_genotypes)
export(complete.loglikelihood)
export(estimate_mutation_rates)
export(fit_weibull)
export(generate.genotypes)
export(genotype_probability_fast)
export(importance.weight)
export(is_compatible)
export(learn_network)
export(loglike_mixture_model)
export(make_empty_poset)
export(make_linear_poset)
export(make_random_poset)
export(maximal_poset)
export(my.topological.sort)
export(obs.loglikelihood)
export(plot_poset)
export(random_poset)
export(sample.genotypes)
export(sample.times)
export(sample_genotypes)
export(sampling.const)
export(sampling.dep)
export(sampling.expo)
export(sampling.norm)
export(sampling.unif)
export(trans_closure)
export(trans_reduction)
export(weibull_loglike)
import(Rcpp)
importFrom(relations, as.relation, transitive_reduction, relation_incidence)
useDynLib(mccbn)