About

ANR MetaBioDiv

English

The Action Nationale de Formation CNRS-INSU MetaBioDiv, led by the Mediterranean Institut of Oceanography (Armougom F., MIO) and the Délégation Régionale Côte d’Azur CNRS (DR20, Pierrette Finsac), offers to the scientific community a formation to learn how to characterize microbial ecosystems biodiversity with R analysing data from high-throughput Illumina (Miseq) sequencing.

French

L’Action Nationale de Formation CNRS-INSU MetaBioDiv, portée par l’Institut Méditerranéen d’Océanologie (Armougom F., MIO) et la Délégation Régionale Côte d’Azur CNRS (DR20, Pierrette Finsac), propose à la communauté scientifique une formation sur la caractérisation de la biodiversité taxonomique d’écosystèmes (procaryotes et micro-eucaryotes) par le prisme du séquençage haut-débit Illumina (Miseq) et du traitement bio-informatique associé (outils R sous Rstudio).

Organisation committee and intervenants

Fabrice Armougom, MIO, Marseille

Jean-Christophe Auguet, Marbec, Montpellier

Charlotte Berthelier, Adaptation et Diversité en Milieu Marin Station Biologique de Roscoff

Marc Garel, MIO, Marseille

Nicolas Henry, ABiMS & FR2022 Tara GOSEE, Station Biologique de Roscoff

Elsa Mendes, MIO, Marseille

Lois Maignien, BEEP, Université de Brest

Sponsors

Plateforme OMICS, MIO, Marseille

Société Française de Bio-Informatique

Institut Français de Bioinformatique

Thanks the French Institute of Bioinformatics – IFB CNRS UAR3601 – for providing life science data and tools, storage and computing resources.

Partners

ABiMS beep marbec MIO

IFB Tara Océan

CNRS IRD

Libraries used in this course

renv::dependencies() |> 
    dplyr::pull(Package) |>
    unique() |>
    sort()
Finding R package dependencies ... [134/161] [135/161] [136/161] [137/161] [138/161] [139/161] [140/161] [141/161] [142/161] [143/161] [144/161] [145/161] [146/161] [147/161] [148/161] [149/161] [150/161] [151/161] [152/161] [153/161] [154/161] [155/161] [156/161] [157/161] [158/161] [159/161] [160/161] [161/161] Done!
 [1] "ANCOMBC"           "ape"               "base"             
 [4] "betapart"          "Biostrings"        "bootstrap"        
 [7] "colorspace"        "ComplexHeatmap"    "corrplot"         
[10] "dada2"             "DECIPHER"          "devtools"         
[13] "dplyr"             "ecodist"           "fpc"              
[16] "FSA"               "ggplot2"           "ggpmisc"          
[19] "ggpubr"            "ggrepel"           "graphics"         
[22] "grDevices"         "grid"              "gridExtra"        
[25] "GUniFrac"          "here"              "kableExtra"       
[28] "knitr"             "microbiome"        "microbiomeMarker" 
[31] "MicrobiotaProcess" "modEvA"            "NbClust"          
[34] "parallel"          "patchwork"         "PCAtools"         
[37] "phangorn"          "phyloseq"          "plotly"           
[40] "plyr"              "RColorBrewer"      "renv"             
[43] "rmarkdown"         "scales"            "stats"            
[46] "tidyverse"         "treemap"           "treemapify"       
[49] "vegan"             "zCompositions"