nasqar / seuratv3wizard

A web-based interactive (wizard style) application to perform a guided single-cell RNA-seq data analysis and clustering based on Seurat v3
http://nasqar.abudhabi.nyu.edu/SeuratV3Wizard
GNU General Public License v3.0
32 stars 14 forks source link

Combining Two or More 10X Runs #1

Open rondjlee opened 5 years ago

rondjlee commented 5 years ago

Hi nasqar, Is there a way for me to merge/add more than one 10X run? Plus, how to resolve "Maximum upload size exceeded"?

nasqar commented 5 years ago

As of now, you cannot merge/add more than one run. We will add this in the near future, you will be notified.

About the maximum upload size, you can change that if you are running it locally. Find the file server.R under inst/shiny and edit the following line:

options(shiny.maxRequestSize = 300*1024^2)

Now the limit is 300mb. Change 300 to whichever value you like.

Let us know if you still have more issues.

rondjlee commented 5 years ago

Thanks a lot nasqar! It works like a charm. Plus, thank you for working on the adding feature.