Skip to content

Commit

Permalink
debug loading data
Browse files Browse the repository at this point in the history
  • Loading branch information
YushiFT committed Nov 20, 2024
1 parent fefc92f commit e59a778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ devtools::install_github("StoreyLab/geneticTMT")
```R
library(geneticTMT)
# load example trio genotypes and phenotypes
data(example)
data(triolist)
# trio genotypes can be either phased or unphased
trio_unphased <- matrix(c(triolist$geno_m[1,],
triolist$geno_p[1,],
Expand Down

0 comments on commit e59a778

Please sign in to comment.