Skip to content

Commit

Permalink
UGH
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 13, 2018
1 parent fe67730 commit 003a8a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bio2bel_kegg/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def serialize_to_pathway_node(self) -> pybel.dsl.BiologicalProcess:
def get_gene_set(self) -> Set['Protein']:
"""Return the genes associated with the pathway (gene set).
Note this function restricts to HGNC symbols genes."""
Note this function restricts to HGNC symbols genes.
"""
return {
protein.hgnc_symbol
for protein in self.proteins
Expand Down

0 comments on commit 003a8a5

Please sign in to comment.