1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. ChIP-seq with Bioconductor in R

Connected

Bài tập

Reading BED files

In this exercise, you will load peak calls from a BED file and use the information about peak locations to extract reads that overlap with the peaks from a BAM file.

Hướng dẫn

100 XP
  • Use the import.bed function to load peak calls from chr20_peaks.
  • Use these peak calls to create a BamViews object for chr20_bam.
  • Load the reads overlapping with the peak calls.