We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd1358 commit 5957ab8Copy full SHA for 5957ab8
pori_python/graphkb/genes.py
@@ -266,7 +266,7 @@ def get_cancer_predisposition_info(
266
267
268
def get_gene_linked_cancer_predisposition_info(
269
- conn: GraphKBConnection, source: str
+ conn: GraphKBConnection, source: str = PREFERRED_GENE_SOURCE_NAME
270
) -> Tuple[List[str], Dict[str, Tuple[str, List[str]]]]:
271
"""
272
Return two lists from GraphKB, one of cancer predisposition genes and one of associated variants.
0 commit comments