Skip to content

Commit

Permalink
Merge pull request #54 from GregFa/main
Browse files Browse the repository at this point in the history
added Covar Type and updated get_isfemale() funtion
  • Loading branch information
GregFa authored Aug 16, 2024
2 parents cbd7e82 + ca7daaf commit fd64a26
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 340 deletions.
4 changes: 2 additions & 2 deletions src/BigRiverQTL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module BigRiverQTL
#############
include("struct/datastructure.jl")
export Gmap, Alleles, CrossType, GenoType, GenoTranspose, Geno, Pmap
export Pheno, Phenocov, IsFemale, IsXChar, CrossInfo
export Pheno, Phenocov, IsFemale, IsXChar, CrossInfo, Covar
export GeneticStudyData

######
Expand All @@ -68,7 +68,7 @@ module BigRiverQTL
export get_geneticstudydata
export get_gmap, get_alleles, get_chromosome, get_crossinfo, get_crosstype
export get_geno, get_genotype, get_genotranspose, get_pmap
export get_phenocovar, get_pheno, get_isxchar
export get_phenocovar, get_pheno, get_isxchar, get_covar, get_isfemale

#########
# Plots #
Expand Down
Loading

0 comments on commit fd64a26

Please sign in to comment.