Skip to content

ipr.therapeutic_options

upload variant and report information to IPR

create_therapeutic_options()

Generate therapeutic options summary from the list of kb-matches

def create_therapeutic_options(
    graphkb_conn: GraphKBConnection, kb_matches: List[KbMatch], variants: List[IprVariant]
) -> List[Dict]:

Args

  • graphkb_conn (GraphKBConnection)
  • kb_matches (List[KbMatch])
  • variants (List[IprVariant])

Returns

  • List[Dict]
Back to top