Results 8 comments of mbahin

Ok thanks for your reactive answer :), I didn't get this difference between client and interactive before but it makes sense now (and was kind of obvious...). I was able...

I re-installed it from sources: ``` remove.packages("remoter") install.packages("Downloads/remoter_0.4-0.tar.gz", repos=NULL, type="source") ``` Now the has.sodium() is TRUE! ``` > has.sodium() [1] TRUE ``` But I have the following error: ``` >...

Hi, I tried the "serialversion=2" but it failed: ``` > server(showmsg=TRUE, secure=TRUE, serialversion=2) Error in server(showmsg = TRUE, secure = TRUE, serialversion = 2) : unused argument (serialversion = 2)...

Hi Phil, This issue is kind of related since Alevin is a competitor of STARsolo. I'll deal with it as custom content and if, at some point, I have something...

Some of the information from STAR are common (e.g. mapping stats) but there are supplementary information regarding single-cell demultiplexing (e.g number of cell identified) + output files to build the...

Hi @ewels, We just ran into this use case (unstacked barplots getting stacked after playing with the tabs `counts` `log`). Do you know if someone made an attempt to fix...

Hi David, Thanks for your answer! I was actually able to do the operations I wanted to with the `range` argument when I have monochannel timelapse, nice! Though, I sometimes...