Git Product home page Git Product logo

sequence_db's Introduction

sequence_db

Problem to solve with this software:

  • Plain fasta files are bad databases

First ideas:

  • Database of genes for secondary bile-acid synthesis (avg. file size = KB's)
  • TCGA downloads of cancer genes (avg. file size = 3GB uncompressed)
  • Host genomes used for microbiome research (size depends on host)
  • More organized KEGG ortholog database (whole peptide database = 4.3GB uncompressed)
  • Urease genes (avg. file size = KB's)

What we want to feed into a database:

  • Fasta file(s)
  • File(s) of metadata (.json, .yaml, or something else)
  • OR Sqlite database of metadata

What it might look like in the folder: my_folder _ my.fasta _ metadata.json OR _ metadata.db

Example commands:

  • list_sequences [db_name] : spits out the names of sequences
  • get_metadata [sequence_name] : gives you metadata for a given sequence
  • import_db [fasta_file] [metadata_1] [metadata_2] : prepares the first iteration of the database, timestamps and gives info on where data was downloaded
  • update_db [your_db] [other fasta file] [other metadata] : performs a union / updates your_db with new / updated sequences
  • update_metadata [your_db] [sequence_name] [updated_data] : change a specific item of metadata
  • summarize_db [your_db] : gives statistics like # of sequences, # of metadata items, data created, date downloaded, etc.

Tasks:

  • Kyle will set up skeleton code for the python package
  • Scott will get a few sequences and metadata for testing
  • Brad will get started on metadata fields
  • Vince will start with import_db function once skeleton and test sequences are in place

sequence_db's People

Contributors

scottdaniel avatar

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.