Giter Site home page Giter Site logo

nbisweden / easyshiny Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sgddnb/shinycell

1.0 1.0 0.0 36.87 MB

Shiny web app builder for single-cell data

Home Page: https://nbisweden.github.io/easyshiny

License: GNU General Public License v3.0

R 99.13% CSS 0.87%
shiny-app shiny-apps shiny-r single-cell single-cell-analysis single-cell-rna-seq

easyshiny's Introduction

easyshiny lifecycle_badge

easyshiny is a R package to quickly create an interactive web application to visualise and explore single-cell data.

Installation

Run the following code to check if the dependency packages are installed, else install them if required:

pkgs = c("bslib", "data.table", "DT", "ggdendro", "ggplot2", "ggplotify", "ggrepel", "glue", "grid", "hdf5r", "magrittr", "Matrix", "patchwork", "RColorBrewer", "readr", "remotes", "reticulate", "Seurat", "shiny", "shinycssloaders", "shinyhelper")

pkg = pkgs[!(pkgs %in% installed.packages()[,"Package"])]
if(length(pkg)){install.packages(pkg)}

# optional if you want to use custom fonts
install.packages("showtext")
 
# If you are using h5ad file as input, run the code below as well
# reticulate::py_install("anndata")

easyshiny can then be installed from GitHub as follows:

remotes::install_github("NBISweden/easyshiny")

For usage and deploy guide, see here.

Screenshots

Single dataset

Multiple datasets

Cell information vs gene expression.

Cell information vs cell information.

Gene expression vs gene expression.

Gene co-expression.

Proportion plot.

Heatmap/Dotplot/Bubble plot.

Violin plot.

Acknowledgements

easyshiny is built on ShinyCell.

Ouyang, J. F., Kamaraj, U. S., Cao, E. Y., & Rackham, O. J. (2021). ShinyCell: simple and sharable visualization of single-cell gene expression data. Bioinformatics, 37(19), 3374-3376.

easyshiny was developed in collaboration with Makinen Lab. Thanks to Taija Mäkinen and Marle Kraft for their valuable contribution.

Issues

Report issues here.


2023 • NBIS

easyshiny's People

Contributors

jfouyang avatar lukelr avatar royfrancis avatar

Stargazers

 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.