Skip to content

Commit fd64a26

Browse files
authored
Merge pull request #54 from GregFa/main
added Covar Type and updated get_isfemale() funtion
2 parents cbd7e82 + ca7daaf commit fd64a26

File tree

6 files changed

+372
-340
lines changed

6 files changed

+372
-340
lines changed

src/BigRiverQTL.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module BigRiverQTL
5656
#############
5757
include("struct/datastructure.jl")
5858
export Gmap, Alleles, CrossType, GenoType, GenoTranspose, Geno, Pmap
59-
export Pheno, Phenocov, IsFemale, IsXChar, CrossInfo
59+
export Pheno, Phenocov, IsFemale, IsXChar, CrossInfo, Covar
6060
export GeneticStudyData
6161

6262
######
@@ -68,7 +68,7 @@ module BigRiverQTL
6868
export get_geneticstudydata
6969
export get_gmap, get_alleles, get_chromosome, get_crossinfo, get_crosstype
7070
export get_geno, get_genotype, get_genotranspose, get_pmap
71-
export get_phenocovar, get_pheno, get_isxchar
71+
export get_phenocovar, get_pheno, get_isxchar, get_covar, get_isfemale
7272

7373
#########
7474
# Plots #

0 commit comments

Comments
 (0)