-
Notifications
You must be signed in to change notification settings - Fork 27
/
NAMESPACE
54 lines (53 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
export(blast)
export(blast_best)
export(blast_rec)
export(check_annotation)
export(codon_aln)
export(dNdS)
export(diamond)
export(diamond_best)
export(diamond_rec)
export(divergence_map)
export(divergence_stratigraphy)
export(extract_features)
export(filter_dNdS)
export(generate_ortholog_tables)
export(generate_ortholog_tables_all)
export(import_ortholog_tables_all)
export(lnc_map_core_orthologs)
export(lnc_map_counts)
export(map_generator_dnds)
export(map_generator_lnc)
export(multi_aln)
export(orthofinder2)
export(orthofinder2_retrieve_core_orthologs)
export(orthologs)
export(orthologs_lnc)
export(pairwise_aln)
export(plot_diverse_homology_thresholds)
export(plot_diverse_homology_thresholds_core_orthologs)
export(plot_pairwise_orthologs)
export(promotor_divergence_estimation)
export(promotor_divergence_of_orthologous_genes)
export(read.cds)
export(read.dnds.tbl)
export(read.genome)
export(read.proteome)
export(retrieve_core_orthologs)
export(retrieve_longest_isoforms)
export(retrieve_longest_isoforms_all)
export(select_orthologs)
export(set_blast)
export(set_diamond)
export(substitutionrate)
export(transl)
export(translate_cds_to_protein)
export(translate_cds_to_protein_all)
export(write.proteome)
import(Biostrings)
import(data.table)
import(foreach)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
useDynLib(orthologr, .registration = TRUE)