SlideShare a Scribd company logo
1

1/26/2014

NGS
Data Formats & QC Analysis

Karan Veer Singh
Scientist, NBAGR
2

1/26/2014

Sequence Formats
 All

Sequence formats are ASCII text
containing sequence ID, Quality Scores,
Annotation details, comments, and other
descriptions about sequence

 Formats

are designed to hold sequence
data and other information about
sequence
3

1/26/2014

Why so many formats?


Created based on the information required for each step of analysis



Efficient Data & time management

Types of sequence file formats

•
•
•
•
•


Raw Sequence files
Co-ordinate files
Parameter files
Annotation files
Metadata files

Each Data formats vary in the information they contain
4

Read output formats
 454

 Solexa/Illumina
 SOLiD

1/26/2014
454 output formats
Standard flowgram
format

.sff

.fna
.qual

5

1/26/2014
Illumina output formats
6

.seq.txt
.prb.txt

Illumina FASTQ

(ASCII – 64 is Illumina score)

Qseq
(ASCII – 64 is Phred score)
Phred quality scores

Illumina single line format
SCARF Solexa Compact ASCII
Read Format

1/26/2014
Illumina FastQ

 ASCII

7

1/26/2014

value for h= 103
 Quality of Base A at the position 1 = 103- 64
 103- 64 = 39
 Where 39 is the phred score
8

1/26/2014

SOLiD output format(s)

CSFASTA

color-space sequence reads in a fasta format



These reads can be retained and analyzed in color-space by
software



The Format Conversion Tool offers options for cleaning of the
CSFASTA files
Read Length
• Sanger reads lengths ~ 800-2000bp
• Generally we define short reads as anything below 200bp
−Illumina (100bp – 250bp)
−SoLID (75bp max)
−Ion Torrent (200-300bp max – currently...)
−Roche 454 – 400-800bp
• Even with these platforms it is cheaper to produce short reads (e.g. 50bp)
rather than 100 or 200bp reads
• Diminishing returns:
−For some applications 50bp is more than sufficient
−Resequencing of smaller organisms
−Bacterial de-novo assembly
−ChIP-Seq
−Digital Gene Expression profiling
−Bacterial RNA-seq
10

1/26/2014

Common (“standard”) format for read
alignments: Alignment/Assembly Format
SAM

BAM
MAQ

(= binary SAM)
Sequencers & Sequence
Assembly Packages
11

1/26/2014
12

1/26/2014

Formats for Genome/Gene annotation
BED format

(genome-browser tracks)

GFF format

(gene/genome features)

BioXSD

(XML)

(any annotation; under development)
13

1/26/2014

If reads should be deposited in a public
repository:
SRA (Short Read Archive) at NCBI
14

1/26/2014

Points to remember on Data Formats
 For base-call data, “standard” FASTQ (Sanger, Phred)
 For read alignments, SAM/BAM/MAQ format
 For annotation results (e.g. GFF or BED format)
15

QC analysis

1/26/2014
All platforms have errors

Illumina

1.
2.
3.

SoLID/ABI-Life

Roche 454

Ion Torrent

Removal of low quality bases/ Low complexity regions
Removal of adaptor sequences
Homopolymer-associated base call errors (3 or more
identical DNA bases) causes higher number of (artificial)
frameshifts
Illumina artefacts

 under represented GC rich regions
 PCR
 Sequencing
 GGC/GCC motif is associated with low
quality and mismatches
 Low quality reads < 20% phred score
18

1/26/2014

Need for QC & Preprocessing
QC analysis of sequence data is extremely important for meaningful
downstream analysis


To analyze problems in quality scores/ statistics of sequencing data



To check whether further analysis with sequence is possible



To remove redundancy (filtering)



To remove low quality reads from analysis



To remove adapter contamination

Highly efficient and fast processing tools are required to handle large volume
of datasets
19

1/26/2014

Need for QC & Preprocessing
 The

quality of data is very important for various
downstream analyses, such as sequence assembly,
single nucleotide polymorphisms identification

 Most

of the programs available for downstream
analyses do not provide the utility for quality check
and filtering of NGS data before processing
20

1/26/2014

NGS QC Toolkit & FastQC
 NGS QC Toolkit is for quality check and filtering of high-quality read

 This toolkit is a standalone and open source application freely available at
http://www.nipgr.res.in/ngsqctoolkit.html
 Application have been implemented in Perl programming language
 QC of sequencing data generated using Roche 454 and Illumina
platforms
 Additional tools to aid QC : (sequence format converter and trimming
tools) and analysis (statistics tools)

FastQC can be used only for preliminary analysis
21

1/26/2014
22

1/26/2014
NGSQC toolkit Output
23

1/26/2014
NGSQC toolkit Output
24

1/26/2014
Comparison - QC tools
25

1/26/2014
26

1/26/2014

FastQC
 Basic

statistics
 Quality- Per base position
 Per Sequence Quality Distribution
 Nucleotide content per position
 Per sequence GC distribution
 Per base GC distribution
 Per base N content
 Length Distribution
 Overrepresented/ duplicated sequences
 K-mer content
27

FastQC (Box-Whisker plot)

Y axis- Quality Score
X axis- Base position

1/26/2014
28

2. Quality- Per base position

1/26/2014
29

2. Quality- Per base position

1/26/2014
3.Per Sequence Quality
Distribution
30

1/26/2014
3. Per Sequence Quality
Distribution
31

1/26/2014
4.Nucleotide content per
position
32

1/26/2014
33

1/26/2014

4. Nucleotide content per position
5.Per sequence GC
distribution
34

1/26/2014
5.Per sequence GC
distribution
35

1/26/2014
36

6. Per base GC distribution

1/26/2014
37

6. Per base GC distribution

1/26/2014
38

7. Per base N content

1/26/2014
39

7. Length Distribution

1/26/2014
8. Kmer content

40

1/26/2014

Any k-mer showing more than a 3 fold overall enrichment or a 5 fold
enrichment at any given base position will be reported by this module.
9. Overrepresented/
duplicate sequences
41

1/26/2014

The analysis of overrepresented sequences will spot an
increase in any exactly duplicated sequences
Too many duplicate regions in the sequence will be due to
sequencing problems
This module will issue a warning if any sequence is
found to represent more than 0.1% of the total.
42

1/26/2014

QC Report
 Sequence Statistics
Total No. of Sequences
6970943
Avg. Sequence Length
54
Max Sequence Length
54
Min Sequence Length
54
Total Sequence Length
376430922
Total N bases
14254521
% N bases
3.78676
No of Sequences with Ns 278635
% Sequences with Ns
3.99709
Quality Statistics
Total HQ bases 334195496
%HQ bases
88.78
Total HQ reads 6350256
%HQ reads
91.0961

Alignment statistics

More Related Content

What's hot

RNA-seq Analysis
RNA-seq AnalysisRNA-seq Analysis
RNA-seq Analysis
COST action BM1006
 
Workshop NGS data analysis - 1
Workshop NGS data analysis - 1Workshop NGS data analysis - 1
Workshop NGS data analysis - 1
Maté Ongenaert
 
RNASeq - Analysis Pipeline for Differential Expression
RNASeq - Analysis Pipeline for Differential ExpressionRNASeq - Analysis Pipeline for Differential Expression
RNASeq - Analysis Pipeline for Differential Expression
Jatinder Singh
 
RNAseq Analysis
RNAseq AnalysisRNAseq Analysis
RNAseq Analysis
Aureliano Bombarely
 
Introduction to next generation sequencing
Introduction to next generation sequencingIntroduction to next generation sequencing
Introduction to next generation sequencing
VHIR Vall d’Hebron Institut de Recerca
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
Dayananda Salam
 
ChipSeq Data Analysis
ChipSeq Data AnalysisChipSeq Data Analysis
ChipSeq Data Analysis
COST action BM1006
 
NGS: Mapping and de novo assembly
NGS: Mapping and de novo assemblyNGS: Mapping and de novo assembly
NGS: Mapping and de novo assembly
Bioinformatics and Computational Biosciences Branch
 
Quality Control of NGS Data
Quality Control of NGS Data Quality Control of NGS Data
Quality Control of NGS Data
Surya Saha
 
Introduction to Next-Generation Sequencing (NGS) Technology
Introduction to Next-Generation Sequencing (NGS) TechnologyIntroduction to Next-Generation Sequencing (NGS) Technology
Introduction to Next-Generation Sequencing (NGS) Technology
QIAGEN
 
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
Prof. Wim Van Criekinge
 
Single-cell RNA-seq tutorial
Single-cell RNA-seq tutorialSingle-cell RNA-seq tutorial
Single-cell RNA-seq tutorial
Aaron Diaz
 
Rna seq pipeline
Rna seq pipelineRna seq pipeline
Rna seq pipeline
Karan Veer Singh
 
Intro to illumina sequencing
Intro to illumina sequencingIntro to illumina sequencing
Intro to illumina sequencing
University of Allahabad
 
Exome sequence analysis
Exome sequence analysisExome sequence analysis
Exome sequence analysis
Pubudu Samarakoon
 
NGS data analysis Overview
NGS data analysis Overview NGS data analysis Overview
NGS data analysis Overview
Ravi Gandham
 
RNA-seq Data Analysis Overview
RNA-seq Data Analysis OverviewRNA-seq Data Analysis Overview
RNA-seq Data Analysis Overview
Sean Davis
 
Ngs ppt
Ngs pptNgs ppt
Ngs ppt
Archa Dave
 
NGS - Basic principles and sequencing platforms
NGS - Basic principles and sequencing platformsNGS - Basic principles and sequencing platforms
NGS - Basic principles and sequencing platforms
Annelies Haegeman
 
Dgaston dec-06-2012
Dgaston dec-06-2012Dgaston dec-06-2012
Dgaston dec-06-2012
Dan Gaston
 

What's hot (20)

RNA-seq Analysis
RNA-seq AnalysisRNA-seq Analysis
RNA-seq Analysis
 
Workshop NGS data analysis - 1
Workshop NGS data analysis - 1Workshop NGS data analysis - 1
Workshop NGS data analysis - 1
 
RNASeq - Analysis Pipeline for Differential Expression
RNASeq - Analysis Pipeline for Differential ExpressionRNASeq - Analysis Pipeline for Differential Expression
RNASeq - Analysis Pipeline for Differential Expression
 
RNAseq Analysis
RNAseq AnalysisRNAseq Analysis
RNAseq Analysis
 
Introduction to next generation sequencing
Introduction to next generation sequencingIntroduction to next generation sequencing
Introduction to next generation sequencing
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
 
ChipSeq Data Analysis
ChipSeq Data AnalysisChipSeq Data Analysis
ChipSeq Data Analysis
 
NGS: Mapping and de novo assembly
NGS: Mapping and de novo assemblyNGS: Mapping and de novo assembly
NGS: Mapping and de novo assembly
 
Quality Control of NGS Data
Quality Control of NGS Data Quality Control of NGS Data
Quality Control of NGS Data
 
Introduction to Next-Generation Sequencing (NGS) Technology
Introduction to Next-Generation Sequencing (NGS) TechnologyIntroduction to Next-Generation Sequencing (NGS) Technology
Introduction to Next-Generation Sequencing (NGS) Technology
 
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
 
Single-cell RNA-seq tutorial
Single-cell RNA-seq tutorialSingle-cell RNA-seq tutorial
Single-cell RNA-seq tutorial
 
Rna seq pipeline
Rna seq pipelineRna seq pipeline
Rna seq pipeline
 
Intro to illumina sequencing
Intro to illumina sequencingIntro to illumina sequencing
Intro to illumina sequencing
 
Exome sequence analysis
Exome sequence analysisExome sequence analysis
Exome sequence analysis
 
NGS data analysis Overview
NGS data analysis Overview NGS data analysis Overview
NGS data analysis Overview
 
RNA-seq Data Analysis Overview
RNA-seq Data Analysis OverviewRNA-seq Data Analysis Overview
RNA-seq Data Analysis Overview
 
Ngs ppt
Ngs pptNgs ppt
Ngs ppt
 
NGS - Basic principles and sequencing platforms
NGS - Basic principles and sequencing platformsNGS - Basic principles and sequencing platforms
NGS - Basic principles and sequencing platforms
 
Dgaston dec-06-2012
Dgaston dec-06-2012Dgaston dec-06-2012
Dgaston dec-06-2012
 

Similar to NGS - QC & Dataformat

GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...
GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...
GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...
CGIAR Generation Challenge Programme
 
GRM 2013: Genome-Wide Selection Update -- RK Varshney and A Rathore
GRM 2013: Genome-Wide Selection Update -- RK Varshney and A RathoreGRM 2013: Genome-Wide Selection Update -- RK Varshney and A Rathore
GRM 2013: Genome-Wide Selection Update -- RK Varshney and A Rathore
CGIAR Generation Challenge Programme
 
Workshop NGS data analysis - 2
Workshop NGS data analysis - 2Workshop NGS data analysis - 2
Workshop NGS data analysis - 2
Maté Ongenaert
 
Gwas.emes.comp
Gwas.emes.compGwas.emes.comp
Gwas.emes.comp
Richard Emes
 
NFV Testing
NFV TestingNFV Testing
Решения WANDL и NorthStar для операторов
Решения WANDL и NorthStar для операторовРешения WANDL и NorthStar для операторов
Решения WANDL и NorthStar для операторов
TERMILAB. Интернет - лаборатория
 
Spectra OE Webcast July 2010
Spectra OE Webcast July 2010Spectra OE Webcast July 2010
Spectra OE Webcast July 2010
ADLINK Technology IoT
 
Rahul_Ramani_Profile
Rahul_Ramani_ProfileRahul_Ramani_Profile
Rahul_Ramani_Profile
Rahul Ramani
 
Demo how to efficiently evaluate nf-vi performance by leveraging opnfv testi...
Demo  how to efficiently evaluate nf-vi performance by leveraging opnfv testi...Demo  how to efficiently evaluate nf-vi performance by leveraging opnfv testi...
Demo how to efficiently evaluate nf-vi performance by leveraging opnfv testi...
OPNFV
 
28 h 264-avc_by_dhchang
28   h 264-avc_by_dhchang28   h 264-avc_by_dhchang
28 h 264-avc_by_dhchang
Badri Patro
 
2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...
2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...
2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...
FOODCROPS
 
Open64 compiler
Open64 compilerOpen64 compiler
Open64 compiler
Maria Akther
 
High Performance Flow Matching Architecture for Openflow Data Plane
High Performance Flow Matching Architecture for Openflow Data PlaneHigh Performance Flow Matching Architecture for Openflow Data Plane
High Performance Flow Matching Architecture for Openflow Data Plane
Mahesh Dananjaya
 
XSEDE15_PhastaGateway
XSEDE15_PhastaGatewayXSEDE15_PhastaGateway
XSEDE15_PhastaGateway
Raminder Singh
 
How good is your SPARQL endpoint? A QoS-Aware SPARQL Endpoint Monitoring and...
How good is your SPARQL endpoint?  A QoS-Aware SPARQL Endpoint Monitoring and...How good is your SPARQL endpoint?  A QoS-Aware SPARQL Endpoint Monitoring and...
How good is your SPARQL endpoint? A QoS-Aware SPARQL Endpoint Monitoring and...
Ali Intizar
 
Improving Code Review Effectiveness Through Reviewer Recommendations
Improving Code Review Effectiveness Through Reviewer RecommendationsImproving Code Review Effectiveness Through Reviewer Recommendations
Improving Code Review Effectiveness Through Reviewer Recommendations
The University of Adelaide
 
Wellcome Trust Advances Course: NGS Course - Lecture1
Wellcome Trust Advances Course: NGS Course - Lecture1Wellcome Trust Advances Course: NGS Course - Lecture1
Wellcome Trust Advances Course: NGS Course - Lecture1
Thomas Keane
 
BioWeka
BioWekaBioWeka
BioWeka
Martin Szugat
 
picard_poster_12_16_15
picard_poster_12_16_15picard_poster_12_16_15
picard_poster_12_16_15
David E. Kling
 
[Webinar Slides] Programming the Network Dataplane in P4
[Webinar Slides] Programming the Network Dataplane in P4[Webinar Slides] Programming the Network Dataplane in P4
[Webinar Slides] Programming the Network Dataplane in P4
Open Networking Summits
 

Similar to NGS - QC & Dataformat (20)

GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...
GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...
GRM 2011: ISMU pipeline for NGS data analysis and facilitating molecular bree...
 
GRM 2013: Genome-Wide Selection Update -- RK Varshney and A Rathore
GRM 2013: Genome-Wide Selection Update -- RK Varshney and A RathoreGRM 2013: Genome-Wide Selection Update -- RK Varshney and A Rathore
GRM 2013: Genome-Wide Selection Update -- RK Varshney and A Rathore
 
Workshop NGS data analysis - 2
Workshop NGS data analysis - 2Workshop NGS data analysis - 2
Workshop NGS data analysis - 2
 
Gwas.emes.comp
Gwas.emes.compGwas.emes.comp
Gwas.emes.comp
 
NFV Testing
NFV TestingNFV Testing
NFV Testing
 
Решения WANDL и NorthStar для операторов
Решения WANDL и NorthStar для операторовРешения WANDL и NorthStar для операторов
Решения WANDL и NorthStar для операторов
 
Spectra OE Webcast July 2010
Spectra OE Webcast July 2010Spectra OE Webcast July 2010
Spectra OE Webcast July 2010
 
Rahul_Ramani_Profile
Rahul_Ramani_ProfileRahul_Ramani_Profile
Rahul_Ramani_Profile
 
Demo how to efficiently evaluate nf-vi performance by leveraging opnfv testi...
Demo  how to efficiently evaluate nf-vi performance by leveraging opnfv testi...Demo  how to efficiently evaluate nf-vi performance by leveraging opnfv testi...
Demo how to efficiently evaluate nf-vi performance by leveraging opnfv testi...
 
28 h 264-avc_by_dhchang
28   h 264-avc_by_dhchang28   h 264-avc_by_dhchang
28 h 264-avc_by_dhchang
 
2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...
2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...
2015. abhishek rathore. ismu 2.0 a multi algorithm pipeline for genomic selec...
 
Open64 compiler
Open64 compilerOpen64 compiler
Open64 compiler
 
High Performance Flow Matching Architecture for Openflow Data Plane
High Performance Flow Matching Architecture for Openflow Data PlaneHigh Performance Flow Matching Architecture for Openflow Data Plane
High Performance Flow Matching Architecture for Openflow Data Plane
 
XSEDE15_PhastaGateway
XSEDE15_PhastaGatewayXSEDE15_PhastaGateway
XSEDE15_PhastaGateway
 
How good is your SPARQL endpoint? A QoS-Aware SPARQL Endpoint Monitoring and...
How good is your SPARQL endpoint?  A QoS-Aware SPARQL Endpoint Monitoring and...How good is your SPARQL endpoint?  A QoS-Aware SPARQL Endpoint Monitoring and...
How good is your SPARQL endpoint? A QoS-Aware SPARQL Endpoint Monitoring and...
 
Improving Code Review Effectiveness Through Reviewer Recommendations
Improving Code Review Effectiveness Through Reviewer RecommendationsImproving Code Review Effectiveness Through Reviewer Recommendations
Improving Code Review Effectiveness Through Reviewer Recommendations
 
Wellcome Trust Advances Course: NGS Course - Lecture1
Wellcome Trust Advances Course: NGS Course - Lecture1Wellcome Trust Advances Course: NGS Course - Lecture1
Wellcome Trust Advances Course: NGS Course - Lecture1
 
BioWeka
BioWekaBioWeka
BioWeka
 
picard_poster_12_16_15
picard_poster_12_16_15picard_poster_12_16_15
picard_poster_12_16_15
 
[Webinar Slides] Programming the Network Dataplane in P4
[Webinar Slides] Programming the Network Dataplane in P4[Webinar Slides] Programming the Network Dataplane in P4
[Webinar Slides] Programming the Network Dataplane in P4
 

More from Karan Veer Singh

Pcr primer design
Pcr primer designPcr primer design
Pcr primer design
Karan Veer Singh
 
Yak genetic resources of india
Yak genetic resources of indiaYak genetic resources of india
Yak genetic resources of india
Karan Veer Singh
 
DNA Barcoding
DNA BarcodingDNA Barcoding
DNA Barcoding
Karan Veer Singh
 
Microsatellites Markers
Microsatellites  MarkersMicrosatellites  Markers
Microsatellites Markers
Karan Veer Singh
 
Tick identification guide
Tick identification guideTick identification guide
Tick identification guide
Karan Veer Singh
 
Social groups for awareness
Social groups for awarenessSocial groups for awareness
Social groups for awareness
Karan Veer Singh
 
Access and Benefit sharing from Genetic Resources
Access and Benefit sharing from Genetic ResourcesAccess and Benefit sharing from Genetic Resources
Access and Benefit sharing from Genetic Resources
Karan Veer Singh
 
IPR
IPRIPR
Indian acts governing different IPRs
Indian acts governing different IPRsIndian acts governing different IPRs
Indian acts governing different IPRs
Karan Veer Singh
 
Ip protected invention in the field of biotechnology
Ip protected invention in the field of biotechnologyIp protected invention in the field of biotechnology
Ip protected invention in the field of biotechnology
Karan Veer Singh
 
Patent In Molecular Biology
Patent In Molecular BiologyPatent In Molecular Biology
Patent In Molecular Biology
Karan Veer Singh
 
Genome annotation 2013
Genome annotation 2013Genome annotation 2013
Genome annotation 2013
Karan Veer Singh
 
MICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSES
MICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSESMICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSES
MICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSES
Karan Veer Singh
 
Semen Banking for conservation of livestock biodiversity
Semen Banking for conservation of  livestock biodiversitySemen Banking for conservation of  livestock biodiversity
Semen Banking for conservation of livestock biodiversity
Karan Veer Singh
 
DiGE....2-D gel electrophoresis
DiGE....2-D gel electrophoresisDiGE....2-D gel electrophoresis
DiGE....2-D gel electrophoresis
Karan Veer Singh
 
Tecto3
Tecto3Tecto3
Paradigm
ParadigmParadigm
Electrophoresis
ElectrophoresisElectrophoresis
Electrophoresis
Karan Veer Singh
 
Electrophoresis
ElectrophoresisElectrophoresis
Electrophoresis
Karan Veer Singh
 
Qr code
Qr codeQr code

More from Karan Veer Singh (20)

Pcr primer design
Pcr primer designPcr primer design
Pcr primer design
 
Yak genetic resources of india
Yak genetic resources of indiaYak genetic resources of india
Yak genetic resources of india
 
DNA Barcoding
DNA BarcodingDNA Barcoding
DNA Barcoding
 
Microsatellites Markers
Microsatellites  MarkersMicrosatellites  Markers
Microsatellites Markers
 
Tick identification guide
Tick identification guideTick identification guide
Tick identification guide
 
Social groups for awareness
Social groups for awarenessSocial groups for awareness
Social groups for awareness
 
Access and Benefit sharing from Genetic Resources
Access and Benefit sharing from Genetic ResourcesAccess and Benefit sharing from Genetic Resources
Access and Benefit sharing from Genetic Resources
 
IPR
IPRIPR
IPR
 
Indian acts governing different IPRs
Indian acts governing different IPRsIndian acts governing different IPRs
Indian acts governing different IPRs
 
Ip protected invention in the field of biotechnology
Ip protected invention in the field of biotechnologyIp protected invention in the field of biotechnology
Ip protected invention in the field of biotechnology
 
Patent In Molecular Biology
Patent In Molecular BiologyPatent In Molecular Biology
Patent In Molecular Biology
 
Genome annotation 2013
Genome annotation 2013Genome annotation 2013
Genome annotation 2013
 
MICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSES
MICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSESMICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSES
MICROSATELITE Markers for LIVESTOCK Genetic DIVERSITY ANALYSES
 
Semen Banking for conservation of livestock biodiversity
Semen Banking for conservation of  livestock biodiversitySemen Banking for conservation of  livestock biodiversity
Semen Banking for conservation of livestock biodiversity
 
DiGE....2-D gel electrophoresis
DiGE....2-D gel electrophoresisDiGE....2-D gel electrophoresis
DiGE....2-D gel electrophoresis
 
Tecto3
Tecto3Tecto3
Tecto3
 
Paradigm
ParadigmParadigm
Paradigm
 
Electrophoresis
ElectrophoresisElectrophoresis
Electrophoresis
 
Electrophoresis
ElectrophoresisElectrophoresis
Electrophoresis
 
Qr code
Qr codeQr code
Qr code
 

Recently uploaded

How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Diana Rendina
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 

NGS - QC & Dataformat