Skip to content

Commit

Permalink
Merge pull request #58 from GregFa/main
Browse files Browse the repository at this point in the history
fixed testing plots
  • Loading branch information
GregFa authored Aug 23, 2024
2 parents 31d936b + c123757 commit 6c20a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plots_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
###########
# Kinship #
###########
kinship = kinship_gs(geno_processed, 0.99);
kinship = kinship_gs(geno, 0.99);


########
Expand All @@ -45,7 +45,7 @@

single_results_perms = BigRiverQTL.scan(
pheno_y2,
geno_processed,
geno,
kinship;
permutation_test = true,
nperms = 1000,
Expand Down

0 comments on commit 6c20a6d

Please sign in to comment.