Coder Social home page Coder Social logo

nasqar / seuratwizard Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 6.0 8.98 MB

This is a web-based interactive (wizard style) application to perform a guided single-cell RNA-seq data analysis and clustering based on Seurat.

Home Page: http://nasqar.abudhabi.nyu.edu

License: GNU General Public License v3.0

Dockerfile 0.68% R 51.77% CSS 46.44% JavaScript 0.93% Shell 0.17%
r seurat shiny shiny-apps single-cell single-cell-analysis single-cell-genomics single-cell-rna-seq webapplication

seuratwizard's Introduction

alt text

NASQAR (Nucleic Acid SeQuence Analysis Resource):

A web-based platform for High-throughput sequencing data analysis and visualization

Run using docker (Recommended):

Make sure Docker (version >= 17.03.0-ce) is installed.

docker run -p 80:80 aymanm/nasqarall:nasqar

This will run on port 80

To run on a different port:

docker run -p 8083:80 aymanm/nasqarall:nasqar

This will run on port 8083


Apps included in NASQAR

NASQAR Custom apps:

Other open-source apps:

seuratwizard's People

Contributors

aymanm avatar nasqar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

seuratwizard's Issues

perplexity for smaller dataset

Hi,

In RunTSNE function, perplexity=30 is always used. However, it might not be appropriate for smaller dataset, such as smart-Seq2 with less than 100 cells after filtering. Is it possible for you to dynamically assign perplexity value according to cell numbers?

Thanks,
Ge

cell browser export as the last step?

Hi, great tool! You may want to consider one day the automated created of a single cell browser, see cellbrowser.readthedocs.org or cells.ucsc.edu.

Plan to support Seurat v3

Many thanks for such neat package. I am just wondering whether you have any plan to support Seurat v3, considering the huge difference between v2 and v3. Of course, Seurat v3 is not officially released yet.

Best,
Ge

RunTSNE: do.fast is no longer used

Hi,

Regarding RunTSNE, it also makes senses to use multi threads. Something like

pbmc <- RunTSNE(object = pbmc, dims.use = input$tsnePCDim1:input$tsnePCDim2,
                      tsne.method="Rtsne",
                      num_threads=parallel::detectCores()/2)

error

HI,
when I try to run the example dataset it gives an error:
Warning: Error in CreateSeuratObject: unused arguments (raw.data = rawData, min.genes = input$mingenes)
93: eval [server-initInputData.R#207]
92: eval
91: withProgress
90: eventReactiveHandler [server-initInputData.R#197]
46: initSeuratObjReactive
45: [server-initInputData.R#190]
2: shiny::runApp
1: SeuratWizard
Kindly help.

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.