Event List
Handles creating, reading and updating events.
GET /api/event/?format=api&offset=600&ordering=-organisedByTeams
{ "count": 659, "next": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=620&ordering=-organisedByTeams", "previous": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=580&ordering=-organisedByTeams", "results": [ { "id": 554, "name": "Graphiques sous R avec ggplot2 / Graphics with R-ggplot2 (2023 session )", "shortName": "Graphics with R-ggplot2 (2023)", "description": "Objectifs pédagogiques :\r\nÀ l’issue de la formation, les stagiaires connaîtront les principales fonctionnalités du package R « ggplot2 » et la démarche sous-jacente pour construire un graphique à partir d’un tableau de données. Ils seront capables de réaliser plusieurs types de représentations graphiques, telles que des nuages de points, des courbes, des histogrammes, des diagrammes en bâtons, des boxplots, des heatmaps, etc. Les stagiaires pourront apporter leur propre tableau de données et pratiquer dessus en fin de formation. \r\n\r\nProgramme :\r\n- Principes généraux liés au package ggplot2 \r\n- Principales fonctions graphiques pour réaliser des nuages de points, des histogrammes, des boxplots, etc. \r\n- Principales fonctions pour jouer sur les coloriages en fonction d’une variable, sur les échelles de couleurs, sur les graduations, sur les représentations multiples, etc.", "homepage": "https://migale.inrae.fr/trainings", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0091", "http://edamontology.org/topic_0605", "http://edamontology.org/topic_2269" ], "keywords": [ "Représentations graphiques" ], "prerequisites": [ "Langage R de base" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2024-01-17T10:24:23.197102Z", "type": "Training course", "start_date": "2023-05-15", "end_date": "2023-05-15", "venue": "", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "National", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2023-02-01", "registration_closing": "2023-05-08", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 784, "name": "Introduction aux bonnes pratiques pour des analyses reproductibles - 2026", "shortName": "Good practices for better reproducibility of analyses 2026", "description": "Objectifs pédagogiques\r\n\r\nL’objectif de cette formation est d’initier les apprenants aux bonnes pratiques pour la reproductibilité des analyses. Ils apprendront à rédiger des rapports d’analyse en R Markdown et à les déposer sur un dépôt GitHub. Les principes FAIR (faciles à trouver, accessibles, interopérables et réutilisables) et les bases de la rédaction de PGD (plans de gestion de données) seront également présentés. Durant la formation, nous utiliserons RStudio et GitHub.\r\n\r\nProgramme\r\n\r\nPrincipes et enjeux de la recherche reproductible\r\nUtilisation de GitHub\r\nGestion des versions d’un document\r\nRédaction de document computationnel\r\nPartage d’un rapport avec ses collaborateurs\r\nPrincipes FAIR et PGD", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [ "Reproducibility" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" }, { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2026-02-12T10:27:03.757755Z", "type": "Training course", "start_date": "2026-03-24", "end_date": "2026-03-24", "venue": "", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "future", "registration_opening": null, "registration_closing": "2026-03-10", "registration_status": "open", "courseMode": "Onsite" }, { "id": 782, "name": "Manipulation de données avec R, introduction à tidyverse - 2026", "shortName": "Introduction à tidyverse 2026", "description": "Objectifs pédagogiques\r\nA l’issue de la formation, les stagiaires seront capables de :\r\n* utiliser les principales fonctions des packages dplyr et tidyr de l’écosystème du « tidyverse »\r\n* lire les données et les ranger dans un format « tidy »\r\n* manipuler les données : filtrer, sélectionner, trier, produire des résultats par groupe, fusionner plusieurs tables\r\n* mettre en forme et pivoter les tables de données\r\n\r\nProgramme\r\n* Principes du tidyverse\r\n* Principales fonctions de manipulation de données du package dplyr : ajouter de nouvelles variables, sélectionner des colonnes, filtrer des lignes, trier, grouper, fusionner des tables\r\n* Enchaînements des opérations à l’aide de « pipe »\r\n* Mise en forme, jointure et pivot de données avec le package tidyr\r\n* Mise en application sur un exemple d’analyse de données de transcriptomique.", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [ "R Language", "Tidyverse" ], "prerequisites": [ "Basic knowledge of R" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" }, { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2026-02-12T10:24:34.577208Z", "type": "Training course", "start_date": "2026-03-30", "end_date": "2026-03-31", "venue": "", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "future", "registration_opening": null, "registration_closing": "2026-03-16", "registration_status": "open", "courseMode": "Onsite" }, { "id": 781, "name": "Initiation à Linux / Introduction to Linux - 2026", "shortName": "Initiation à Linux 2026", "description": "Objectifs pédagogiques\r\nÀ l'issue de la formation, les stagiaires connaîtront les principales commandes Linux et sauront utiliser le système Linux.\r\n\r\nProgramme\r\n* Connexion (ssh) et transferts de fichiers (scp, rsync)\r\n* Interfaces graphiques (Gnome, KDE) / émulateurs\r\n* Aide en ligne\r\n* Utilisation du shell : le rappel des commandes, l’historique, la complétion\r\n* Système de fichiers : arborescence et chemin d’accès, le répertoire d’accueil…\r\n* Gestion des fichiers et des répertoires\r\n* Principe de protection : les attributs sur les fichiers, les droits d’accès", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [ "Linux" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" }, { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2026-02-12T10:23:26.458502Z", "type": "Training course", "start_date": "2026-04-01", "end_date": "2026-04-01", "venue": "", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "future", "registration_opening": null, "registration_closing": "2026-03-18", "registration_status": "open", "courseMode": "Onsite" }, { "id": 222, "name": "Analyse statistique de données RNA-Seq - Recherche des régions d'intérêt différentiellement exprimées (R, RStudio)", "shortName": "", "description": "Se sensibiliser aux concepts et méthodes statistiques pour l'analyse de données transcriptomiques de type RNA-Seq.", "homepage": "http://migale.jouy.inra.fr/", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/logo_migale_0.png", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2019-09-26", "end_date": "2019-09-27", "venue": "", "city": "Jouy en Josas", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 245, "name": "1ère Ecole de Bioinformatique AVIESAN-IFB-Inserm Niveau 2", "shortName": "EBAII-N2 2021", "description": "Initiation au traitement des données de génomique obtenues par séquençage à haut débit -- Niveau 2", "homepage": "https://ressources.france-bioinformatique.fr/fr/evenements/ebaii2021n2", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 40, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/207/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 53, "name": "AVIESAN", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AVIESAN/?format=api" }, { "id": 56, "name": "INSERM", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INSERM/?format=api" }, { "id": 4, "name": "IFB - ELIXIR-FR", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" }, { "id": 14, "name": "BiGEst", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api" }, { "id": 4, "name": "ABiMS", "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api" }, { "id": 29, "name": "IFB Core", "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/EBA2016_0_1_1_0_0_0.jpg", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2021-05-25", "end_date": "2021-05-28", "venue": "Station Biologique", "city": "Roscoff", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2021-01-31", "registration_status": "closed", "courseMode": "Online" }, { "id": 411, "name": "4ème Ecole de Bioinformatique AVIESAN", "shortName": "EBA 2015", "description": "La formation s’adresse à des biologistes directement impliqués dans des projets “Next Generation Sequencing” (NGS). Cette édition de l’école aborde les nouveaux enjeux technologiques: elle s’articulera autour de trois ateliers en session parallèle (RNA-seq, ChIP-seq, variants DNA-seq).\r\nL’école vise à introduire les concepts et à manipuler les outils informatiques et à en interpréter les résultats. Elle est basée sur une alternance de courtes sessions théoriques et d’ateliers pratiques. Les participants bénéficieront d’un tutorat personnalisé pour élaborer leur plan d’analyse, et effectuer les premières étapes de traitement de leurs propres données ou de celles de leur plateforme.", "homepage": "https://ressources.france-bioinformatique.fr/sites/default/files/programme-detaille-ecole-bioinfo-09-2015-2.pdf", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Biostatistics", "Sequence analysis", "NGS Sequencing Data Analysis" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 40, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/207/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 3, "name": "IFB", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IFB/?format=api" }, { "id": 13, "name": "Aviesan", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Aviesan/?format=api" }, { "id": 14, "name": "Inserm", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Inserm/?format=api" } ], "organisedByOrganisations": [ { "id": 53, "name": "AVIESAN", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AVIESAN/?format=api" }, { "id": 4, "name": "IFB - ELIXIR-FR", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" }, { "id": 14, "name": "BiGEst", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api" }, { "id": 4, "name": "ABiMS", "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api" }, { "id": 29, "name": "IFB Core", "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/EBA2016_0_1_1_0.jpg", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2015-09-27", "end_date": "2015-10-02", "venue": "Station Biologique\r\nPlace Georges Teissier\r\n29680 Roscoff", "city": "Roscoff", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": "Onsite" }, { "id": 780, "name": "Analyse de données métagénomiques shotgun / shotgun metagenomics - 2026", "shortName": "Shotgun metagenomics 2026", "description": "Objectifs pédagogiques\r\n\r\nCette formation est dédiée à l’analyse de données métagénomiques procaryotes de type « shotgun » issues de la technologie de séquençage Illumina. Nous présenterons les étapes bioinformatiques nécessaires pour nettoyer les données brutes et les caractériser d’un point de vue taxonomique. Nous aborderons ensuite les différentes stratégies à employer pour assembler les reads et obtenir des comptages sur des gènes prédits. Enfin nous présenterons quelques outils pour obtenir une annotation fonctionnelle des échantillons. A l’issue des 2 jours de formation, les stagiaires connaîtront le périmètre, les avantages et limites des analyses de données de séquençage shotgun. Ils seront capables d’utiliser les outils présentés sur les jeux de données de la formation. L’ensemble des TP se déroulera sur l’infrastructure de Migale et nécessite une pratique courante de la ligne de commande.\r\n\r\nProgramme\r\n\r\nIntroduction générale sur les données métagénomiques\r\nAssignation taxonomique\r\nNettoyage des données brutes\r\nAssemblage / Binning\r\nPrédiction de gènes procaryotes\r\nAnnotation fonctionnelle\r\nConclusion, limites des méthodes", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_3697" ], "keywords": [ "Metagenomics" ], "prerequisites": [ "Linux/Unix", "Cluster" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" }, { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2026-02-12T10:21:23.055473Z", "type": "Training course", "start_date": "2026-05-20", "end_date": "2026-05-21", "venue": "", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "future", "registration_opening": null, "registration_closing": "2026-05-06", "registration_status": "open", "courseMode": "Onsite" }, { "id": 410, "name": "3ème Ecole de Bioinformatique AVIESAN", "shortName": "EBA 2014", "description": "Les domaines des sciences du vivant liés à l’analyse du génome ont vu au cours des dernières années une\r\naccumulation explosive des données provenant des techniques de séquençage à haut débit. Les progrès accomplis ont\r\nconsidérablement augmenté les possibilités expérimentales dans des domaines tels que la génomique (séquençage de\r\nnouveaux génomes, variants génétiques), la transcriptomique (expression génétique, ARNs non codants) et les\r\ninteractions ADN-protéine (immuno-précipitation de chromatine) et modifications de la chromatine. AVIESAN organise\r\nune troisième session de cette école dont les objectifs sont d’apporter aux biologistes des notions et une pratique leur\r\npermettant d’appréhender le traitement et l’analyse des données de séquençage à haut débit en utilisant un\r\nenvironnement logiciel convivial : Galaxy.\r\nL’école comportera des séminaires introductifs, des cours et des travaux pratiques consacrés à l’initiation au traitement\r\ndes données de transcriptome (RNA-seq), d’interactome (ChIP-seq) et de variations génomiques (SNP, CNV). Les\r\nparticipants disposant de données pourront discuter de leur plan d’analyse et effectuer les premières étapes de\r\ntraitement de leurs données au cours de la dernière journée.\r\nL’école est une initiation à l’utilisation des outils bioinformatiques dans un environnement Galaxy, plateforme dédiée à\r\nl’analyse des données de séquençage à haut débit. Cette formation est destinée aux biologistes (chercheurs,\r\ndoctorants, enseignants-chercheurs, ingénieurs, …) ayant déjà utilisé ou souhaitant utiliser ce type de données.", "homepage": "https://aviesan.fr/fr/aviesan/accueil/toute-l-actualite/itmo-ggb-3e-ecole-de-bioinformatique-initiation-au-traitement-des-donnees-de-genomique-obtenues-par-sequencage-a-haut-debit", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Biostatistics", "Sequence analysis", "NGS Sequencing Data Analysis" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 40, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/207/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 3, "name": "IFB", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IFB/?format=api" }, { "id": 13, "name": "Aviesan", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Aviesan/?format=api" } ], "organisedByOrganisations": [ { "id": 53, "name": "AVIESAN", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AVIESAN/?format=api" }, { "id": 4, "name": "IFB - ELIXIR-FR", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" }, { "id": 14, "name": "BiGEst", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api" }, { "id": 4, "name": "ABiMS", "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api" }, { "id": 29, "name": "IFB Core", "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/EBA2016_0_1_1_0.jpg", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2014-10-05", "end_date": "2014-10-10", "venue": "Station Biologique", "city": "Roscoff", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2014-06-27", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 779, "name": "Traitement bioinformatique et analyse différentielle de données d’expression RNA-seq sous Galaxy - 2026", "shortName": "Analyse données RNA-seq sous Galaxy 2026", "description": "Objectifs pédagogiques\r\nA l’issue de cette formation, vous serez capable, dans le cadre d’une analyse de données RNA- seq avec génome de référence et plan d’expérience simple :\r\n* de connaître le vocabulaire et les concepts bioinformatiques et biostatistiques ;\r\n* de savoir enchaîner de façon pertinente un ensemble d’outils bioinformatiques et biostatistiques dans l’environnement Galaxy ;\r\n* de comprendre le matériel et méthodes d’un article du domaine ;\r\n* d’évaluer la pertinence d’une analyse RNA-seq en identifiant les éléments clefs et comprendre les particularités liées à la nature des données.\r\n\r\nProgramme\r\nBioinformatique :\r\n* Obtenir des données de qualité : nettoyage, filtrage, qualité\r\n* Aligner les lectures sur un génome de référence\r\n* Détecter de nouveaux transcrits\r\n* Quantifier l’expression des gènes\r\n* Préparer et déployer unensemble d’analyses sur plusieurs échantillons\r\n\r\nBiostatistique :\r\n* Construire un plan d’expérience simple\r\n* Normaliser les données de comptage\r\n* Identifier les gènes différentiellements exprimés\r\n* Se sensibiliser aux tests multiples\r\n\r\nAnalyse de protocoles Bioinformatique et Biostatistiques issus de la littérature", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0102", "http://edamontology.org/topic_3170", "http://edamontology.org/topic_0203", "http://edamontology.org/topic_3308" ], "keywords": [ "Gene expression differential analysis", "RNA-seq", "Transcriptomics" ], "prerequisites": [ "Galaxy - Basic usage" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" }, { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2026-02-12T10:21:56.410571Z", "type": "Training course", "start_date": "2026-03-16", "end_date": "2026-03-18", "venue": "", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "future", "registration_opening": null, "registration_closing": "2026-03-02", "registration_status": "open", "courseMode": "Onsite" }, { "id": 569, "name": "Graphiques sous R avec ggplot2 / Graphics with R-ggplot2 (2024 session)", "shortName": "Graphics with R-ggplot2 (2024)", "description": "Objectifs pédagogiques :\r\nÀ l’issue de la formation, les stagiaires connaîtront les principales fonctionnalités du package R « ggplot2 » et la démarche sous-jacente pour construire un graphique à partir d’un tableau de données. Ils seront capables de réaliser plusieurs types de représentations graphiques, telles que des nuages de points, des courbes, des histogrammes, des diagrammes en bâtons, des boxplots, des heatmaps, etc. Les stagiaires pourront apporter leur propre tableau de données et pratiquer dessus en fin de formation. \r\n\r\nProgramme :\r\n- Principes généraux liés au package ggplot2 \r\n- Principales fonctions graphiques pour réaliser des nuages de points, des histogrammes, des boxplots, etc. \r\n- Principales fonctions pour jouer sur les coloriages en fonction d’une variable, sur les échelles de couleurs, sur les graduations, sur les représentations multiples, etc.", "homepage": "https://migale.inrae.fr/trainings", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0091", "http://edamontology.org/topic_0605", "http://edamontology.org/topic_2269" ], "keywords": [ "Représentations graphiques" ], "prerequisites": [ "Langage R de base" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2024-01-17T10:24:43.054528Z", "type": "Training course", "start_date": "2024-03-13", "end_date": "2024-03-13", "venue": "https://migale.inrae.fr/how-to-come", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/422/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/745/?format=api" ], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-01-08", "registration_closing": "2024-02-28", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 570, "name": "Introduction au language R / Introduction to R langage (2024 session)", "shortName": "Introduction to R language (2024)", "description": "Objectifs pédagogiques :\r\nÀ l’issue de la formation, les stagiaires connaîtront les principales fonctionnalités du langage R et ses principes. Ils seront capables de les appliquer pour effectuer des calculs ou des représentations graphiques simples. Ils seront de plus autonomes pour manipuler leurs tableaux de données.\r\nAttention : ce module n’est ni un module de statistique, ni un module d’analyse statistique des données.\r\n\r\nProgramme :\r\n* Structures et manipulation de données\r\n* Principaux éléments du langage de programmation (boucle, fonctions…)\r\n* Différentes représentations graphiques de données/résultats (plot, histogramme, boxplot)", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [ "R Language" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2024-01-17T10:35:28.255758Z", "type": "Training course", "start_date": "2024-03-11", "end_date": "2024-03-12", "venue": "https://migale.inrae.fr/how-to-come", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-01-08", "registration_closing": "2024-02-26", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 571, "name": "Développement d’une application avec R Shiny (session 2024)", "shortName": "Shiny application development (2024)", "description": "Objectifs pédagogiques\r\n\r\nÀ l’issue de la formation, les stagiaires connaîtront les principes de bases et le fonctionnement du package “Shiny”. Ils et elles seront capables de créer leurs premières applications web interactives à partir de scripts R. Les solutions de déploiement d’applications Shiny seront également abordées.\r\n\r\nProgramme\r\n\r\nPrincipes généraux et fonctionnement d’une application Shiny\r\nDéveloppement d’applications Shiny\r\nDéploiement d’applications Shiny", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [ "Shiny" ], "prerequisites": [ "Basic knowledge of R" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" } ], "organisedByTeams": [ { "id": 10, "name": "MIGALE", "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api" } ], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2024-01-17T10:46:26.358781Z", "type": "Training course", "start_date": "2024-03-14", "end_date": "2024-03-14", "venue": "https://migale.inrae.fr/how-to-come", "city": "Jouy-en-Josas", "country": "France", "geographical_range": "", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/743/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/175/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/415/?format=api" ], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-01-08", "registration_closing": "2024-02-29", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 439, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - novembre 2022", "shortName": "MicroScope training - nov 2022", "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.", "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/", "is_draft": false, "costs": [ "2500 € for private companies", "1350 € for academics", "945 € for students" ], "topics": [ "http://edamontology.org/topic_0797", "http://edamontology.org/topic_0085", "http://edamontology.org/topic_3301" ], "keywords": [ "Genome analysis", "Sequence annotation" ], "prerequisites": [ "Licence" ], "openTo": "Everyone", "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/90/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 15, "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api" } ], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": null, "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2022-11-21", "end_date": "2022-11-25", "venue": "Evry University Paris Saclay", "city": "Evry", "country": "France", "geographical_range": "International", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2022-01-24", "registration_closing": "2022-10-20", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 436, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - mars 2022", "shortName": "MicroScope training mars 2022", "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.", "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0797", "http://edamontology.org/topic_0085", "http://edamontology.org/topic_3301" ], "keywords": [ "Genome analysis", "Sequence annotation" ], "prerequisites": [ "Licence" ], "openTo": "Everyone", "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/90/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 15, "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api" } ], "organisedByOrganisations": [ { "id": 67, "name": "University Paris-Saclay", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20Paris-Saclay/?format=api" } ], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": null, "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2022-03-14", "end_date": "2022-03-18", "venue": "Evry University Paris Saclay", "city": "Evry", "country": "France", "geographical_range": "International", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2022-01-24", "registration_closing": "2022-02-14", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 576, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - March 2024", "shortName": "MicroScope training March 2024", "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.", "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0797", "http://edamontology.org/topic_0085", "http://edamontology.org/topic_3301" ], "keywords": [ "Sequence analysis", "Microbial evolution", "Structural and functional annotation of genomes", "Sequence annotation" ], "prerequisites": [ "Licence" ], "openTo": "Everyone", "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/", "maxParticipants": 12, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 15, "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api" } ], "organisedByOrganisations": [ { "id": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?format=api" } ], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg", "updated_at": "2024-02-01T14:22:36.209642Z", "type": "Training course", "start_date": "2024-03-04", "end_date": "2024-03-08", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2024-02-04", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 577, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - November 2024", "shortName": "MicroScope training - November 2024", "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.", "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0797", "http://edamontology.org/topic_0085", "http://edamontology.org/topic_3301" ], "keywords": [ "Sequence analysis", "Microbial evolution", "Structural and functional annotation of genomes", "Sequence annotation" ], "prerequisites": [ "Licence" ], "openTo": "Everyone", "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/", "maxParticipants": 12, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 15, "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api" } ], "organisedByOrganisations": [ { "id": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?format=api" } ], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg", "updated_at": "2024-02-01T14:22:25.240457Z", "type": "Training course", "start_date": "2024-11-18", "end_date": "2024-11-22", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2024-10-18", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 658, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - March 2025", "shortName": "MicroScope training - March 2025", "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.", "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0797", "http://edamontology.org/topic_0085", "http://edamontology.org/topic_3301" ], "keywords": [], "prerequisites": [ "Licence" ], "openTo": "Everyone", "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/90/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 15, "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api" } ], "organisedByOrganisations": [ { "id": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?format=api" } ], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg", "updated_at": "2025-01-23T13:31:47.576548Z", "type": "Training course", "start_date": "2025-03-24", "end_date": "2025-03-28", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2025-02-24", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 659, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - November 2025", "shortName": "MicroScope training - November 2025", "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.", "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0797", "http://edamontology.org/topic_0085", "http://edamontology.org/topic_3301" ], "keywords": [], "prerequisites": [ "Licence" ], "openTo": "Everyone", "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/90/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 15, "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api" } ], "organisedByOrganisations": [ { "id": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?format=api" } ], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg", "updated_at": "2025-01-23T13:31:56.736534Z", "type": "Training course", "start_date": "2025-11-24", "end_date": "2025-11-28", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2025-10-26", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 244, "name": "Formation MicroScope 2020 session 2", "shortName": "", "description": "Annotation & Analysis Of Prokaryotic Genomes Using The MicroScope Platform", "homepage": "https://www.genoscope.cns.fr/agc/microscope/training", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 9, "name": "MicroScope", "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/MicroScope_logo_2.png", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2020-11-23", "end_date": "2020-11-27", "venue": "", "city": "Université Evry Paris-Saclay", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null } ] }