SlideShare a Scribd company logo
16S rRNA analysis using
Mothur pipeline
Eman Abdelrazik
Bioinformatics Research Assistant, Center of Informatics Science, Nile University
H3ABioNet Teaching Assistant
Before we start!
● Slides reproduced from Galaxy tutorials & H3ABioNet tutorials
● For Questions:
https://bit.ly/2N4mlv2
● Make sure you have a Galaxy account:
https://usegalaxy.org.au/
https://usegalaxy.org
Our Journey ^^
1) Theoretical:
a) Introduction
b) Analysis pipelines
2) Practical
a) File formats
b) Introduction to Galaxy
c) Mothur workflow
d) Let’s do it together
e) Do it by yourself
Theoretical
Part I: Introduction
What is the difference?
● Microbiome: Entire set of microorganism at given site,
and time
● Metagenome: entire genetic information of
microorganism at specific site/time
● Meta-Transcriptome
● Meta-Proteome
Why to study microbiome?
1) Health Care research
● Humans are full of microorganisms
● Skin, gut, oral cavity, nasal cavity,
eyes, ..
● Affects health, drug efficacy, etc
referred to as your second genome
● ~10 times more cells than you
● ~100 times more genes than you
● ~1000s different species
Cesarean Vs. Vaginal Delivery
2) Environmental Research
2) Environmental Research
● Microbes in the soil affect plants and animals
● improve agriculture
3) Marine
Microbiome
Research
Global Ocean Sampling Expedition
Ocean Exploration Genome Project (Pacific Ocean)
Shotgun vs. Amplicon!
● Sequence only specific gene
● No functional information
● Less complex to analyse
● Cheaper
● Sequence all DNA
● More information
● Higher complexity
● Higher cost
Amplicon (16S rRNA gene)
● Targeted approach (e.g.
16S/18S rRNA gene)
● Amplifies bacteria, not host, or
environmental fungi, plants.
● Present in all living organisms
(viruses?!)
16S rRNA Secondary Structure
Amplicon
Amplicon
With variable regions: distinguish between genus
● Pros
○ Well-established
○ Inexpensive
● Cons
○ V-region choice can bias results
○ Is based on a very well conserved gene, making it
hard to resolve species and strains
Shotgun metagenomics
Aims to sequence the "whole" metagenome
● Pros:
○ Not biased by amplicon primer set
○ Not limited by conservation of the amplicon
○ Can also provide functional information
● Cons:
○ Environmental contamination, including host
○ More expensive
○ Complex data analysis
○ Requires high performance computing, high memory.
What sequencing technologies offer for
metagenomics!
Bioinformatics
Theoretical
Part II: Analysis Pipelines
Analysis pipelines
1. Pre-processing
● There are a lot of
ways to filter and
trim your data
● Trade-off
between quality
and amount of
information
retained
Quality Control: Phred Score
2. Chimera Removal
● During PCR multiple
sequences can
combine to form a
hybrid
● Must be removed from
your data for better
results
3. OTU Clustering
● Operational Taxonomic Unit: a cluster of similar
sequences, represented by a single consensus sequence
~ one species.
● OTU clusters are defined by a 97% identity threshold of
the 16S gene sequence variants at genus level. 98% or
99% identity is suggested for species separation.
Search marker database and taxonomy assignment
Alignment
Results: Visualizations
1. Krona
● interactive exploration of sample taxonomy / per-sample
groups
● Illustrate abundance
Results: Visualizations
2. Phinch
● explore the community structure
● BIOM file input
● various visualizations
● multi-sample data
Diversity
Pipelines: 1. QIIME
Quantitative Insight Into
Microbial Ecology
QIIME.2 -plugins
Pipelines: 2. DADA2
DADA2 stands for - Divisive Amplicon Denoising Algorithm
Other available pipelines
● UPARSE: http://www.drive5.com/uparse
● IM Tornado:
https://github.com/pjeraldo/imtornado2
● FROGS:
https://github.com/geraldinepascal/FROGS
● VSEARCH: https://github.com/torognes/vsearch
Summary
Practical
Part I: File Formats
Important terms
Output file formats
FASTA Format
Sequence Alignment/Map Format (SAM)
Header
Records
CIGAR (Compact Idiosyncratic Gapped Alignment
Report) strings.
The CIGAR string is the result of the sequence alignments, defining the sequence
of matches/mismatches and deletions (or gaps) compared to the reference
sequence.
CIGAR strings, together with the allele sequences, are used to generate a
visualization of the loci alignment.
https://samtools.github.io/hts-specs/SAMv1.pdf
SAM vs. BAM
● Binary format
● Better than fastq file in data storage especially from
different samples as it adds extra annotation to reads
(where they come from?) uBAM
BIOM format
● The Biological Observation Matrix (BIOM) format
● a general-use format for representing biological sample by
observation contingency tables
● command line interface (CLI) for working with BIOM files,
including converting between file formats, adding metadata to
BIOM files, and summarizing BIOM files.
BIOM format
http://biom-format.org/
Practical
Part II: Introduction to Galaxy
Before we start!
What is Galaxy?
● Web-based platform for biological data analysis.
● Command-line tools >> wrapped >> Galaxy
● Retain histories of analysis: re-run and share.
Galaxy Servers
Courses in Higher Education that use Galaxy
Make your account!
https://usegalaxy.org/
Galaxy Interface
Center Panel
Tools Panel History
Panel
Dataset status
job is completed
job is executing
job is queued
job is paused
job has failed
1. Refresh
history
2. View file
1
2
3
3. History setting
How to get Data?
● The maximum size limit is 50G
(uncompressed).
● Most individual file compression formats
are supported, but multi-file archives are
not (.tar, .zip).
ENA ID: PRJEP5480
Workflows: extract workflow
Your workflow
Edit workflow
Import workflow
Practical
Part III: Mothur workflow
https://mothur.org/
Mothur
● A collection of tools combined together.
● Mothur project, initiated by Dr. Patrick Schloss, at The
University of Michigan.
● most cited bioinformatics tool for analyzing 16S rRNA gene
sequences.
● process data generated by Sanger, PacBio, IonTorrent,
454, and Illumina (MiSeq/HiSeq).
Mothur wiki
Manual
File types
Download: Latest version “1.43.0”
https://github.com/mothur/mothur/releases/tag/v.1.43.0
https://www.mothur.org/wiki/Installation
Main steps
Let’s start!
1. Get Data
Functional Analysis
https://bpa-csiro-workshops.github.io/btp-manuals-md/modules/metagenomics-mo
dule-fda/fda/
http://motherbox.chemeng.ntua.gr/anastasia_dev/u/makis/w/copy-of-starting-from-
reads-1
Wrap up!
Resources
● Soil Tutorial:
https://galaxyproject.github.io/training-material/topics/metagenomics/tutorials/general-tutorial/tutorial.html
● Gut Tutorial:
https://galaxyproject.github.io/training-material/topics/metagenomics/tutorials/mothur-miseq-sop-short/tutoria
l.html
● https://galaxyproject.github.io/training-material/topics/metagenomics/
● https://galaxyproject.github.io/training-material/topics/introduction/
● https://moin.galaxyproject.org/Support#Dataset_status_and_how_jobs_execute
● https://docs.qiime2.org/2019.7/tutorials/
● https://benjjneb.github.io/dada2/tutorial.html
● https://www.coursera.org/learn/galaxy-project

More Related Content

What's hot

Metagenomics by microbiology dept. panjab university2018copy
Metagenomics by microbiology dept. panjab university2018copyMetagenomics by microbiology dept. panjab university2018copy
Metagenomics by microbiology dept. panjab university2018copy
deepankarshashni
 
Introduction to 16S Analysis with NGS - BMR Genomics
Introduction to 16S Analysis with NGS - BMR GenomicsIntroduction to 16S Analysis with NGS - BMR Genomics
Introduction to 16S Analysis with NGS - BMR Genomics
Andrea Telatin
 
Metagenomics
MetagenomicsMetagenomics
Metagenomics
HIMANSHU JAIN
 
Transcriptomics approaches
Transcriptomics approachesTranscriptomics approaches
Transcriptomics approaches
CharupriyaChauhan1
 
Protein database
Protein  databaseProtein  database
Protein database
KAUSHAL SAHU
 
Third Generation Sequencing
Third Generation Sequencing Third Generation Sequencing
Third Generation Sequencing
priyanka raviraj
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
Swathi Prabakar
 
Metagenomics newer approach in understanding Microbes
Metagenomics newer approach in understanding Microbes  Metagenomics newer approach in understanding Microbes
Metagenomics newer approach in understanding Microbes
Society for Microbiology and Infection care
 
CCBC tutorial beiko
CCBC tutorial beikoCCBC tutorial beiko
CCBC tutorial beiko
beiko
 
Metabarcoding QIIME2 workshop - Denoise
Metabarcoding QIIME2 workshop - DenoiseMetabarcoding QIIME2 workshop - Denoise
Metabarcoding QIIME2 workshop - Denoise
Evelien Jongepier
 
Metagenomic analysis
Metagenomic analysisMetagenomic analysis
Metagenomic analysis
Animesh Kumar
 
Metagenomics
MetagenomicsMetagenomics
Metagenomics
Surender Rawat
 
Systems biology & Approaches of genomics and proteomics
 Systems biology & Approaches of genomics and proteomics Systems biology & Approaches of genomics and proteomics
Systems biology & Approaches of genomics and proteomics
sonam786
 
Intro to illumina sequencing
Intro to illumina sequencingIntro to illumina sequencing
Intro to illumina sequencing
University of Allahabad
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
Uzma Jabeen
 
Genome assembly
Genome assemblyGenome assembly
MOLECULAR TOOLS IN DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES
MOLECULAR TOOLS IN  DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES MOLECULAR TOOLS IN  DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES
MOLECULAR TOOLS IN DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES
tawheedshafi
 
GENOMICS AND BIOINFORMATICS
GENOMICS AND BIOINFORMATICSGENOMICS AND BIOINFORMATICS
GENOMICS AND BIOINFORMATICS
sandeshGM
 

What's hot (20)

Metagenomics by microbiology dept. panjab university2018copy
Metagenomics by microbiology dept. panjab university2018copyMetagenomics by microbiology dept. panjab university2018copy
Metagenomics by microbiology dept. panjab university2018copy
 
Introduction to 16S Analysis with NGS - BMR Genomics
Introduction to 16S Analysis with NGS - BMR GenomicsIntroduction to 16S Analysis with NGS - BMR Genomics
Introduction to 16S Analysis with NGS - BMR Genomics
 
Metagenomics
MetagenomicsMetagenomics
Metagenomics
 
Transcriptomics approaches
Transcriptomics approachesTranscriptomics approaches
Transcriptomics approaches
 
Protein database
Protein  databaseProtein  database
Protein database
 
Third Generation Sequencing
Third Generation Sequencing Third Generation Sequencing
Third Generation Sequencing
 
RNA-Seq
RNA-SeqRNA-Seq
RNA-Seq
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
 
Metagenomics newer approach in understanding Microbes
Metagenomics newer approach in understanding Microbes  Metagenomics newer approach in understanding Microbes
Metagenomics newer approach in understanding Microbes
 
CCBC tutorial beiko
CCBC tutorial beikoCCBC tutorial beiko
CCBC tutorial beiko
 
Metabarcoding QIIME2 workshop - Denoise
Metabarcoding QIIME2 workshop - DenoiseMetabarcoding QIIME2 workshop - Denoise
Metabarcoding QIIME2 workshop - Denoise
 
Metagenomic analysis
Metagenomic analysisMetagenomic analysis
Metagenomic analysis
 
Metagenomics
MetagenomicsMetagenomics
Metagenomics
 
Systems biology & Approaches of genomics and proteomics
 Systems biology & Approaches of genomics and proteomics Systems biology & Approaches of genomics and proteomics
Systems biology & Approaches of genomics and proteomics
 
Intro to illumina sequencing
Intro to illumina sequencingIntro to illumina sequencing
Intro to illumina sequencing
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
 
Genome assembly
Genome assemblyGenome assembly
Genome assembly
 
MOLECULAR TOOLS IN DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES
MOLECULAR TOOLS IN  DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES MOLECULAR TOOLS IN  DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES
MOLECULAR TOOLS IN DIAGNOSIS AND CHARACTERIZATION OF INFECTIOUS DISEASES
 
GENOMICS AND BIOINFORMATICS
GENOMICS AND BIOINFORMATICSGENOMICS AND BIOINFORMATICS
GENOMICS AND BIOINFORMATICS
 
Sequence assembly
Sequence assemblySequence assembly
Sequence assembly
 

Similar to 16S rRNA Analysis using Mothur Pipeline

Designing a community resource - Sandra Orchard
Designing a community resource - Sandra OrchardDesigning a community resource - Sandra Orchard
Designing a community resource - Sandra Orchard
EMBL-ABR
 
BioDec Srl Company Profile
BioDec Srl Company ProfileBioDec Srl Company Profile
BioDec Srl Company Profile
BioDec
 
BITS - Comparative genomics: the Contra tool
BITS - Comparative genomics: the Contra toolBITS - Comparative genomics: the Contra tool
BITS - Comparative genomics: the Contra tool
BITS
 
20120907 microbiome-intro
20120907 microbiome-intro20120907 microbiome-intro
20120907 microbiome-intro
Leo Lahti
 
Model repositories and standard formats for model reusability
Model repositories and standard formats for model reusabilityModel repositories and standard formats for model reusability
Model repositories and standard formats for model reusability
University Medicine Greifswald
 
BioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadataBioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadata
Philip Cheung
 
AI and Machine Learning for Secondary Metabolite Prediction
AI and Machine Learning for Secondary Metabolite PredictionAI and Machine Learning for Secondary Metabolite Prediction
AI and Machine Learning for Secondary Metabolite Prediction
Yannick Djoumbou
 
Scientific Workflows: what do we have, what do we miss?
Scientific Workflows: what do we have, what do we miss?Scientific Workflows: what do we have, what do we miss?
Scientific Workflows: what do we have, what do we miss?
Paolo Romano
 
Omprn 2018 module1_final
Omprn 2018 module1_finalOmprn 2018 module1_final
Omprn 2018 module1_final
Neuro, McGill University
 
Giab jan2016 intro and update 160128
Giab jan2016 intro and update 160128Giab jan2016 intro and update 160128
Giab jan2016 intro and update 160128
GenomeInABottle
 
From construction to deployment of LifeWatchGreece the potentail role of EGI-...
From construction to deployment of LifeWatchGreece the potentail role of EGI-...From construction to deployment of LifeWatchGreece the potentail role of EGI-...
From construction to deployment of LifeWatchGreece the potentail role of EGI-...
Emmanouella Panteri
 
Best Practices for Validating a Next-Gen Sequencing Workflow
Best Practices for Validating a Next-Gen Sequencing WorkflowBest Practices for Validating a Next-Gen Sequencing Workflow
Best Practices for Validating a Next-Gen Sequencing Workflow
Golden Helix
 
OpenDiscovery
OpenDiscoveryOpenDiscovery
OpenDiscoverygwprice
 
May 15 workshop
May 15  workshopMay 15  workshop
May 15 workshop
Fahadahammed2
 
The MIBBI Foundry and its Modules
The MIBBI Foundry and its ModulesThe MIBBI Foundry and its Modules
The MIBBI Foundry and its ModulesMIBBI Checklists
 
May workshop
May workshopMay workshop
May workshop
Fahadahammed2
 
Tools for Metagenomics with 16S/ITS and Whole Genome Shotgun Sequences
Tools for Metagenomics with 16S/ITS and Whole Genome Shotgun SequencesTools for Metagenomics with 16S/ITS and Whole Genome Shotgun Sequences
Tools for Metagenomics with 16S/ITS and Whole Genome Shotgun Sequences
Surya Saha
 
Prokka - rapid bacterial genome annotation - ABPHM 2013
Prokka - rapid bacterial genome annotation - ABPHM 2013Prokka - rapid bacterial genome annotation - ABPHM 2013
Prokka - rapid bacterial genome annotation - ABPHM 2013
Torsten Seemann
 

Similar to 16S rRNA Analysis using Mothur Pipeline (20)

Designing a community resource - Sandra Orchard
Designing a community resource - Sandra OrchardDesigning a community resource - Sandra Orchard
Designing a community resource - Sandra Orchard
 
BioDec Srl Company Profile
BioDec Srl Company ProfileBioDec Srl Company Profile
BioDec Srl Company Profile
 
Brizio rossibiodec
Brizio rossibiodecBrizio rossibiodec
Brizio rossibiodec
 
BITS - Comparative genomics: the Contra tool
BITS - Comparative genomics: the Contra toolBITS - Comparative genomics: the Contra tool
BITS - Comparative genomics: the Contra tool
 
20120907 microbiome-intro
20120907 microbiome-intro20120907 microbiome-intro
20120907 microbiome-intro
 
Model repositories and standard formats for model reusability
Model repositories and standard formats for model reusabilityModel repositories and standard formats for model reusability
Model repositories and standard formats for model reusability
 
Pine education-platform
Pine education-platformPine education-platform
Pine education-platform
 
BioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadataBioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadata
 
AI and Machine Learning for Secondary Metabolite Prediction
AI and Machine Learning for Secondary Metabolite PredictionAI and Machine Learning for Secondary Metabolite Prediction
AI and Machine Learning for Secondary Metabolite Prediction
 
Scientific Workflows: what do we have, what do we miss?
Scientific Workflows: what do we have, what do we miss?Scientific Workflows: what do we have, what do we miss?
Scientific Workflows: what do we have, what do we miss?
 
Omprn 2018 module1_final
Omprn 2018 module1_finalOmprn 2018 module1_final
Omprn 2018 module1_final
 
Giab jan2016 intro and update 160128
Giab jan2016 intro and update 160128Giab jan2016 intro and update 160128
Giab jan2016 intro and update 160128
 
From construction to deployment of LifeWatchGreece the potentail role of EGI-...
From construction to deployment of LifeWatchGreece the potentail role of EGI-...From construction to deployment of LifeWatchGreece the potentail role of EGI-...
From construction to deployment of LifeWatchGreece the potentail role of EGI-...
 
Best Practices for Validating a Next-Gen Sequencing Workflow
Best Practices for Validating a Next-Gen Sequencing WorkflowBest Practices for Validating a Next-Gen Sequencing Workflow
Best Practices for Validating a Next-Gen Sequencing Workflow
 
OpenDiscovery
OpenDiscoveryOpenDiscovery
OpenDiscovery
 
May 15 workshop
May 15  workshopMay 15  workshop
May 15 workshop
 
The MIBBI Foundry and its Modules
The MIBBI Foundry and its ModulesThe MIBBI Foundry and its Modules
The MIBBI Foundry and its Modules
 
May workshop
May workshopMay workshop
May workshop
 
Tools for Metagenomics with 16S/ITS and Whole Genome Shotgun Sequences
Tools for Metagenomics with 16S/ITS and Whole Genome Shotgun SequencesTools for Metagenomics with 16S/ITS and Whole Genome Shotgun Sequences
Tools for Metagenomics with 16S/ITS and Whole Genome Shotgun Sequences
 
Prokka - rapid bacterial genome annotation - ABPHM 2013
Prokka - rapid bacterial genome annotation - ABPHM 2013Prokka - rapid bacterial genome annotation - ABPHM 2013
Prokka - rapid bacterial genome annotation - ABPHM 2013
 

More from Eman Abdelrazik

Corona Virus: facts & myths
Corona Virus:  facts &  mythsCorona Virus:  facts &  myths
Corona Virus: facts & myths
Eman Abdelrazik
 
Electronic health records and machine learning
Electronic health records and machine learningElectronic health records and machine learning
Electronic health records and machine learning
Eman Abdelrazik
 
DNA Origami
DNA OrigamiDNA Origami
DNA Origami
Eman Abdelrazik
 
Programming in a Nutshell
Programming in a NutshellProgramming in a Nutshell
Programming in a Nutshell
Eman Abdelrazik
 
Abortion
AbortionAbortion
Abortion
Eman Abdelrazik
 
Organ transplantation
Organ transplantationOrgan transplantation
Organ transplantation
Eman Abdelrazik
 
Euthanasia
EuthanasiaEuthanasia
Euthanasia
Eman Abdelrazik
 
Dmt
DmtDmt
stem cells' techniques
stem cells' techniquesstem cells' techniques
stem cells' techniques
Eman Abdelrazik
 
Telomeres
TelomeresTelomeres
Telomeres
Eman Abdelrazik
 
DNA extraction
DNA extractionDNA extraction
DNA extraction
Eman Abdelrazik
 
Natural PH indicator
Natural PH indicatorNatural PH indicator
Natural PH indicator
Eman Abdelrazik
 

More from Eman Abdelrazik (12)

Corona Virus: facts & myths
Corona Virus:  facts &  mythsCorona Virus:  facts &  myths
Corona Virus: facts & myths
 
Electronic health records and machine learning
Electronic health records and machine learningElectronic health records and machine learning
Electronic health records and machine learning
 
DNA Origami
DNA OrigamiDNA Origami
DNA Origami
 
Programming in a Nutshell
Programming in a NutshellProgramming in a Nutshell
Programming in a Nutshell
 
Abortion
AbortionAbortion
Abortion
 
Organ transplantation
Organ transplantationOrgan transplantation
Organ transplantation
 
Euthanasia
EuthanasiaEuthanasia
Euthanasia
 
Dmt
DmtDmt
Dmt
 
stem cells' techniques
stem cells' techniquesstem cells' techniques
stem cells' techniques
 
Telomeres
TelomeresTelomeres
Telomeres
 
DNA extraction
DNA extractionDNA extraction
DNA extraction
 
Natural PH indicator
Natural PH indicatorNatural PH indicator
Natural PH indicator
 

Recently uploaded

The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
74nqk8xf
 
Adjusting OpenMP PageRank : SHORT REPORT / NOTES
Adjusting OpenMP PageRank : SHORT REPORT / NOTESAdjusting OpenMP PageRank : SHORT REPORT / NOTES
Adjusting OpenMP PageRank : SHORT REPORT / NOTES
Subhajit Sahu
 
Everything you wanted to know about LIHTC
Everything you wanted to know about LIHTCEverything you wanted to know about LIHTC
Everything you wanted to know about LIHTC
Roger Valdez
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
rwarrenll
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
Machine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptxMachine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptx
balafet
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
NABLAS株式会社
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
Subhajit Sahu
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
TravisMalana
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
Influence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business PlanInfluence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business Plan
jerlynmaetalle
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
The Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series DatabaseThe Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series Database
javier ramirez
 

Recently uploaded (20)

The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
 
Adjusting OpenMP PageRank : SHORT REPORT / NOTES
Adjusting OpenMP PageRank : SHORT REPORT / NOTESAdjusting OpenMP PageRank : SHORT REPORT / NOTES
Adjusting OpenMP PageRank : SHORT REPORT / NOTES
 
Everything you wanted to know about LIHTC
Everything you wanted to know about LIHTCEverything you wanted to know about LIHTC
Everything you wanted to know about LIHTC
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
Machine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptxMachine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptx
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
Influence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business PlanInfluence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business Plan
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
The Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series DatabaseThe Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series Database
 

16S rRNA Analysis using Mothur Pipeline