Skip to content

erikgerdtsson/imc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hyperion- Imaging Mass Cytometry data analysis

Installation

To install the stable version from CRAN and bioconductor:

install.packages("shiny")
install.packages("tidyverse")
install.packages("data.table")
install.packages("stringr")
install.packages("mclust")

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("EBImage")

Once installed, load the library and run the app:

library(shiny)
library(tidyverse)
library(EBImage)
library(stringr)
library(data.table)
library(mclust)

runApp('/imcviewer')

About

imaging mass cytometry Hyperion data analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages