ppc_summary(posterior)
-## Proportions of Observations within 95% Credible Interval: 0.9982747
diff --git a/docs/devel/index.html b/docs/devel/index.html index 5f99a10bf..dee23d8c8 100644 --- a/docs/devel/index.html +++ b/docs/devel/index.html @@ -554,7 +554,7 @@
Package: OMA
Authors:
- Leo Lahti [aut]
- Tuomas Borman [aut, cre]
- Felix GM Ernst [aut]
- and others (see the full list of contributors) [ctb]
Compiled: 2024-07-29
Package version: 0.98.25
R version: R version 4.4.1 (2024-06-14)
BioC version: 3.20
License: CC BY-NC-SA 4.0
Package: OMA
Authors:
- Leo Lahti [aut]
- Tuomas Borman [aut, cre]
- Felix GM Ernst [aut]
- and others (see the full list of contributors) [ctb]
Compiled: 2024-08-05
Package version: 0.98.25
R version: R version 4.4.1 (2024-06-14)
BioC version: 3.20
License: CC BY-NC-SA 4.0
6
Printing a summary about the posterior:
ppc_summary(posterior)
-## Proportions of Observations within 95% Credible Interval: 0.9982747
Plotting the summary of the posterior distributions of the regression parameters:
The object includes cluster information. However compared to cobiclust, biclust object includes only information about clusters that were found, not general cluster.
Meaning that if one cluster size of 5 features was found out of 20 features, those 15 features do not belong to any cluster. That is why we have to create an additional cluster for features/samples that are not assigned into any cluster.
@@ -1551,20 +1551,13 @@Let’s collect information for the scatter plot.
pics[[1]] + pics[[2]] + pics[[3]]
*rowData** Section 3.4 contains data on sample characteristics, particularly taxonomic information.
@@ -750,8 +750,8 @@tse_df_rowData <- as.data.frame(rowData(tse))
datatable(tse_df_rowData, options = list(pageLength = 5))
Here rowData(tse)
returns a DataFrame with 151 rows and 7 columns. Each row represents an organism and each column a taxonomic level.
Great! Now, our data is confined to the taxonomic information up to the Phylum level, allowing the analysis to be focused on this specific rank. In the rest of the workflow, we won’t be using the agglomerated data but all of the code beneath can be used on this.
@@ -935,8 +935,8 @@However, the axes are not very informative and the amount of captured variance by the algorithm is nowhere to be found. We can tweak the plot to show some more information as such:
@@ -954,8 +954,8 @@There we have it! Each axis shows the amount of variance or in our case dissimilarity retained by each principal coordinate. You can additionally add more options to color by a certain characteristic for example. More on this can be found in Chapter 13.
@@ -1576,7 +1576,7 @@This book was built with BiocBook with ❤️
- + +n het bovenstaande voorbeeld retourneert colData(tse) een DataFrame met 26 rijen en 10 kolommen. Elke rij correspondeert met een specifiek monster en elke kolom bevat gegevens over dat monster.
@@ -763,8 +763,8 @@tse_df_rowData <- as.data.frame(rowData(tse))
datatable(tse_df_rowData, options = list(pageLength = 5))
Hierboven retourneert rowData(tse)
een DataFrame met 151 rijen en 7 colommen. Iedere rij verwijst naar een organisme terwijl iedere kolom naar een taxonomische rang verwijst.
Perfect! Nu bevatten onze gegevens alleen nog maar taxonomische informatie tot op het niveau van het phylum, waardoor het gemakkelijker is om de nadruk te leggen op deze specifieke rang bij het analyseren van de data.
@@ -950,8 +950,8 @@De assen zijn echter niet erg informatief en de hoeveelheid behouden variantie door het algoritme is nergens te vinden. We kunnen de grafiek op de volgende manier aanpassen om meer informatie weer te geven :
@@ -968,8 +968,8 @@Elke as toont nu de hoeveelheid variantie, in ons geval ongelijkheid, van elk hoofdcoördinaat. Je kunt meer opties toevoegen om bijvoorbeeld een bepaald kenmerk in te kleuren. Meer hierover vindt u in deze sectie Chapter 13 van het OMA boek.
@@ -1590,7 +1590,7 @@This book was built with BiocBook with ❤️
- + +rowData (Section 3.4) contient des données sur les caractéristiques des échantillons, notamment des informations taxonomiques.
@@ -750,8 +750,8 @@tse_df_rowData <- as.data.frame(rowData(tse))
datatable(tse_df_rowData, options = list(pageLength = 5))
Ici rowData(tse)
renvoie un DataFrame avec 151 lignes et 7 colonnes. Chaque ligne représente un organisme et chaque colonne un niveau taxonomique.
Génial ! Maintenant, nos données sont confinées aux informations taxonomiques jusqu’au niveau du Phylum, permettant à l’analyse de se concentrer sur ce rang spécifique. Dans le reste du workflow, nous n’utiliserons pas les données agglomérées, mais tout le code ci-dessous peut être utilisé sur celles-ci.
@@ -922,8 +922,8 @@Cependant, les axes ne sont pas très informatifs et la quantité de variance capturée par l’algorithme n’est nulle part indiquée. Nous pouvons ajuster le graphique pour montrer plus d’informations comme suit :
@@ -940,8 +940,8 @@Et voilà ! Chaque axe montre la quantité de variance ou dans notre cas de dissimilarité retenue par chaque coordonnée principale. Vous pouvez également ajouter d’autres options pour colorier par une certaine caractéristique par exemple. Vous pouvez en savoir plus dans Chapter 13.
@@ -1562,7 +1562,7 @@This book was built with BiocBook with ❤️
- + + diff --git a/docs/devel/pages/visualization_files/figure-html/pheatmap6-1.png b/docs/devel/pages/visualization_files/figure-html/pheatmap6-1.png index 4800635c3..5ef97cfac 100644 Binary files a/docs/devel/pages/visualization_files/figure-html/pheatmap6-1.png and b/docs/devel/pages/visualization_files/figure-html/pheatmap6-1.png differ diff --git a/docs/devel/pages/wrangling.html b/docs/devel/pages/wrangling.html index e37620b68..ea826c122 100644 --- a/docs/devel/pages/wrangling.html +++ b/docs/devel/pages/wrangling.html @@ -989,7 +989,7 @@