Code Monkey home page Code Monkey logo

inspectro-nf-thomas's Introduction

Inspectro

Nextflow run with conda run with docker

Introduction

Diagram of Inspectro pipeline

Inspectro is a bioinformatics pipeline that characterizes long-range interaction profiles in Hi-C maps by spectral decomposition. The pipeline is built using Nextflow, a workflow tool that enables easy installation and reproducibility of the pipeline through Docker containers.

This pipeline (v1.2) supports S3 files for bigwig/bigbed tracks.

Note: Local files are not currently supported.

Future update: Adding iGenomes, which will provide the option to use your own fasta file or one provided by iGenomes for the genome of your choice.

Quick Start and Usage

  1. Install Nextflow (>=21.10.3)

  2. Install Docker to implement environment for pipeline reproducibility. Build the Docker image: docker build -t open2c/inspectrov1.2:latest ./docker

  3. Place supplementary tab-delimited bigwig file with a header in data/track_metadata.tsv to include in graphical outputs. The following columns must be included:

  • Name: a display name
  • ID: a unique identifier to use in the database (can be the same as Name)
  • FileFormat: must be the string bigWig
  • Path: a local absolute path to the file
  1. Add supplementary bigwig track names, sample name and genome assembly name to the params.yml file.

  2. Finally, you can run the pipeline using:

nextflow run main.nf \
    --config params.yml \
    --genome <FASTA_file> \
    --meta track_metadata.tsv \
    --outdir <OUTDIR> \
    --blacklist <blacklist_file> \
    --mcool <mcool_file> \
    -profile docker

Credits

Tarishi Pathak, Aleksandra Galitsyna, George Spracklin, Nezar Abdennur

Citation

@article{spracklin2022diverse,
  title={Diverse silent chromatin states modulate genome compartmentalization and loop extrusion barriers},
  author={Spracklin, George and Abdennur, Nezar and Imakaev, Maxim and Chowdhury, Neil and Pradhan, Sriharsa and Mirny, Leonid A and Dekker, Job},
  journal={Nature Structural \& Molecular Biology},
  pages={1--14},
  year={2022},
  publisher={Nature Publishing Group}
}

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.