Skip to content

Commit

Permalink
Update the expected outputs in the tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Oct 3, 2023
1 parent 27b0ced commit c67f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We can then view the data using the list commands.
>>> sorted(cohort.list_all_phenotypes())
[('HP:0001166', 14), ('HP:0001250', 20), ('HP:0001257', 17)]
>>> sorted(cohort.list_all_variants())
[('1_281_A/G', 16), ('1_361_TTC/T', 13)]
[('1_281_281_A_G', 16), ('1_361_363_TTC_T', 13)]
>>> sorted(cohort.list_all_proteins())
[('NP_09876.5', 26)]
>>> tx_dict = cohort.list_data_by_tx('NM_1234.5')
Expand Down

0 comments on commit c67f351

Please sign in to comment.