@@ -7,6 +7,7 @@ module BigRiverQTL
7
7
8
8
using Reexport
9
9
@reexport import BigRiverQTLPlots: plot_QTL, plot_eQTL, plot_manhattan
10
+ @reexport import BulkLMM: scan
10
11
11
12
12
13
# #######
@@ -54,15 +55,20 @@ module BigRiverQTL
54
55
# Structure #
55
56
# ############
56
57
include (" struct/datastructure.jl" )
57
- export Gmap, Alleles, CrossType, GenoType, GenoTranspose,Geno, Pmap, Pheno, Phenocov, IsFemale, IsXChar, CrossInfo
58
+ export Gmap, Alleles, CrossType, GenoType, GenoTranspose, Geno, Pmap
59
+ export Pheno, Phenocov, IsFemale, IsXChar, CrossInfo
58
60
export GeneticStudyData
59
61
60
62
# #####
61
63
# IO #
62
64
# #####
63
65
include (" io/io_utils.jl" )
66
+ export get_control_file, encode_genotype
64
67
include (" io/export_to_type.jl" )
65
68
export get_geneticstudydata
69
+ export get_gmap, get_alleles, get_chromosome, get_crossinfo, get_crosstype
70
+ export get_geno, get_genotype, get_genotranspose, get_pmap
71
+ export get_phenocovar, get_pheno, get_isxchar
66
72
67
73
# ########
68
74
# Plots #
@@ -76,7 +82,6 @@ module BigRiverQTL
76
82
include (" plots/plots_manhattan.jl" )
77
83
export plot_manhattan
78
84
79
-
80
85
include (" plots/plots_eqtl.jl" )
81
86
export plot_eQTL
82
87
0 commit comments