forked from neurogenomics/MAGMA_Celltyping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (34 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(build_snp_location_tables.r)
export(calculate_celltype_associations)
export(calculate_conditional_celltype_associations)
export(calculate_geneset_enrichment)
export(check_inputs_to_magma_celltype_analysis)
export(create_gene_covar_file)
export(create_top10percent_genesets_file)
export(filter_by_orthologs)
export(format_sumstats_for_magma)
export(format_sumstats_for_magma_crossplatform)
export(format_sumstats_for_magma_linux)
export(get.ctd.dendro)
export(get.magma.paths)
export(get_genomebuild_for_sumstats)
export(load.magma.results.file)
export(magma.tileplot)
export(map.snps.to.genes)
export(map_specificity_to_entrez)
export(merge_magma_results)
export(plot_celltype_associations)
export(prepare.quantile.groups)
export(standardise.sumstats.column.headers)
export(standardise.sumstats.column.headers.crossplatform)
export(standardise.sumstats.column.headers.linux)
import(R.utils)
import(cowplot)
import(data.table)
import(dplyr)
import(ggdendro)
import(ggplot2)
import(gridExtra)
import(stringr)
import(tibble)