Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map brain regions from Silleti whole human brain transcriptomics paper to HBA #50

Open
dosumis opened this issue May 18, 2023 · 1 comment
Assignees

Comments

@dosumis
Copy link
Contributor

dosumis commented May 18, 2023

supplementary-material - table2

Column: Top three regions. Record location for all regions with > some threshold (say 5%). Regions should be mapped to DHBA CURIE - accession part of CURIEs match ID in column 1 of supp mat table 1.

Add comment for all: "Location assignment based on origin of cells in brain dissections with a cut-off of {x}% to account for dissection errors { add percentages here}."

@hkir-dev
Copy link
Collaborator

Brain regions records added with a configurable 10% threshold:

  - annotationProperty: some_soma_located_in
    var: HBA_1
    annotations:
      - annotationProperty: rdfsComment
        text: "%s"
        vars:
          - HBA_1_comment

Separate HBA columns used (HBA_1, HBA_2...) because DOSDP annotation tag that gets list as parameter is not allowing adding axiom annotations (HBA_1_comment)

    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/PCL_0051427"/>
        <owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/PCL_0010063"/>
        <owl:annotatedTarget rdf:resource="http://purl.obolibrary.org/obo/HBA_4008"/>
        <rdfs:comment>Location assignment based on origin of cells in brain dissections with a cut-off of 10% to account for dissection errors Cerebral cortex: 10.0%.</rdfs:comment>
    </owl:Axiom>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants