Giter Site home page Giter Site logo

flowvsparallel's Introduction

flowVSParallel

flowVSParallel is a modified version of the flowVS package, designed to perform variance stabilizing transformations on flow cytometry data. The key difference is that flowVSParallel is designed to run in parallel, which can significantly speed up computations for large datasets or many channels.

Installation

To install flowVSParallel, you can use the devtools package in R. If you don't have devtools installed, you can install it with:

install.packages("devtools")
devtools::install_github("GeorgeAlehandro/flowVSParallel")

Usage

After installing flowVSParallel, you can load it in your R script with:

library(flowVSParallel)

You can then use the estParamFlowVSParallel function to estimate the optimum parameters for variance stabilization in your flow cytometry data. See the documentation for estParamFlowVS for more information.

ParallelFlowVS Shiny App

A Shiny app for ParallelFlowVS, hosted in a Docker container for easy deployment and use.

Getting Started

To get started, you'll need to have Docker installed on your machine.

Pulling the Docker Image

First, pull the latest version of the Docker image from Docker Hub by running the following command in your terminal:

docker pull georgealehandro/parallelflowvs_shiny:latest

Launching the APP

Once you have pulled the Docker image, you can launch the Shiny app by running the following command:

docker run -d -p 7777:3838 georgealehandro/parallelflowvs_shiny:latest

Now, you should be able to access the Shiny app by navigating to http://localhost:7777 in your web browser.

(You can replace 7777 with any other available port number on your machine if needed.)

Credits

All credits to the creator of the original package Ariful Azad and the original paper.

flowvsparallel's People

Contributors

georgealehandro avatar azadcse avatar dtenenba avatar nturaga avatar hpages avatar vobencha avatar kayla-morrell avatar sonali-bioc avatar lshep 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.