ChIP-seq Review

R ile Bioconductor kullanarak ChIP-seq

Peter Humburg

Statistician, Macquarie University

Review: Importing data

Load peak calls

peaks <- import.bed(peak_file, genome="hg19")

Create a BamViews object

bam_views <- BamViews(bam_file, bamRanges=peaks)

Load the reads

reads <- readGAlignments(bam_views)
R ile Bioconductor kullanarak ChIP-seq

Review: Visualising ChIP-seq data

R ile Bioconductor kullanarak ChIP-seq

R ile Bioconductor kullanarak ChIP-seq

Review: Differential Binding

R ile Bioconductor kullanarak ChIP-seq

Review: Enrichment analysis

R ile Bioconductor kullanarak ChIP-seq

Moving Ahead

R ile Bioconductor kullanarak ChIP-seq

Well done!

R ile Bioconductor kullanarak ChIP-seq

Preparing Video For Download...