Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Magali Monnoye
Analyses_16S
Commits
70bbcdf9
Commit
70bbcdf9
authored
Jan 18, 2022
by
Magali Monnoye
Browse files
nouvelles stats familly obésité
parent
835947fa
Changes
4
Show whitespace changes
Inline
Side-by-side
202111_Obesite/report_Obesite.Rmd
View file @
70bbcdf9
...
...
@@ -452,7 +452,7 @@ levels = correct.order)
p <- plot_composition(frogs.data, "Kingdom", "Bacteria", "Family",numberOfTaxa = 30, fill = "Family")
p <- p + facet_wrap(~Group, scales = "free_x", nrow = 1)
p <- p + ggtitle("Family Composition")+ theme(axis.text.x = element_blank())
plot(p)
```
...
...
@@ -652,6 +652,47 @@ filter(data.phylum, Family == "Alcaligenaceae") %>%
dunn
.
test
::
dunn
.
test
(
x
=
.$
Abundance
,
g
=
.$
Group
,
method
=
"bh"
)
```
Dunn
Post
-
Hoc
test
sur
le
r
é
sultat
Kruskall
-
Wallis
de
l
'impact de `Group` sur les abondances Christensenellacaea
```{r Post-Hoc test Christensenellacaea, eval=TRUE}
filter(data.phylum, Family == "Christensenellaceae") %>%
dunn.test::dunn.test(x = .$Abundance, g = .$Group, method = "bh")
```
Dunn Post-Hoc test sur le résultat Kruskall-Wallis de l'
impact
de
`
Group
`
sur
les
abondances
Chlostridiaceae
```{
r
Post
-
Hoc
test
Chlostridiaceae
,
eval
=
TRUE
}
filter
(
data
.
phylum
,
Family
==
"Clostridiaceae 1"
)
%>%
dunn
.
test
::
dunn
.
test
(
x
=
.$
Abundance
,
g
=
.$
Group
,
method
=
"bh"
)
```
Dunn
Post
-
Hoc
test
sur
le
r
é
sultat
Kruskall
-
Wallis
de
l
'impact de `Group` sur les abondances Enterocccaceae
```{r Post-Hoc test Enterocccaceae, eval=TRUE}
filter(data.phylum, Family == "Enterobacteriaceae") %>%
dunn.test::dunn.test(x = .$Abundance, g = .$Group, method = "bh")
```
Dunn Post-Hoc test sur le résultat Kruskall-Wallis de l'
impact
de
`
Group
`
sur
les
abondances
Lactobacillaceae
```{
r
Post
-
Hoc
test
Lactobacillaceae
,
eval
=
TRUE
}
filter
(
data
.
phylum
,
Family
==
"Lactobacillaceae"
)
%>%
dunn
.
test
::
dunn
.
test
(
x
=
.$
Abundance
,
g
=
.$
Group
,
method
=
"bh"
)
```
Dunn
Post
-
Hoc
test
sur
le
r
é
sultat
Kruskall
-
Wallis
de
l
'impact de `Group` sur les abondances Peptostreptococcaceae
```{r Post-Hoc test Peptostreptococcaceae, eval=TRUE}
filter(data.phylum, Family == "Peptostreptococcaceae") %>%
dunn.test::dunn.test(x = .$Abundance, g = .$Group, method = "bh")
```
### Zoom au niveau Family dans chacun des Phylums {.tabset}
Les 4 phylums d'
int
é
r
ê
ts
sont
les
Actinobacteriota
,
les
Bacteroidota
,
les
Desulfobacterota
,
les
Fibrobacterota
,
les
Firmicutes
et
les
Proteobacteria
.
...
...
@@ -723,6 +764,17 @@ p <- p + ggtitle("Composition within Firmicutes")
plot
(
p
)
```
```{
r
17
bis
-
composition
-
firmicutes
,
fig
.
width
=
9
,
fig
.
height
=
5
,
eval
=
TRUE
}
p
<-
plot_composition
(
frogs
.
data
,
"Phylum"
,
"Firmicutes"
,
"Family"
,
numberOfTaxa
=
15
,
fill
=
"Family"
)
p
<-
p
+
facet_wrap
(~
Group
,
scales
=
"free_x"
,
nrow
=
1
)+
theme
(
strip
.
text
.
x
=
element_text
(
size
=
14
,
color
=
"black"
))
+
scale_y_continuous
(
label
=
scales
::
percent
)+
theme
(
axis
.
text
.
x
=
element_blank
())
p
<-
p
+
ggtitle
(
"Composition within Firmicutes"
)
plot
(
p
)
```
```{
r
18
-
composition
-
Firmicutes
merged
,
fig
.
width
=
6
,
fig
.
height
=
5
,
eval
=
TRUE
}
frogs
.
data
.
merged
<-
merge_samples
(
frogs
.
data
,
group
=
"Group"
)
sample_data
(
frogs
.
data
.
merged
)$
Group
<-
sample_names
(
frogs
.
data
.
merged
)
...
...
202111_Obesite/report_Obesite.html
View file @
70bbcdf9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
202111_Obesite/report_Obesite_files/figure-html/06.3-composition-phylum-1.png
View replaced file @
835947fa
View file @
70bbcdf9
43.3 KB
|
W:
|
H:
37.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
202111_Obesite/report_Obesite_files/figure-html/17bis-composition-firmicutes-1.png
0 → 100644
View file @
70bbcdf9
36.2 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment