Training List
Handles creating, reading and updating training events.
GET /api/training/?format=api&offset=40&ordering=openTo
{ "count": 388, "next": "https://catalogue.france-bioinformatique.fr/api/training/?format=api&limit=20&offset=60&ordering=openTo", "previous": "https://catalogue.france-bioinformatique.fr/api/training/?format=api&limit=20&offset=20&ordering=openTo", "results": [ { "id": 396, "name": "Metagenomics and Metatranscriptomics initiation", "shortName": "Metagenomics", "description": "Présentation de la formation\r\nA la demande du laboratoire d'Ecologie Microbienne de Lyon, l'équipe Formation de l'IFB organise une session de formation de deux jours sous Galaxy pour l'analyse de données de métagénomique et métatranscriptomique.\r\n\r\nObjectifs pédagogiques\r\nA la fin de cette formation, les participants auront \r\n\r\n- acquis des connaissances théoriques et pratiques sur les méthodes et objectifs d'une analyse en métagénomique et métatranscriptomique\r\n\r\n - réalisé une analyse de données de données métataxonomique, métagénomique shotgun et métatranscriptomique sous l'environnement Galaxy et sur des données fournies par l'équipe pédagogique\r\n\r\n- choisi et initié une analyse sur un jeu de données de leur choix en bénéficiant de l'encadrement de l'équipe pédagogique (Bring Your Own Data sessions)", "homepage": "https://moodle.france-bioinformatique.fr/course/view.php?id=40", "is_draft": false, "costs": [], "topics": [ "http://edamontology.org/topic_3941", "http://edamontology.org/topic_3174", "http://edamontology.org/topic_0637" ], "keywords": [], "prerequisites": [ "Galaxy - Basic usage" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/116/?format=api" ], "elixirPlatforms": [ { "id": 1, "name": "Training", "url": "https://catalogue.france-bioinformatique.fr/api/elixirplatform/Training/?format=api" } ], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 29, "name": "IFB Core", "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api" } ], "logo_url": "https://moodle.france-bioinformatique.fr/pluginfile.php/1/core_admin/logocompact/300x300/1654772049/IFB-HAUT-COULEUR-PETIT.png", "updated_at": "2025-07-16T11:33:24.922633Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists" ], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/726/?format=api" ] }, { "id": 375, "name": "RNASeq Analysis", "shortName": "RNASeq Analysis", "description": "Objectives\r\n- Understand the key steps in RNASeq data analysis for a differential expression study\r\n- Know how to perform command-line analysis using Snakemake.\r\n\r\nPedagogical Content\r\nDay 1\r\n- Principle of RNASeq technology: objectives and experimental design.\r\n- Data quality assessment (FastQC, MultiQC).\r\n- Sequence alignment to a reference genome (STAR).\r\n\r\nDay 2\r\n- Differential gene expression analysis (HTSeqCount, DESeq2).\r\n- Functional annotation (GO, Kegg).\r\n- Using the Snakemake workflow system.\r\n- Comparison between RNASeq and 3’SRP methods.\r\n\r\nThe theoretical part is followed by a pipeline run step-by-step on a test dataset. \r\nIt will be possible to start an analysis on your own data.", "homepage": "https://pf-bird.univ-nantes.fr/training/rnaseq/", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "- Be comfortable with basic Linux commands or have completed the training course “Introduction to the command-line interface.”\r\n- Be familiar with the use of a computing cluster, conda/mamba et snakemake or have completed the training course “Best practices in bioinformatics.”", "maxParticipants": 12, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2026-03-02T16:30:29.225935Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists", "Biologists", "Bioinformaticians" ], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 7, "hoursHandsOn": 7, "hoursTotal": 14, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/746/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/603/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/640/?format=api" ] }, { "id": 380, "name": "INTRODUCTION TO PYTHON", "shortName": "Python", "description": "The Toulouse Genotoul bioinformatics platform, organizes a 2 days long training course for non computer scientist and biologists aiming at learning the foundation of Python programming. In this training you will learn the basics of programming (variables, functions, control structures such as “if” condition, “for” loop”), writing simple programs which read files, and write results to others. The training course does not require any knowledge in programming, but basic Linux/bash commands are required (cd, ls).\r\n\r\nThis training focuses on practice. It consists of modules with a large variety of exercises described hereunder (PROVISIONAL SCHEDULE):\r\n\r\nUsing a Jupyter notebook (Day 1).\r\nUsing variables (Day 1).\r\nBasic operations and functions (Day 1).\r\nReading a file, writing to a file (Day 1).\r\nCharacter string manipulation (Day 1).\r\nLists and dictionaries (Day 2).\r\nThe if and for controls (Day 2).\r\nBases of algorithms (Day 2).", "homepage": "https://bioinfo.genotoul.fr/index.php/events/python/", "is_draft": false, "costs": [], "topics": [ "http://edamontology.org/topic_3307" ], "keywords": [ "Python Language" ], "prerequisites": [ "Linux/Unix" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/642/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 15, "name": "MIAT", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT/?format=api" } ], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png", "updated_at": "2025-12-01T11:55:51.057828Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists" ], "difficultyLevel": "Novice", "trainingMaterials": [ { "id": 142, "name": "Introduction to python - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Introduction%20to%20python%20-%20Genotoul-bioinfo/?format=api" } ], "learningOutcomes": "", "hoursPresentations": 5, "hoursHandsOn": 9, "hoursTotal": 14, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/635/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/757/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/718/?format=api" ] }, { "id": 374, "name": "Best practices in Bioinformatics", "shortName": "Best practices BiRD cluster", "description": "Objectives\r\n- Understand and implement the principles of reproducible science in analysis and development projects\r\n- Acquire basic commands necessary for optimal use of a HPC cluster\r\n\r\nCourse Content\r\n- Introduction to reproducibility\r\n- Best practices on code history and sharing: Git\r\n- Software environment : conda/mamba\r\n- Presentation of a HPC cluster\r\n- Introduction to workflows using Snakemake", "homepage": "https://pf-bird.univ-nantes.fr/training/cluster/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "- Familiarity with basic Linux commands or have completed the training course “Introduction to the command-line interface.”\r\n- Have an account on the GLiCID cluster.", "maxParticipants": 20, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/596/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2026-01-27T11:08:14.810708Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 7, "hoursHandsOn": null, "hoursTotal": 7, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/602/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/748/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/641/?format=api" ] }, { "id": 381, "name": "HOW TO RUN A NF-CORE NEXTFLOW WORKFLOW ON GENOTOUL ?", "shortName": "Nextflow/nf-core", "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning nf-core workflow submission, error understanding, resuming jobs and ressource reservation. We will present and practice:\r\n\r\nthe Nextflow software\r\nthe nf-core community and pipelines\r\nWhat is a singularity image ?\r\nWhere are installed the nf-core workflows ? Which version do I use ?\r\nHow to run a workflow and which config file is used ?\r\nWhich kind of error I can get ?\r\nHow to resume failed jobs?\r\nHow to handle genome indexes ?\r\nHow to monitor my process and then well configure my workflow ?\r\nHow do you best adjust CPU and RAM reservations?\r\nThis is NOT a bioinformatic training on a particular workflow or a training on how to develop a workflow.\r\n\r\nThis training is focused on practice. It consists of several modules with a large variety of exercises:\r\n\r\nStart at 09:00 am\r\nEnd at 17:00 pm", "homepage": "https://bioinfo.genotoul.fr/index.php/events/how-to-run-a-nf-core-nextflow-workflow-on-genotoul-2/", "is_draft": false, "costs": [ "Non-academic: 550€ + 20% taxes (TVA)", "Academic but non-INRAE: 170 € + 20% taxes (TVA)", "For INRAE's staff: 150 € no VAT charged;" ], "topics": [ "http://edamontology.org/topic_0769" ], "keywords": [ "Nextflow" ], "prerequisites": [ "Linux/Unix", "Cluster" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 15, "name": "MIAT", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT/?format=api" } ], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png", "updated_at": "2025-12-01T11:57:33.124156Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists" ], "difficultyLevel": "Novice", "trainingMaterials": [ { "id": 143, "name": "Workflows nf-core - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Workflows%20nf-core%20-%20Genotoul-bioinfo/?format=api" } ], "learningOutcomes": "", "hoursPresentations": 1, "hoursHandsOn": 6, "hoursTotal": 7, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/755/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/636/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/722/?format=api" ] }, { "id": 272, "name": "Molecular Phylogeny - Level 2", "shortName": "Phylogénie moléculaire - Niveau 2", "description": "OBJECTIF\r\n- Être capable de tester des hypothèses et d'ajuster des modèles permettant de comprendre l'évolution à l'échelle moléculaire\r\n\r\nPRÉREQUIS\r\n- Avoir déjà utilisé les logiciels de base en phylogénie moléculaire\r\n- Maîtriser les notions de base en statistiques (tests statistiques, principe du bootstrap, intervalles de confiances, etc.) et de probabilités (probabilités jointes / conditionnelles, théorème de Bayes, etc.)\r\n- Maîtriser un langage de programmation\r\n- Notions de phylogénie moléculaire\r\nAvoir suivi le stage \"Phylogénie moléculaire - formation de base\" ou niveau équivalent \r\n\r\nPROGRAMME\r\n- Phylogénétique et génétique des populations\r\n- Détection de sélection positive au sein de séquences codantes\r\n- Datation moléculaire : intégrer fossiles et molécules\r\n- Phylogénomique\r\n- Super-arbres et super-matrices, réconciliations d'arbres\r\n- Visualisation de l'information en phylogénie\r\n- Placement phylogénétique\r\n- Bases d'épidémiologie (modèles en compartiments, ODE, applications, etc)\r\n- Simulations selon une variété de modèles épidémiologiques\r\n- Phylodynamique : combiner épidémiologie et évolution", "homepage": "", "is_draft": false, "costs": [ "Priced", "1200 €" ], "topics": [], "keywords": [ "Phylogeny", "Selection Detection", "Phylogenomics" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/282/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 1, "name": "CNRS formation entreprises", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api" } ], "organisedByTeams": [ { "id": 7, "name": "ATGC", "url": "https://catalogue.france-bioinformatique.fr/api/team/ATGC/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/ATGClogox120_0.png", "updated_at": "2023-01-24T10:49:17.913427Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/474/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/511/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/402/?format=api" ] }, { "id": 279, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform", "shortName": "MicroScope training", "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_0085", "http://edamontology.org/topic_3301", "http://edamontology.org/topic_0797" ], "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": 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": "https://labgem.genoscope.cns.fr/wp-content/uploads/2019/06/MicroScope_logo-300x210.png", "updated_at": "2025-12-09T09:10:02.012461Z", "audienceTypes": [ "Undergraduate", "Graduate", "Professional (continued)" ], "audienceRoles": [ "Researchers", "Life scientists", "Biologists", "Curators" ], "difficultyLevel": "Intermediate", "trainingMaterials": [], "learningOutcomes": "Annotation and comparative analysis of bacterial genomes:\r\n\r\n- acquire theoretical and practical knowledge of genome annotation tools (structural and functional annotation, metabolic networks annotation)\r\n- interpret the results of functional annotation tools\r\nperform various comparative analyses : conserved synteny analyses, pan-genome, phylogenetic and metabolic profiles.\r\n- analyse the results of metabolic networks prediction tools and look for candidate genes for enzyme activities.\r\n- use the tools to analyse the genome(s) of interest of participants", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": 31, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/439/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/506/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/436/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/745/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/507/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/577/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/576/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/659/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/658/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/796/?format=api" ] }, { "id": 319, "name": "Exploration de la Diversité Taxonomique des Ecosystèmes par Metabarcoding", "shortName": "", "description": "En matière de prospectives scientifiques, l’INSU OA, le CNRS et l’IRD ambitionnent de caractériser la biodiversité environnementale afin d’étudier l’impact du changement global sur les milieux et de l’anthropisation de la planète. Ces enjeux nécessitent l’acquisition de connaissances sur la biodiversité pour répondre aux grands défis planétaires (e.g. modéliser, anticiper, prévenir les catastrophes écologiques), aux objectifs de développement durable, et contribuer aux grandes transitions de la société dans un contexte de changement climatique.\r\n\r\nLe metabarcoding est aujourd’hui une des approches incontournable dans la description des écosystèmes pour répondre à ces enjeux scientifiques; elle offre une caractérisation exhaustive de la diversité taxonomique (composition en espèces et abondances) d’un écosystème via le séquençage massif de marqueurs d’intérêts (e.g. ARN ribosomaux 16S, 18S, gène COX, …) et le post-traitement bio-informatique des données générées.\r\n\r\nL’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).", "homepage": "https://anfmetabiodiv.mio.osupytheas.fr", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": null, "updated_at": "2022-06-22T13:18:40.590388Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Researchers", "Life scientists", "Biologists", "Bioinformaticians" ], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/488/?format=api" ] }, { "id": 360, "name": "Modélisation in silico de structures 3D de protéines. Prédiction de mutations, de fixation de ligands", "shortName": "Modélisation de structures 3D de protéines", "description": "Objectifs pédagogiques\r\nA l’issue de la formation, les stagiaires connaîtront les principales fonctionnalités du logiciel PyMOL. Ils seront capables de les appliquer pour visualiser leur système biologique d’intérêt, et d’effectuer des commandes basiques d’identification de poches catalytiques, de profilage de surface électrostatique, et de mutations d’acides aminés.\r\n\r\nAussi, ils connaîtront les bases et les outils de bioinformatique structurale et seront autonomes pour effectuer des modèles de protéines par prédiction (Alphafold2), calculer les meilleures poses de fixation de leur(s) ligand(s) (Autodock4) et reconstruire l’éventuel assemblage biologique.\r\n\r\nBonus : Ils s’approprieront ces outils avec une demi-journée dédiée à la modélisation de leur système d’étude : protéines, interactions protéines/ADN, arrimage de ligand, etc.\r\n\r\nProgramme\r\nVisualiser :\r\n* Maîtriser les bases de la visualisation des protéines en 3D avec PyMOL.\r\nComprendre :\r\n* Analyser des structures 3D de protéines (RX ou RMN).\r\n* Identifier des homologues avec HHpred.\r\n* Modéliser par prédiction sa protéine d’intérêt avec Alphafold2.\r\nPrédire :\r\n* Savoir calculer des meilleures poses de ligands avec Autodock.\r\n* Prédir et modéliser les mutations in silico.\r\n\r\n- Points forts et limites des différents outils\r\n- ️“hand- on tutorials”\r\n- Plus une session dédiée : «bring your own protein»", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_1317" ], "keywords": [ "Protein structures", "2D/3D", "Protein/protein interaction modelisation" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" }, { "id": 88, "name": "BioinfOmics", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/BioinfOmics/?format=api" } ], "organisedByTeams": [], "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png", "updated_at": "2024-01-18T14:36:41.185563Z", "audienceTypes": [ "Professional (initial)" ], "audienceRoles": [ "Biologists", "Bioinformaticians" ], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "A l’issue de la formation, les stagiaires connaîtront les principales fonctionnalités du logiciel PyMOL. Ils seront capables de les appliquer pour visualiser leur système biologique d’intérêt, et d’effectuer des commandes basiques d’identification de poches catalytiques, de profilage de surface électrostatique, et de mutations d’acides aminés.\r\n\r\nAussi, ils connaîtront les bases et les outils de bioinformatique structurale et seront autonomes pour effectuer des modèles de protéines par prédiction (Alphafold2), calculer les meilleures poses de fixation de leur(s) ligand(s) (Autodock4) et reconstruire l’éventuel assemblage biologique.\r\n\r\nBonus : Ils s’approprieront ces outils avec une demi-journée dédiée à la modélisation de leur système d’étude : protéines, interactions protéines/ADN, arrimage de ligand, etc.", "hoursPresentations": 4, "hoursHandsOn": 8, "hoursTotal": 12, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/585/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/699/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/783/?format=api" ] }, { "id": 336, "name": "Pipelines et méthodes bioinformatiques pour l'analyse de données de séquençage (NGS)", "shortName": "", "description": "Bilille propose des formations en partenariat avec CNRS Formation Entreprises à destination des chercheur-euse-s, enseignant-e-s-chercheur-euse-s, ingénieur-e-s, technicien-ne-s en biologie et médecine. \r\n\r\nObjectifs :\r\n- Comprendre les principes des méthodes d'analyse de données de séquençage à haut débit (NGS)\r\n- Comprendre les paramètres des méthodes et leur impact sur les résultats\r\n- Apprendre à identifier les outils d'analyse en fonction du jeu de données\r\n- Être autonome pour analyser des données dans un gestionnaire de workflow comme Galaxy\r\n- Savoir manipuler les fichiers de lecture de séquençage : extraction, préparation, filtrage / nettoyage\r\n- Savoir évaluer la qualité des données de séquençage\r\n- Savoir analyser des données de séquençage de génomes (avec ou sans génome de référence) et prendre du recul sur le protocole expérimental\r\n- Savoir analyser des données de RNA-seq (avec ou sans génome de référence) et prendre du recul sur le protocole expérimental", "homepage": "https://cnrsformation.cnrs.fr/pipelines-et-methodes-bioinformatiques-pour-analyse-de-donnees-de-sequencage", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/487/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 1, "name": "CNRS formation entreprises", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api" } ], "organisedByTeams": [ { "id": 3, "name": "Bilille", "url": "https://catalogue.france-bioinformatique.fr/api/team/Bilille/?format=api" } ], "logo_url": "https://bilille.univ-lille.fr/fileadmin/_processed_/9/2/csm_logo_bilille_complet_65be9bda8b.png", "updated_at": "2024-12-09T17:40:53.734910Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/541/?format=api" ] }, { "id": 363, "name": "Introduction au text-mining avec AlvisNLP", "shortName": "Introduction to text-mining with AlvisNLP", "description": "Objectifs pédagogiques\r\nCette formation est dédiée à l’analyse de données textuelles (text-mining). L’objectif est l’acquisition des principales techniques pour la Reconnaissance d’Entités Nommées (REN) à partir de textes. Les entités nommées étudiées dans cette formation sont des objets ou concepts d’intérêts mentionnés dans les articles scientifiques ou les champs en texte libre (taxons, gènes, protéines, marques, etc.).\r\n\r\nLes participants vont acquérir les compétences pratiques nécessaires pour effectuer de façon autonome une première approche pour une application de text-mining. Le format est celui de Travaux Pratiques utilisant AlvisNLP, un outil pour la création de pipelines en text-mining développé par l’équipe Bibliome de l’unité MaIAGE. La formation s’adresse à des chercheurs et ingénieurs en (bio)-informatique ou en maths-info-stats appliquées\r\n\r\nProgramme\r\n* Présentation du text-mining et de la Reconnaissance des Entités Nommées (REN)\r\n* Travaux Pratiques sur des techniques de REN en utilisant AlvisNLP\r\n* Projection de lexiques\r\n* Application de patrons\r\n* Apprentissage automatique", "homepage": "https://documents.migale.inrae.fr/trainings.html", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_3474", "http://edamontology.org/topic_0605" ], "keywords": [ "Text mining" ], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/769/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" }, { "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-18T14:56:19.822106Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists", "Biologists", "Bioinformaticians" ], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "Cette formation est dédiée à l’analyse de données textuelles (text-mining). L’objectif est l’acquisition des principales techniques pour la Reconnaissance d’Entités Nommées (REN) à partir de textes. Les entités nommées étudiées dans cette formation sont des objets ou concepts d’intérêts mentionnés dans les articles scientifiques ou les champs en texte libre (taxons, gènes, protéines, marques, etc.).\r\n\r\nLes participants vont acquérir les compétences pratiques nécessaires pour effectuer de façon autonome une première approche pour une application de text-mining. Le format est celui de Travaux Pratiques utilisant AlvisNLP, un outil pour la création de pipelines en text-mining développé par l’équipe Bibliome de l’unité MaIAGE. La formation s’adresse à des chercheurs et ingénieurs en (bio)-informatique ou en maths-info-stats appliquées", "hoursPresentations": 5, "hoursHandsOn": 7, "hoursTotal": 12, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/588/?format=api" ] }, { "id": 337, "name": "Analyse bioinformatique des séquences nucléiques et protéiques", "shortName": "", "description": "Bilille propose des formations en partenariat avec CNRS Formation Entreprises à destination des chercheur-euse-s, enseignant-e-s-chercheur-euse-s, ingénieur-e-s, technicien-ne-s en biologie et médecine. \r\n\r\nObjectifs :\r\n- Comprendre les méthodes de base à utiliser pour mener une analyse de séquences\r\n- Savoir exploiter les ressources bioinformatiques publiques\r\n- Savoir utiliser les logiciels d'alignement, de recherche d'homologie, d'annotation de gènes et de protéines", "homepage": "https://cnrsformation.cnrs.fr/analyse-bioinformatique-sequences-nucleiques-proteiques?axe=161", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/487/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 1, "name": "CNRS formation entreprises", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api" } ], "organisedByTeams": [ { "id": 3, "name": "Bilille", "url": "https://catalogue.france-bioinformatique.fr/api/team/Bilille/?format=api" } ], "logo_url": "https://bilille.univ-lille.fr/fileadmin/_processed_/9/2/csm_logo_bilille_complet_65be9bda8b.png", "updated_at": "2024-12-09T17:40:45.108620Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/542/?format=api" ] }, { "id": 334, "name": "Summer School Multi-omics Data Analysis and Integration", "shortName": "", "description": "Researchers often have access to or generate multiple omics data (RNAseq, metabolomics, lipidomics, proteomics…) within a single study. Although each omics data is usually analyzed individually, combining complementary data can yield a better understanding of the mechanisms involved in biological processes. Several integrative approaches are now available to combine such data, coming essentially from two families of methods, namely multivariate statistical analyses and network-based approaches. During this summer school both methodologies will be covered, introducing RGCCA and mixOmics for multivariate analyses and WGCNA and SNF for network-based strategies. To get meaningful biological information, the interpretation of statistical results needs to be done contextualizing them in the available biological knowledge. To address this major step we need to be able to access and interrogate databases. We will harness this subject introducing semantic web and knowledge graphs in the context of metabolic networks.\r\n\r\nDuring the School, significant time will be devoted to hands-on and the program will be divided into three phases / topics:\r\n- Multivariate statistical analyses (Instructors: Arnaud Gloaguen & Jimmy Vandel)\r\n- Network-based approaches (Instructors: Morgane Térézol & Marie-Galadriel Brière)\r\n- Results contextualisation: an introduction to metabolic models, web semantic and knowledge graphs (Instructors: Jean-Clément Gallardo, Maxime Delmas & Marco Pagni)\r\n\r\nThe participants will work in groups and shortly present the application of what they have learned to their own project.", "homepage": "https://www.sib.swiss/training/course/20230903_MODAI", "is_draft": false, "costs": [], "topics": [ "http://edamontology.org/topic_0089", "http://edamontology.org/topic_0602", "http://edamontology.org/topic_2269" ], "keywords": [ "Biological network inference and analysis", "Multivariate analyses", "Semantic web", "Knowledge representation" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [ { "id": 1, "name": "Training", "url": "https://catalogue.france-bioinformatique.fr/api/elixirplatform/Training/?format=api" } ], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 100, "name": "SIB", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SIB/?format=api" }, { "id": 4, "name": "IFB - ELIXIR-FR", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api" } ], "organisedByTeams": [], "logo_url": null, "updated_at": "2023-04-26T16:14:06.237852Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/532/?format=api" ] }, { "id": 411, "name": "Formation metabarcoding ABiMS SeBiMER", "shortName": "Formation metabarcoding ABiMS SeBiMER", "description": "Le séquençage à haut débit des amplicons de marqueurs taxonomiques tels l’ADN ribosomique, les gènes COI/COX ou les ITS a ouvert de nouveaux horizons dans l’étude des communautés de macro et micro-organismes et l’étude des écosystèmes.\r\n\r\nLe but de cette formation est, d’une part, d’introduire les concepts clés liés aux analyses de metabarcoding et de les illustrer au moyen de cas concrets d’analyse et, d’autre part, de former les utilisateurs aux traitements de données de metabarcoding au travers de l’usage du logiciel SAMBA (Noël et al., in submission).", "homepage": "https://forms.ifremer.fr/bioinfo/formation-metabarcoding-2025/", "is_draft": false, "costs": [], "topics": [ "http://edamontology.org/topic_0091" ], "keywords": [ "Metabarcoding" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": null, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/865/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/134/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 4, "name": "ABiMS", "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api" } ], "logo_url": "https://forms.ifremer.fr/bioinfo/wp-content/uploads/sites/63/2023/06/cropped-SeBiMER_web-transparent-V.png", "updated_at": "2026-03-27T10:24:23.555009Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/798/?format=api" ] }, { "id": 344, "name": "Analyses Single Cell RNA-seq (ScRNA-seq) avec R", "shortName": "", "description": "Cette formation introduira notamment la librairie Seurat permettant la manipulation et l'analyse de données Single Cell RNA-seq ainsi que la visualisation des résultats d'analyse\r\n\r\n- Rappels des concepts du séquençage Single Cell RNA-seq\r\n- Importation des données Single Cell dans R\r\n- Intégration de données Single Cell multiples\r\n- Quality Check et pré-traitement des données\r\n- Normalisation de données\r\n- Identification de marqueurs\r\n- Clustering et assignation cellulaire\r\n- Analyse différentielle des groupes cellulaires\r\n- Savoir intégrer les données de spatialisation\r\n- Savoir intégrer les données de trajectoire\r\n- Savoir intégrer les données de communication cellulaire\r\n- Savoir intégrer les données d'épigénétique (ATAC-seq)", "homepage": "https://cnrsformation.cnrs.fr/analyses-single-cell-rna-seq-scrna-seq-avec-r?axe=176", "is_draft": false, "costs": [], "topics": [], "keywords": [ "Bioinformatics & Biomedical", "R Language", "R", "NGS Sequencing Data Analysis" ], "prerequisites": [ "Basic knowledge of R", "R programming" ], "openTo": "Everyone", "accessConditions": "Maîtrise du langage R\r\nAvoir suivi le stage \"Langage R : introduction\" ou niveau équivalent.\r\nAfin de vérifier que votre maîtrise du langage R est suffisante pour pouvoir suivre ce stage, nous vous invitons à effectuer et à renvoyer le test téléchargeable\r\nhttps://cnrsformation.cnrs.fr/data/STG_23294_55153.docx", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/154/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 6, "name": "CNRS formation entreprise", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/CNRS%20formation%20entreprise/?format=api" } ], "organisedByOrganisations": [ { "id": 1, "name": "CNRS formation entreprises", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api" } ], "organisedByTeams": [ { "id": 6, "name": "CBiB", "url": "https://catalogue.france-bioinformatique.fr/api/team/CBiB/?format=api" } ], "logo_url": "https://services.cbib.u-bordeaux.fr/utils/logo_cbib.png", "updated_at": "2023-08-31T09:19:56.754683Z", "audienceTypes": [ "Graduate", "Professional (initial)" ], "audienceRoles": [ "Biologists", "Bioinformaticians" ], "difficultyLevel": "Intermediate", "trainingMaterials": [], "learningOutcomes": "- Savoir expertiser et manipuler des données issues d'expériences Single Cell RNA-seq\r\n- Savoir mener une analyse différentielle à de multiples niveaux\r\n- Savoir intégrer des données complémentaires pour l'analyse Single Cell RNA-seq (spatial, trajectoire, cell communication, cell identification...)", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/650/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/653/?format=api" ] }, { "id": 351, "name": "Introduction au language R / Introduction to R langage", "shortName": "Introduction to R langage", "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": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" }, { "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-18T12:51:01.486572Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 2, "hoursHandsOn": 10, "hoursTotal": 12, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/570/?format=api" ] }, { "id": 393, "name": "Pandas : gérer, analyser, visualiser vos données efficacement", "shortName": "", "description": "Les objectifs de cette formation sont :\r\n- Importer, exporter, gérer, analyser des données tabulaires\r\n- Calculer des données dérivées\r\n- Combiner et interroger des données complexes\r\n- Calculer des statistiques descriptives des données\r\n- Visualiser et synthétiser les données sous formes graphiques", "homepage": "https://cnrsformation.cnrs.fr/python-et-module-pandas-pour-gerer-et-analyser-donnees?mc=Pandas", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0091" ], "keywords": [ "Python Language" ], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "- Notions de base en informatique : fichiers, répertoire, organisation des données\r\n- Connaissance de base de la programmation en Python (activité régulière d'écriture de scripts en Python)\r\n- Maitrise d'un environnement de développement ou éditeur de programmes/scripts", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/528/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 6, "name": "CNRS formation entreprise", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/CNRS%20formation%20entreprise/?format=api" } ], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 7, "name": "ATGC", "url": "https://catalogue.france-bioinformatique.fr/api/team/ATGC/?format=api" } ], "logo_url": "http://www.atgc-montpellier.fr/pictures/ATGClogo.svg", "updated_at": "2025-02-11T08:32:41.454179Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "Jour 1\r\nMatin :\r\n- Initiation Pandas, structures de données Series et DataFrame, chargement de données à partir de fichiers de données tabulaires\r\nAprès-midi :\r\n- Requêtes et outils de sélection\r\n\r\nJour 2\r\nMatin :\r\n- Fusion, concaténation, jointure de tables, regroupement de sous-ensembles\r\nAprès-midi :\r\n- Indexation simple et multiple, réindexation, export et sauvegarde\r\n\r\nJour 3\r\nMatin :\r\n- Visualisation et réalisation de graphiques\r\nAprès-midi :\r\n- Analyse de données des participants", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": 21, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/702/?format=api" ] }, { "id": 397, "name": "WheatIS data discovery", "shortName": "WheatIS Search", "description": "The WheatIS project aims at building an International Wheat Information System to support the wheat research community. The main objective is to provide a single-access web base system to access to the available data resources and bioinformatics tools. The project is endorsed by the Wheat Initiative.\r\nThe WheatIS data discovery tool allows to search data in all the wheat resources around the world.\r\nThis training will describe how to use the tool, what data are available, how to join, etc.", "homepage": "", "is_draft": false, "costs": [ "Free" ], "topics": [ "http://edamontology.org/topic_3366", "http://edamontology.org/topic_3489", "http://edamontology.org/topic_0625", "http://edamontology.org/topic_0780", "http://edamontology.org/topic_0091" ], "keywords": [ "Données" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "Public", "maxParticipants": null, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/8/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/224/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 20, "name": "Wheat Initiative", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Wheat%20Initiative/?format=api" } ], "organisedByOrganisations": [ { "id": 39, "name": "URGI - US1164", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/URGI%20-%20US1164/?format=api" }, { "id": 82, "name": "INRAE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api" } ], "organisedByTeams": [ { "id": 26, "name": "URGI", "url": "https://catalogue.france-bioinformatique.fr/api/team/URGI/?format=api" } ], "logo_url": "https://urgi.versailles.inra.fr/extension/inra/design/urgi/images/logoURGI_res72_2-82X1-98.png", "updated_at": "2025-09-12T12:46:23.549824Z", "audienceTypes": [ "Undergraduate", "Graduate", "Professional (initial)", "Professional (continued)" ], "audienceRoles": [ "All" ], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/727/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/728/?format=api" ] }, { "id": 271, "name": "Bioinformatique pour le traitement de données de séquençage (NGS) : analyse de transcriptome", "shortName": "", "description": "OBJECTIFS\r\n- Comprendre les principes des méthodes d'analyse de données de séquençage à haut débit\r\n- Comprendre les résultats obtenus, les paramètres et leurs impacts sur les analyses\r\n- Savoir choisir et utiliser les principaux outils d'analyse\r\n- Être autonome pour utiliser un pipeline d'analyse\r\n- Savoir manipuler les fichiers de séquences : préparation et filtration\r\n- Savoir évaluer la qualité des données\r\n- Savoir analyser les résultats avec ou sans génome de référence\r\n\r\nPRÉREQUIS\r\n- Notions de base en informatique : fichiers, répertoire...\r\n- Notions du système linux et des lignes de commande\r\n- Niveau master \r\n\r\nPROGRAMME\r\n- Linux : commandes de base\r\n- Les données NGS : fichiers, manipulation de base, nettoyage\r\n- Mapping : principaux outils et pratique\r\n- Transcriptomique :\r\n. analyse de RNA-seq : expression différentielle des gènes / des ARNs (comptage et DESeq2) ; comparaison d'échantillons issus de conditions différentes\r\n. post-analyse : analyse GO, interrogation bases de connaissances (ex : KEGG), création de graphique (en R)\r\n. analyse couplée transcriptome / traductome", "homepage": "", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "NGS Sequencing Data Analysis" ], "prerequisites": [], "openTo": "Everyone", "accessConditions": "PUBLICS :\r\n- Biologistes, professionnels des sciences du vivant ayant besoin d'analyser des données de séquençage\r\n- Ingénieurs ou chercheurs en bioinformatique\r\n- Bioanalystes\r\n \r\nPRÉREQUIS\r\n- Notions de base en informatique : fichiers, répertoire...\r\n- Notions du système linux et des lignes de commande\r\n- Niveau master", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/528/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 1, "name": "CNRS formation entreprises", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api" } ], "organisedByTeams": [ { "id": 7, "name": "ATGC", "url": "https://catalogue.france-bioinformatique.fr/api/team/ATGC/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/ATGClogox120.png", "updated_at": "2023-01-24T10:47:30.457628Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/401/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/510/?format=api" ] }, { "id": 376, "name": "Train-the-Trainer", "shortName": "TtT", "description": "The programme objective is to give instructors tools and tips for providing an enriching learning experience to trainees, irrespective of topic, and to include best-practice guidance on course and training material development.", "homepage": "https://moodle.france-bioinformatique.fr/course/view.php?id=25", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": null, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/762/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/556/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/639/?format=api" ], "elixirPlatforms": [ { "id": 1, "name": "Training", "url": "https://catalogue.france-bioinformatique.fr/api/elixirplatform/Training/?format=api" } ], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 4, "name": "IFB - ELIXIR-FR", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api" } ], "organisedByTeams": [ { "id": 29, "name": "IFB Core", "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api" } ], "logo_url": "https://moodle.france-bioinformatique.fr/pluginfile.php/961/course/section/152/logo_TtT_MRS_def.png", "updated_at": "2024-03-21T15:33:43.289130Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "All" ], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "By the end of Session 1, participants will be able to:\r\n\r\nList the steps of good instructional design.\r\nDefine cognitive load.\r\nDistinguish between bad and good cognitive load.\r\nClarify why we start with learning outcomes.\r\nGive examples of effective learning strategies.\r\nConnect learning strategies to the cognitive processes they promote.\r\nSelect appropriate learning outcomes within the learning constraints.\r\nAssess your teaching outlook/practices in relation to what you’ve learned.\r\nDesign learning experiences that align with learning outcomes.\r\n\r\n\r\nBy the end of Session 2, participants will be able to:\r\n\r\nDesign a mini-training:\r\nWrite SMART Learning Outcomes \r\nIdentify target audience\r\nDraw a concept map\r\nSelect content\r\nDeliver \r\nProvide and receive targeted feedback\r\nCreate a plan from lesson to session\r\nCreate a plan from session to full course\r\n\r\n\r\nBy the end of Session 3, participants will be able to:\r\n\r\nDescribe what makes training effective.\r\nDescribe what makes a trainer effective.\r\nIdentify strategies that facilitate active, interactive, and collaborative learning.\r\nList factors of motivation and demotivation.\r\nEvaluate what instructors can do to motivate and avoid demotivating learners.\r\n\r\n\r\nBy the end of Session 4, participants will be able to\r\n\r\nDescribe the differences between formative and summative assessment\r\nExplain why frequent feedback is important\r\nList and describe a few techniques for formative feedback", "hoursPresentations": 12, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/607/?format=api" ] } ] }