Giter Club home page Giter Club logo

jbrowse-adam's People

Contributors

gganebnyi avatar leonisx avatar sergiu354 avatar spirithack avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jbrowse-adam's Issues

Support for alignment records

Here is what JBrowse usually expects for files like BAM/SAM:

{
   "features":[
      {
         "name":"20FUKAAXX100202:1:23:4017:77368",
         "seq":"CAGCAGACAATAACAAGAGAATTATTAAGACTTAGAAAAAGACAATTCTTAATACAGAATTTCAAGGGGTGGATTGAGCAAGACTGGAGGCAAAACATCTT",
         "cigar":"101M",
         "flag":177,
         "insert_size":5317675,
         "map_qual":60,
         "ref_index":0,
         "mate_ref":"20",
         "mate_ref_index":0,
         "mate_start":15363274,
         "start":10045599,
         "end":10045700,
         "xs":0,
         "as":96,
         "rg":"group1",
         "nm":1,
         "qual":"38 39 37 38 39 38 38 38 38 38 37 38 38 38 38 39 38 39 38 38 38 39 38 38 40 38 38 39 38 37 38 39 36 37 31 35 38 38 38 39 38 38 38 38 38 39 38 38 39 38 38 38 38 37 38 39 37 38 38 39 39 38 38 38 37 35 37 37 36 38 37 37 38 39 38 37 39 37 38 37 39 37 37 38 38 37 37 39 37 37 37 37 37 37 37 37 37 37 36 37 35",
         "strand":-1,
         "seq_id":"20",
         "uniqueID":"20FUKAAXX100202:1:23:4017:77368_10045599"
      }
   ]
}

We need to produce the same based on ADAM format

Support for VCF files

{
   "features":[
      {
         "start":13806041,
         "end":13806042,
         "seq_id":"20",
         "type":"SNV",
         "score":-10.0,
         "filter":{
            "values":[
               "PASS"
            ],
            "meta":{
               "description":"List of filters that this site has not passed, or PASS if it has passed all filters"
            }
         },
         "alternative_alleles":{
            "values":[
               "A"
            ],
            "meta":{
               "description":"VCF ALT field, list of alternate non-reference alleles called on at least one of the samples"
            }
         },
         "reference_allele":"G",
         "KGPROD":true,
         "RSPOS":"13806042",
         "SAO":"0",
         "VC":"SNV",
         "VP":"050000000005000014000100",
         "WGT":"1",
         "dbSNPBuildID":"134",
         "ASP":true,
         "KGPhase1":true,
         "SSR":"0",
         "GMAF":"0.0023",
         "description":"SNV G -> A",
         "genotypes":{

         },
         "uniqueID":"SNV_13806041_13806042"
      }
   ]
}

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.