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

If expression FBtp is resolved then the interface should simply create the corresponding (VFBexp_FBtp) expression pattern #73

Open
Robbie1977 opened this issue Sep 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Robbie1977
Copy link
Contributor

as per given FBtp from FB matching label from curation table (e.g. P{GMR10A09-Gal4}):
FBtpXXXXXXXX P{GMR00A00}

*(FBtp[0-9]*)\t(P.*})
MATCH (c:Class {short_form:'CARO_0030002'}) MERGE (p:Class:Feature {short_form:'$1'}) ON CREATE SET p += {iri:'http://flybase.org/reports/$1',is_obsolete:false,label:'$2',self_xref:'FlyBase'} MERGE (e:Class {short_form:'VFBexp_$1'}) ON CREATE SET e += {description:['All the cells in some region of the body (e.g. adult brain, larval CNS) that express $2.'],iri:'http://virtualflybrain.org/reports/VFBexp_$1'} MERGE (c)<-[:SUBCLASSOF]-(e) MERGE (p)<-[:Related {iri:'http://purl.obolibrary.org/obo/RO_0002292',label:'expresses',short_form:'RO_0002292'}]-(e)
@Robbie1977 Robbie1977 added the enhancement New feature or request label Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants