Giter Club home page Giter Club logo

webatlas-pipeline's Introduction

python-tests codecov

WebAtlas Pipeline

docs demo doi

The WebAtlas Pipeline uses Nextflow to process spatial and single-cell experiment data for visualisation in a web browser.

Usage

The pipeline can handle data from h5ad files, tif image files, SpaceRanger, Xenium and MERSCOPE output. It can also generate label image files from data files.

Running the pipeline requires a parameters file that defines configuration options and the data to be processed. Full instructions and parameters definitions for this files are available in the documentation

A parameters file looks like:

outdir: "/path/to/output/"

args:
    h5ad:
        compute_embeddings: "True"

projects:
  - project: project_1
    datasets:
      - dataset: dataset_1
        data:
          -
            data_type: h5ad
            data_path: /path/to/project_1/dataset_1/anndata.h5ad
          -
            data_type: raw_image
            data_path: /path/to/project_1/dataset_1/raw_image.tif
          -
            data_type: label_image
            data_path: /path/to/project_1/dataset_1/label_image.tif

vitessce_options:
    spatial:
        xy: "obsm/spatial"
    mappings:
        obsm/X_umap: [0,1]
layout: "simple"

The pipeline can then be run like:

nextflow run main.nf -params-file /path/to/run-params.yaml -entry Full_pipeline

Parameters file templates are available in the templates directory.

webatlas-pipeline's People

Contributors

dannda avatar davehorsfall avatar bioinfotongli avatar iolosquires avatar prete avatar

Watchers

 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.