Skip to content

Commit

Permalink
Add working example of info_pheno() in README file
Browse files Browse the repository at this point in the history
- Fixes Issue #6
  • Loading branch information
kbroman committed Dec 6, 2020
1 parent 1dc5065 commit 2f72297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GeneNetwork API to grab different bits of information or data.
- `info_dataset("CB_M_1004_P")` - Get meta information about a data set.
- `info_datasets("B6D2F2")` - Get meta information about all data sets
for a group.
- `info_pheno()` - Get summary information for a phenotype
- `info_pheno("BXD", "10038")` - Get summary information for a phenotype
- `get_pheno("BXD", "10646")` - Get phenotype values for a classical trait.
- `get_geno("BXD")` - Get genotypes for a group.
- `run_gemma("BXDPublish", "10015")` - Perform a genome scan with [gemma](https://github.com/genetics-statistics/GEMMA)
Expand Down

0 comments on commit 2f72297

Please sign in to comment.