Skip to content

Train specific model on patient as assayed species #50

Description

train to predict entities where type="organism" and id="9606" and role="assayed" to find experiment with patient data.

 MATCH (a:Article)-->(f:Figure)-->(p:Panel)-->(t:Tag)
 WHERE t.type='organism' AND t.role='assayed' AND t.ext_id="9606"
 RETURN DISTINCT t.text
╒══════════════╕
│"t.text"      │
╞══════════════╡
│"patients"    │
├──────────────┤
│"patient"     │
├──────────────┤
│"Pt"          │
├──────────────┤
│"probands"    │
├──────────────┤
│"Patients"    │
├──────────────┤
│"Subject"     │
├──────────────┤
│"TN"          │
├──────────────┤
│"human"       │
├──────────────┤
│"Homo sapiens"│
├──────────────┤
│"Human"       │
├──────────────┤
│"Patient"     │
└──────────────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions