-
Notifications
You must be signed in to change notification settings - Fork 49
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
2397 ns forest markers #2439
base: master
Are you sure you want to change the base?
2397 ns forest markers #2439
Conversation
Marker sets cannot be visualized yet, probably because they don't have a valid parent term.
|
The Marker to cell pattern is not finished, I will leave it in draft mode while I solve the issues. |
Fixed YAML syntax error
@hkir-dev - Could you co-ordinate with @aleixpuigb on this. High priority. We will also need these patterns in the CL-KG build. We need something very similar to BDSO. Main issue:
Specific issues:
|
Fixing dosdp schema fail
clauses: | ||
- text: "'has_part' some %s" | ||
vars: | ||
- Minimal_markers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now the marker urls are generated like http://purl.obolibrary.org/obo/entrez_286133
but in the BDSO it is in the form of http://identifiers.org/ncbigene/286133
which is resolvable.
To do this we need to override the make file rules that run $(DOSDPT) generate
command and provide a prefix mapping file to it: --prefixes=template_prefixes.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will also need an import file for these to get labels. (I think we had ensembl & NCBI for BDSO). I'm wondering whether, longer term, a more sustainable approach would be to have a separate repo for generating marker objects and make imports from that to the KG and CL.
FBeta_confidence_score: "xsd:double" | ||
|
||
annotationProperties: | ||
fbetaConfidenceScore: "PCL:0010062" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recently STATO added a new term for F Beta Score ISA-tools/stato#86 (comment).
Should we use STATO:0000663(F-beta score) instead of fbetaConfidenceScore: "PCL:0010062"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes please
@@ -0,0 +1,44 @@ | |||
pattern_name: NSForestMarkers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this pattern is running at all. I couldn't see any terms generated by this template in the definitions.owl
. I couldn't see any terms in my local build as well.
Errors are:
- missing column for pattern variable <Marker_set>
- missing column for pattern variable <Marker_set_xref>
- missing column for pattern variable <has_characterization_set>
Yes, in BDSO, we have a manual step before the ODK
|
Is this referring to GO's hasDbXref annotation? I'm wondering if IAO's 'definition source' (IAO:0000119) might be more appropriate here. |
This has been superseded by work on https://github.com/Cellular-Semantics/CellMark/tree/main - which will be a source of imports for for CL as well as a source a source of markers more broadly for https://github.com/Cellular-Semantics/CL_KG |
Using GO's hasDbXref aligns better with current CL standards. |
Turning this into a draft PR as a place for comments and discussion
@aleixpuigb - hope that's OK.