A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the...

42
A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe Hupé 1,2 1 UMR144 Institut Curie, CNRS 2 U900 Institut Curie, INSERM, Mines Paris Tech The R User Conference 2009 Rennes Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 1 / 19

Transcript of A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the...

Page 1: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

A suite of R packages for the analysis of DNA copy number microarrayexperiments

Application in cancerology

Philippe Hupé1,2

1UMR144 Institut Curie, CNRS

2U900 Institut Curie, INSERM, Mines Paris Tech

The R User Conference 2009Rennes

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 1 / 19

Page 2: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Outline

1 Biological / clinical context

2 R packages description

3 End-user interfaces / automatic workflow

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 2 / 19

Page 3: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

Outline

1 Biological / clinical context

2 R packages description

3 End-user interfaces / automatic workflow

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 3 / 19

Page 4: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

DNA copy number alteration in tumour

tumoral cell normal cell

Chaos in cancer cellsgain, loss or amplification of chromosomes or pieces of chromosomes.

Molecular profiling of tumoursIdentification of DNA copy number alterations in each patientIs the pattern of alterations is related to patient outcome(e.g. relapse, metastasis)?

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 4 / 19

Page 5: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

DNA copy number alteration in tumour

tumoral cell normal cell

Chaos in cancer cellsgain, loss or amplification of chromosomes or pieces of chromosomes.

Molecular profiling of tumoursIdentification of DNA copy number alterations in each patientIs the pattern of alterations is related to patient outcome(e.g. relapse, metastasis)?

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 4 / 19

Page 6: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

High-throughput quantification of DNA copy numberMicroarray technology

DNA copy number for 5× 103 up to 2× 106 genomic lociProbes spotted on a glass array (i.e. the microarray)

microarray Colour study: squares with concentric circles

Wassily Kandinsky, 1913

Huge amount of data (∼ 2× 106 variables for each patient)Need for biostatistical algorithms and automatic bioinformatic pipelines

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 5 / 19

Page 7: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

High-throughput quantification of DNA copy numberMicroarray technology

DNA copy number for 5× 103 up to 2× 106 genomic lociProbes spotted on a glass array (i.e. the microarray)

   

N­MYC amplification

1q gain

1p loss

17q gain

   

1q gain

Unbalanced translocation

1p ­ 17q

DNA copy number profile of the tumour Karyotype of the tumour

Huge amount of data (∼ 2× 106 variables for each patient)Need for biostatistical algorithms and automatic bioinformatic pipelines

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 5 / 19

Page 8: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

High-throughput quantification of DNA copy numberMicroarray technology

DNA copy number for 5× 103 up to 2× 106 genomic lociProbes spotted on a glass array (i.e. the microarray)

   

N­MYC amplification

1q gain

1p loss

17q gain

   

1q gain

Unbalanced translocation

1p ­ 17q

DNA copy number profile of the tumour Karyotype of the tumour

Huge amount of data (∼ 2× 106 variables for each patient)Need for biostatistical algorithms and automatic bioinformatic pipelines

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 5 / 19

Page 9: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Biological / clinical context

Biostatistical workflow

   

Biological/clinical question

Experimental design

High­throughput experimentsDNA copy number, mRNA expression

Extraction of thebiological information

Clinical biostatisticsClassification

Systems biology

Biological/clinical validationand interpretation

Normalisation

Qualitycontrol

Image analysis

➏ ➐

➑➒

R packages available from www.bioconductor.orgMANOR: spatial normalisationGLAD: extraction of the biological informationITALICS: normalisation + extraction of the biological information

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 6 / 19

Page 10: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

Outline

1 Biological / clinical context

2 R packages description

3 End-user interfaces / automatic workflow

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 7 / 19

Page 11: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

MANOR: an algorithm to detect spatial biasNeuvial et al., BMC Bioinformatics, 2006

1 Abnormal Log-Ratio in thecorner

2 Spatial trend estimation by2D-LOESS

3 Spatial segmentation4 Bias area are removed5 Spots are outliers in the

genomic profile

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 8 / 19

Page 12: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

MANOR: an algorithm to detect spatial biasNeuvial et al., BMC Bioinformatics, 2006

1 Abnormal Log-Ratio in thecorner

2 Spatial trend estimation by2D-LOESS

3 Spatial segmentation4 Bias area are removed5 Spots are outliers in the

genomic profile

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 8 / 19

Page 13: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

MANOR: an algorithm to detect spatial biasNeuvial et al., BMC Bioinformatics, 2006

1 Abnormal Log-Ratio in thecorner

2 Spatial trend estimation by2D-LOESS

3 Spatial segmentation4 Bias area are removed5 Spots are outliers in the

genomic profile

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 8 / 19

Page 14: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

MANOR: an algorithm to detect spatial biasNeuvial et al., BMC Bioinformatics, 2006

1 Abnormal Log-Ratio in thecorner

2 Spatial trend estimation by2D-LOESS

3 Spatial segmentation4 Bias area are removed5 Spots are outliers in the

genomic profile

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 8 / 19

Page 15: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

MANOR: an algorithm to detect spatial biasNeuvial et al., BMC Bioinformatics, 2006

1 Abnormal Log-Ratio in thecorner

2 Spatial trend estimation by2D-LOESS

3 Spatial segmentation4 Bias area are removed5 Spots are outliers in the

genomic profile

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 8 / 19

Page 16: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

GLAD: Gain and Loss Analysis of DNAHupé et al., Bioinformatics, 2004

Profile segmentationThe GLAD algorithm aims at identifying chromosomal regions withidentical DNA copy number.

1 Log-Ratio profile2 Smoothing line estimation3 Breakpoint detection4 Status assignment5 Outliers detection

It works with BAC array, cDNA array, oligonucleotide array (Affymetrix,Agilent, Nimblegen, Illumina)

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 9 / 19

Page 17: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

GLAD: Gain and Loss Analysis of DNAHupé et al., Bioinformatics, 2004

Profile segmentationThe GLAD algorithm aims at identifying chromosomal regions withidentical DNA copy number.

1 Log-Ratio profile2 Smoothing line estimation3 Breakpoint detection4 Status assignment5 Outliers detection

It works with BAC array, cDNA array, oligonucleotide array (Affymetrix,Agilent, Nimblegen, Illumina)

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 9 / 19

Page 18: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

GLAD: Gain and Loss Analysis of DNAHupé et al., Bioinformatics, 2004

Profile segmentationThe GLAD algorithm aims at identifying chromosomal regions withidentical DNA copy number.

1 Log-Ratio profile2 Smoothing line estimation3 Breakpoint detection4 Status assignment5 Outliers detection

It works with BAC array, cDNA array, oligonucleotide array (Affymetrix,Agilent, Nimblegen, Illumina)

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 9 / 19

Page 19: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

GLAD: Gain and Loss Analysis of DNAHupé et al., Bioinformatics, 2004

Profile segmentationThe GLAD algorithm aims at identifying chromosomal regions withidentical DNA copy number.

1 Log-Ratio profile2 Smoothing line estimation3 Breakpoint detection4 Status assignment5 Outliers detection

It works with BAC array, cDNA array, oligonucleotide array (Affymetrix,Agilent, Nimblegen, Illumina)

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 9 / 19

Page 20: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

GLAD: Gain and Loss Analysis of DNAHupé et al., Bioinformatics, 2004

Profile segmentationThe GLAD algorithm aims at identifying chromosomal regions withidentical DNA copy number.

1 Log-Ratio profile2 Smoothing line estimation3 Breakpoint detection4 Status assignment5 Outliers detection

It works with BAC array, cDNA array, oligonucleotide array (Affymetrix,Agilent, Nimblegen, Illumina)

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 9 / 19

Page 21: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

GLAD: Gain and Loss Analysis of DNAHupé et al., Bioinformatics, 2004

Profile segmentationThe GLAD algorithm aims at identifying chromosomal regions withidentical DNA copy number.

1 Log-Ratio profile2 Smoothing line estimation3 Breakpoint detection4 Status assignment5 Outliers detection

It works with BAC array, cDNA array, oligonucleotide array (Affymetrix,Agilent, Nimblegen, Illumina)

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 9 / 19

Page 22: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

R packages description

ITALICS: ITerative and Alternative normaLIzation of Copy number Snp array

Rigaill et al., Bioinformatics, 2008

Devoted to the analysis of Affymetrix Genome-Wide SNP chipthe specificities of the affymetrix technology are taken into account in the algorithm

the signal to noise ratio is better

the breakpoint location is more accurate

Spatial artifact ⇒ 1600 aberrant values

ITALICS ⇒ 90 aberrant values, 13 SNP discarded

ITALICS outperforms existing methods (CNAT, CNAG, GIM)the signal to noise ratio is betterthe breakpoint location is more accurate

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 10 / 19

Page 23: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Outline

1 Biological / clinical context

2 R packages description

3 End-user interfaces / automatic workflow

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 11 / 19

Page 24: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Biologist / Clinician end-users

need to visualise their databiological interpretation of their datanot necessarly familiar with R programing languageno biostatistician/bioinformatician in their labneed easy-to-use interfaces

Diffusion of statistical methods within the scientific communityIf we want our statistical methods to be used, we need to packagethem properly.

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 12 / 19

Page 25: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Biologist / Clinician end-users

need to visualise their databiological interpretation of their datanot necessarly familiar with R programing languageno biostatistician/bioinformatician in their labneed easy-to-use interfaces

Diffusion of statistical methods within the scientific communityIf we want our statistical methods to be used, we need to packagethem properly.

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 12 / 19

Page 26: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

VAMP: a software to visualise and analyse dataLa Rosa et al., Bioinformatics, 2006

http://bioinfo.curie.fr/vamp

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 13 / 19

Page 27: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Our tools fo DNA copy number experiments

R packages (MANOR, GLAD, ITALICS) for biostatistical analysisVAMP java software for visualisation (and analysis)

Need for an integrated environmentCAPweb is a web interface which allows the use of all the previoustools.

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 14 / 19

Page 28: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Our tools fo DNA copy number experiments

R packages (MANOR, GLAD, ITALICS) for biostatistical analysisVAMP java software for visualisation (and analysis)

Need for an integrated environmentCAPweb is a web interface which allows the use of all the previoustools.

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 14 / 19

Page 29: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 30: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 31: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 32: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 33: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 34: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 35: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 36: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

CAPweb: an end-user web platformLiva et al., Nucleic Acids Research, 2006

http://bioinfo.curie.fr/capweb

user registrationproject managementinput file: Genepix, spot, Imagen,Feature Extraction, CELnormalisation: MANOR, ITALICSbreakpoint detection: GLADsummary reportvisualise the data with VAMParray technology: BAC, cDNA,Agilent, Affymetrix (100K, 500K)(Illumina, Nimblegen soon)integration of clinical dataintegration of mRNA data

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 15 / 19

Page 37: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Client / Server Architecture

DNA COPY NUMBER MICROARRAYS

DatabasesmySQL

Web ServerClient(s):Firefox, ...

VAMP

Applet R packages: - MANOR - GLAD - ITALICS

DATA MANAGEMENT

XML Files

INTERFACES

PROJECT MANAGEMENT

WEBWEB

UCSC

GENECARDSENSEMBL

NCBI

Our R packages are used calling CGI from any web browser

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 16 / 19

Page 38: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Recent evolutions and perspectives

Recent changesPossibility to use HaarSeg algorithm (Ben-Yaacov and Eldar,Bioinformatics, 2008) in GLAD→ 2 millions genomic profiles canbe analysed within 1 minuteUse C/C++ in order to reduce computing time

On-going workImprovement of ITALICS in order to analyse Affymetrix GenomeWide SNP 6.0Extension to Next-Generation Sequencing technologies(Terabytes of data!!)

aroma.affymetrix (Bengtsson et al.) R package offers manyfunctionalities for affymetrix data analysis

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 17 / 19

Page 39: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Recent evolutions and perspectives

Recent changesPossibility to use HaarSeg algorithm (Ben-Yaacov and Eldar,Bioinformatics, 2008) in GLAD→ 2 millions genomic profiles canbe analysed within 1 minuteUse C/C++ in order to reduce computing time

On-going workImprovement of ITALICS in order to analyse Affymetrix GenomeWide SNP 6.0Extension to Next-Generation Sequencing technologies(Terabytes of data!!)

aroma.affymetrix (Bengtsson et al.) R package offers manyfunctionalities for affymetrix data analysis

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 17 / 19

Page 40: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

End-user interfaces / automatic workflow

Recent evolutions and perspectives

Recent changesPossibility to use HaarSeg algorithm (Ben-Yaacov and Eldar,Bioinformatics, 2008) in GLAD→ 2 millions genomic profiles canbe analysed within 1 minuteUse C/C++ in order to reduce computing time

On-going workImprovement of ITALICS in order to analyse Affymetrix GenomeWide SNP 6.0Extension to Next-Generation Sequencing technologies(Terabytes of data!!)

aroma.affymetrix (Bengtsson et al.) R package offers manyfunctionalities for affymetrix data analysis

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 17 / 19

Page 41: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Acknowledgements

Acknowledgements

Institut Curie / Bioinformatics U900

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 18 / 19

Page 42: A suite of R packages for the analysis of DNA copy number ... · A suite of R packages for the analysis of DNA copy number microarray experiments Application in cancerology Philippe

Thanks

THANKS

Hupé et al. (Institut Curie, Paris, France) Analysis of DNA copy number experiments INSERM workshop, 2009 19 / 19