GithubHelp home page GithubHelp logo

neurospin / brainomics Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 6.25 MB

Brainomics project deliverables

Home Page: https://anr.fr/ProjetIA-10-BINF-0004

Python 44.67% Shell 1.26% Makefile 1.03% C 43.73% Cuda 8.06% C++ 0.79% CMake 0.46%

brainomics's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

brainomics's Issues

Too many relations inserted in db by import_ncbi.py

locate_genes work wrongly since that
for a given SNP
it scans all gene whatever the chromosome they (the genes) belong to.

This create erroneous links betwen this snp and several ones when only one is expected. The cardinality is wrong as well.

Check chromosomes cardinality for Gene entity

The entity Gene in the cube genomics has a relation chromosomes (plural !), with cardinality SubjectRelation('Chromosome', cardinality='+*').

This is not expected in real biological world.

I checked with this request :
"Any G,GN GROUPBY G,GN WHERE G name GN, G chromosomes C HAVING COUNT(C) > 0" -> got 23693 answer (OK )
"Any G,GN GROUPBY G,GN WHERE G name GN, G chromosomes C HAVING COUNT(C) > 1" -> got 0 (OK).

The DB is consistant with the real world.
This cardinality should be fixed.

Correct the message ChrUn

Some genes are not assigned to a chromosome (hg19regfGene.txt.met). This should be fixed in import_ncbi1.sh (10 genes concernés...)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.