metagMisc icon indicating copy to clipboard operation
metagMisc copied to clipboard

Miscellaneous functions for metagenomic analysis.

Results 10 metagMisc issues
Sort by recently updated
recently updated
newest added

I believe dependencies in phyloseq_inext may be compromised. The function was working for me beautifully maybe a week ago, and now the example code associated with this function is no...

bug

**My Code:** ``` # Merge seq and tree OTU otu_tree Phylogenetic tree with 17 tips and 15 internal nodes. Tip labels: Amblychaeturichthys_hexanema, Chaeturichthys_stigmatias, Ctenotrypauchen_chinensis, Odontamblyopus_lacepedii, Hexagrammos_otakii, Pholis_fangi, ... Unrooted; includes...

bug

this error: Errore in sort.list(bx[m$xi]) : 'x' dev'essere atomico per 'sort.list', metodo "shell" e "quick" Si è chiamato 'sort' su una lista? In aggiunta: Messaggi di avvertimento: 1: : ......

bug

It seems that `dissimilarity_to_distance` function (which transforms non-metric dissimilarity matrix to a weighted Euclidean distance) works only with data where number of samples > number of species. Otherwise, `smacof::smacofConstraint` returns...

bug

- [ ] Implement Knijnenburg et al. 2009 approach (as a robust alternative to SES) in phylogenetic diversity estimation. See: - Botta-Dukát Z. 2018: https://akademiai.com/doi/abs/10.1556/168.2018.19.1.8 - Knijnenburg et al. 2009:...

enhancement

Should we switch from [plyr](https://github.com/hadley/plyr) to [purrr](https://github.com/tidyverse/purrr)? Check also [multidplyr](https://github.com/hadley/multidplyr) (a backend for dplyr) to parallelize the code. + see [the comprehensive tutorial on this topic by Jenny Bryan](https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html) and...

enhancement
question

Need to implement efficient rarefaction function based on [RTK](https://github.com/hildebra/Rarefaction).

enhancement

It should be quite easy to parallelize plyr-dependent functions to speed up processing of data. Functions that could be modified to accept parallel option: - [x] `phyloseq_mult_raref` - [ ]...

enhancement

Currently, no tests other than examples in the manual are part of the package. See [testthat](https://github.com/hadley/testthat) package (+[test workflow example](http://r-pkgs.had.co.nz/tests.html)).

enhancement