── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
✔ purrr 1.0.2
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(vegan)
Cargando paquete requerido: permute
Cargando paquete requerido: lattice
This is vegan 2.6-8
library(ggstatsplot)
You can cite this package as:
Patil, I. (2021). Visualizations with statistical details: The 'ggstatsplot' approach.
Journal of Open Source Software, 6(61), 3167, doi:10.21105/joss.03167
library(BiodiversityR)
Cargando paquete requerido: tcltk
Warning in check_dep_version(): ABI version mismatch:
lme4 was built with Matrix ABI version 1
Current Matrix ABI version is 2
Please re-install lme4 from source or restore original 'Matrix' package
BiodiversityR 2.16-1: Use command BiodiversityRGUI() to launch the Graphical User Interface;
to see changes use BiodiversityRGUI(changeLog=TRUE, backward.compatibility.messages=TRUE)
library(mixOmics)
Cargando paquete requerido: MASS
Adjuntando el paquete: 'MASS'
The following object is masked from 'package:dplyr':
select
Loaded mixOmics 6.28.0
Thank you for using mixOmics!
Tutorials: http://mixomics.org
Bookdown vignette: https://mixomicsteam.github.io/Bookdown
Questions, issues: Follow the prompts at http://mixomics.org/contact-us
Cite us: citation('mixOmics')
Adjuntando el paquete: 'mixOmics'
The following object is masked from 'package:vegan':
pca
The following object is masked from 'package:purrr':
map
The following objects are masked from 'package:lubridate':
second, second<-
The following objects are masked from 'package:dplyr':
first, rename
The following object is masked from 'package:tidyr':
expand
The following object is masked from 'package:utils':
findMatches
The following objects are masked from 'package:base':
expand.grid, I, unname
Cargando paquete requerido: IRanges
Adjuntando el paquete: 'IRanges'
The following object is masked from 'package:lubridate':
%within%
The following objects are masked from 'package:dplyr':
collapse, desc, slice
The following object is masked from 'package:purrr':
reduce
Cargando paquete requerido: GenomeInfoDb
Cargando paquete requerido: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Adjuntando el paquete: 'Biobase'
The following object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
Run 0 stress 0.1718587
Run 1 stress 0.1626342
... New best solution
... Procrustes: rmse 0.07699866 max resid 0.3605421
Run 2 stress 0.1835689
Run 3 stress 0.164288
Run 4 stress 0.171504
Run 5 stress 0.1739788
Run 6 stress 0.1736108
Run 7 stress 0.1857706
Run 8 stress 0.1684261
Run 9 stress 0.1819315
Run 10 stress 0.1666154
Run 11 stress 0.1680009
Run 12 stress 0.1821677
Run 13 stress 0.1727342
Run 14 stress 0.183556
Run 15 stress 0.1820296
Run 16 stress 0.1654748
Run 17 stress 0.17482
Run 18 stress 0.1675087
Run 19 stress 0.1662152
Run 20 stress 0.1679837
*** Best solution was not repeated -- monoMDS stopping criteria:
1: no. of iterations >= maxit
18: stress ratio > sratmax
1: scale factor of the gradient < sfgrmin
data_plot_bc$points %>%as_tibble(rownames ="Sample") %>% dplyr::inner_join(metadata) %>%ggplot(aes(x = MDS1, y = MDS2, label = Sample , fill = GRUPO2)) +geom_label()
Joining with `by = join_by(Sample)`
data_plot_bc$points %>%as_tibble(rownames ="Sample") %>% dplyr::inner_join(metadata) %>%ggplot(aes(x = MDS1, y = MDS2, label = Sample , fill = tto_parasiticida_correcto)) +geom_label()
Permutation test for adonis under reduced model
Permutation: free
Number of permutations: 999
adonis2(formula = D_meta_bc_dist ~ GRUPO2 + tto_parasiticida_correcto, data = D_meta_bc_data)
Df SumOfSqs R2 F Pr(>F)
Model 2 0.5373 0.02932 1.0422 0.34
Residual 69 17.7862 0.97068
Total 71 18.3236 1.00000
Adjuntando el paquete: 'igraph'
The following object is masked from 'package:Biostrings':
union
The following object is masked from 'package:XVector':
path
The following object is masked from 'package:GenomicRanges':
union
The following object is masked from 'package:IRanges':
union
The following object is masked from 'package:S4Vectors':
union
The following objects are masked from 'package:BiocGenerics':
normalize, path, union
The following object is masked from 'package:vegan':
diversity
The following object is masked from 'package:permute':
permute
The following objects are masked from 'package:lubridate':
%--%, union
The following objects are masked from 'package:dplyr':
as_data_frame, groups, union
The following objects are masked from 'package:purrr':
compose, simplify
The following object is masked from 'package:tidyr':
crossing
The following object is masked from 'package:tibble':
as_data_frame
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
library(ggraph)library(tidygraph)
Adjuntando el paquete: 'tidygraph'
The following object is masked from 'package:igraph':
groups
The following objects are masked from 'package:mia':
full_join, inner_join, left_join, right_join
The following object is masked from 'package:XVector':
slice
The following objects are masked from 'package:IRanges':
active, slice
The following objects are masked from 'package:S4Vectors':
active, rename
The following object is masked from 'package:MASS':
select
The following object is masked from 'package:stats':
filter