Erwann SCAON
Erwann SCAON
Dear all, I'd like to be able to specify a color only for the 2nd half of the plot. See "reprex" below : ```R # Not specifying a color, all...
Dear all, I'm trying to use [Microsoft365R](https://github.com/Azure/Microsoft365R) + [blastula](https://github.com/rstudio/blastula) to send emails. The goal is to have nice Outlook integration + R Markdown document for a richer email. When testing,...
Dear all, In the reference manual, the isNotContaminant function is documented with one example: ` isNotContaminant(st, samdf$quant_reading, threshold=0.05)` Which I read as: seqtab = st neg = samdf$quant_reading threshold =...
Dear all, After asking Andrew about "duplicates policy", I allow myself to [link a related issue](https://github.com/rstudio/blastula/issues/289) I posted on another repository. Best regards
Dear all, run_dbcan version: Based on commit https://github.com/linnabrown/run_dbcan/commit/f3dd111a9eaf552cdca14f4c8db06baabaa1f2f8, we cloned the repo and built the Docker image from https://github.com/linnabrown/run_dbcan/blob/master/docker/Dockerfile we ran the following run_dbcan command: ``` docker run \ --rm...
Dear all, I have trouble trying to control ggplots aspect within a gt table. I started from this recipe : https://rfortherestofus.com/2023/10/ggplots-in-gt-tables Below the relevant lines of my code: - Function...