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

Add homology similarity scores #281

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add homology similarity scores #281

wants to merge 2 commits into from

Conversation

hkir-dev
Copy link
Contributor

@hkir-dev hkir-dev commented May 17, 2022

Solves issue: #280

But still most of the homologous relations don't have a similarity score (Such as https://github.com/obophenotype/brain_data_standards_ontologies/blob/issue-280/src/patterns/data/default/CCN202002013_class_homologous.tsv).

After updating centralized data following subcluster of changes occurred that need to be confirmed:

Marmoset individuals (src/templates/CCN201912131.tsv)

old : PCL:0015579	RNAseq 117 - CS201912131_79	Oligo L2-6 OPALIN MAP6D1	PCL:0015640|PCL:0015647|PCL:0015651
new : PCL:0015579	RNAseq 117 - CS201912131_79	Oligo L2-6 OPALIN MAP6D1	PCL:0015640|PCL:0015647


old : PCL:0015617	RNAseq 116 - CS201912131_117	Exc L5-6 FEZF2 LPO	PCL:0015639|PCL:0015647
new : PCL:0015617	RNAseq 116 - CS201912131_117	Exc L5-6 FEZF2 LPO	PCL:0015639

old : PCL:0015618	RNAseq 118 - CS201912131_118	OPC L1-6 PDGFRA COL20A1	PCL:0015647|PCL:0015651|PCL:0015683
new : PCL:0015618	RNAseq 118 - CS201912131_118	OPC L1-6 PDGFRA COL20A1	PCL:0015647|PCL:0015683

old : PCL:0015647	RNAseq 116-120 - CS201912131_147	Oligo-OPC	PCL:0015682
new : PCL:0015647	RNAseq 117-120 - CS201912131_147	Oligo-OPC	PCL:0015651

@hkir-dev hkir-dev requested a review from shawntanzk May 17, 2022 10:41
@shawntanzk
Copy link
Collaborator

@hkir-dev - dont quite understand what the last column (with the changes) are?

@hkir-dev
Copy link
Contributor Author

It is the I 'subcluster of' SPLIT=| column. Such as:

    <owl:NamedIndividual rdf:about="http://purl.obolibrary.org/obo/PCL_0015647">
        <obo:RO_0015003 rdf:resource="http://purl.obolibrary.org/obo/PCL_0015651"/>
        ...
    </owl:NamedIndividual>

@shawntanzk
Copy link
Collaborator

ah ok, the changes arent wrong - seems like oligo-opc got mapped as a subcluster_of non-neuronal instead of a intermediary node (I think)

@shawntanzk
Copy link
Collaborator

@hkir-dev
Copy link
Contributor Author

Yes we are using those but they don't contain all of the nodes. Seems they only have the leaf nodes (Cell Type) in those tables. For example accession id >= CS202002013_117 is not in the mouse similarity file.

@shawntanzk
Copy link
Collaborator

I'll create a ticket on that on allen repo

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

Successfully merging this pull request may close these issues.

None yet

2 participants