More posts like this
-
News: Course - Introduction to R Shiny
written by Physalia-coursesDear all, Unlock the potential of R Shiny and elevate your data visualization skills! Join our upcoming workshop, "Introduction to R Shiny" held online on …
-
Create a genomic portal web app
written by Patriche •I would like to develop a small scale genomic portal that: 1. Accept requests from the user; 2. Search several tables of data (RDS or …
-
Download dataset using URL from Shiny App
written by sanjukta •Hi, I am new to Shiny App and have no idea how to download the dataset that is mentioned in a paper. Processed data can …
-
Hosting scRNA-seq data for query
written by LacquerHed •Hi I am looking for suggestions for tools to host single cell data on the web in a simple interface for others to browse, whether …
-
R data repository to use in shiny app
written by gracie •I am working on a shiny app which reads lots of fst files (5gb in total) and makes a large list. Is there any r …
-
Job: R Shiny Developer
written by bemisia11 •Hello, I am looking for a R Shiny developer for a small project (3-4 weeks). I would like to design shiny app which fetch data/text …
-
PCA on RNAseq time series data
written by jennifer.m.conrad.gr •Hi All, I am investigating my RNAseq data for batch effects and then attempting to remove them. The data file I am trying to use …
-
IGV with subset of bam file
written by grant.hovhannisyanHi Biostars, Is it possible to visualize only the subset of reads from a bam file using IGV? Thanks, EDIT: Let's try to find completely …
-
Which software for writting own app?
written by agata88Hi all! I am a begginer in advance programming (I am more biologist than informatician using only python language and little R). My question is …
-
Displaying gene annotation data in biodilliance
written by BioalnHello. I've been recently trying to develop a simple web app, which would enable me to display local genomic annotation data. For the beginning, displaying …
why storing a bam in a database when you can have a direct access to the files on your server ?
I want to make a shiny app to visualize a unique type of RNAseq results. Some characters of this RNAseq data cannot be visualized with IGV. I do it with R on my Mac (wouldn't have a server for few months), but it would be a lot easier for my collaborators if it is in a shiny app.
it doesn't answer my question: why would you store a BAM in a mongdb when you can store the BAM files on your server ? Storing the path on mongo is OK, storing the reads looks weird to me. see also: In-place writable BAM files
How could I store the BAM on my server if I do not have one? As I said I would not have server access for few months :-( Even I have a server, I think MongoDB is more stable and it is free in some cases. Thanks for the link. I will think about it :-)
i don't understand; if you have a mongdb server, then you have a server.... (?)
If I have a mlab account, can I consider that my server?
ah, I understand now. You're not the owner of the server and your'e just using mongodb as a service.