Adrien Taudiere

Results 12 comments of Adrien Taudiere

Hi all, I made a little function to view diff between each couple of code string. I hope this can help somebody. The `diffr` package is needed. ```{r} dup_diff min_score)...

Note that @SchmidtPaul give an answer [here](https://github.com/fbreitwieser/sankeyD3/issues/18#issuecomment-999661658).

Hi @connor-morozumi, @gzahn and @benjjneb, I face the same problems, in particular for arbuscular mycorrhizal fungi analysis that relies on specific primers. I use a complementary solution to database with...

I have exactly the same problem.

I finally found a dirty way by using custom mergeQ and sortQ functions with a only one line removed [line 332](https://github.com/royfrancis/pophelper/blob/3807852d10895bcda7eafa0f4b9ac998c58d7be1/R/qlist.R#L332) in qlist.R ```r mergeQ2

Hi @Hellomissgabby, Can you give the result of the command: ```{r} file_paths ```

Hi @Danyang1111, It seems that (at least) one of your dereplicated samples doesn't contain any reads. You can see the number of dereplicated reads using the code below to identify...

Hi @margaret-rettig, It is strange. I used the _pr2_version_5.0.0_SSU_dada2.fasta_ using `assignTaxonomy` on my Linux (64GB intel i5) on 4934 sequences of around 500 nt. It tooks only 90mn. The memory...

Hi all, my R package depends on `ComplexUpset` package and I have an error from CRAN which seems very similar to the problem you are talking about in this issue...

Thanks @smped and @federicomarini for your comprehensive answer. Maybe I can enforce a dependency on ggplot2 v3.5.0 in my own package DESCRIPTION file. @krassowski do you plan to make a...