Code Monkey home page Code Monkey logo

cytofkit2's Introduction

cytofkit2: an integrated mass cytometry data analysis pipeline

NOTE: This is the development version of cytofkit2 package

cytofkit2

This package is designed to facilitate the analysis workflow of mass cytometry data with automatic subset identification and mapping of cellular progression. Both command line and a GUI client are provided for executing the workflow easily.

Installation

1. Install R and Rstudio

If you have never used R, please install R and Rstudio following the steps below:

  • Download the proper R version for your operation system from R download page.

  • Double-click the downloaded R installation file, install with all the defaults.

  • Download the proper Rstudio version for your operation system from here.

  • Double-click the downloaded Rstudio installation file, install with all the defaults.

Special Notes for Mac Users

For Mac OS X 10.8 or later, you need to install XQuartz to support the GUI:

  • Download the disk image (dmg) file for XQuartz.

  • Open the dmg file by double-clicking on it, you'll find XQuartz.pkg, double-click on it to run the installer, clicking through all the defaults.

  • After the installer runs, you'll have to restart your mac computer.

2. Install cytofkit2 package

The offical and stable version, please refer to

Install the stable version from Bioconductor, use:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("cytofkit")

Install this development version, use:

if(!require(devtools)){
  install.packages("devtools") # If not already installed
}
devtools::install_github("JinmiaoChenLab/cytofkit2-1")

Usage

After successfully installing the cytofkit2 package, run the following codes to open the cytofkit GUI:

library("cytofkit2")
cytofkit_shiny_dashboard()

Check the following vignettes for more details:

cytofkit2's People

Contributors

git-xiaomeng avatar jinmiaochen avatar raman91 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.