Host bam file on MongoDB?
0
0
Entering edit mode
6.7 years ago
I0110 ▴ 140

Is it possible to host a bam file on MongoDB and slice it with R? I am thinking to develop a shiny app to visualize RNAseq reads for my data. Thanks!

MongoDB R • 1.7k views
ADD COMMENT
0
Entering edit mode

why storing a bam in a database when you can have a direct access to the files on your server ?

ADD REPLY
0
Entering edit mode

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.

ADD REPLY
1
Entering edit mode

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

ADD REPLY
0
Entering edit mode

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 :-)

ADD REPLY
0
Entering edit mode

How could I store the BAM on my server if I do not have one?

i don't understand; if you have a mongdb server, then you have a server.... (?)

ADD REPLY
0
Entering edit mode

If I have a mlab account, can I consider that my server?

ADD REPLY
0
Entering edit mode

ah, I understand now. You're not the owner of the server and your'e just using mongodb as a service.

ADD REPLY

Login before adding your answer.

Traffic: 1574 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6