Giter Club home page Giter Club logo

celldb-etl-10x's Introduction

celldb-etl-10x

This python module performs the task of adding 10xgenomics data to the celldb functional genomics server.

This is done by providing the location of an HDF5 found that has either been mounted to the Dockerfile, or available on the filesystem.

Usage via python

To load your data into celldb using python, install the module and then direct it at a celldb host, and a 10xgenomics h5 file.


pip install celldb-etl-10x
celldb_etl_10x localhost my_10x_data.h5

10xgenomics data are organized by barcode, which are considered the sample's unique identifier in celldb. If you expect to load a very large amount of samples consider adding a "salt" to the identifiers. This will append a small string to each identifier to help guarantee uniqueness across datasets. The salt is provided by the hash of the upsert statement used to create the row, to help reduce duplication.


pip install celldb-etl-10x
celldb_etl_10x localhost my_10x_data.h5 --salt

Usage via docker

If you would like to load a 10xgenomics data file using a docker instance, first try:


docker run -it david4096/celldb-etl-10x celldb_etl_10x localhost my_10x_data.h5

This will run a docker container and print logs to the terminal. If no arguments are provided 20k cells from the 10xgenomics Megacell demonstration will be downloaded.

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.