Giter VIP home page Giter VIP logo

problem-set-2's Introduction

Build Status

Problem Set 2

| Due: 5pm on Feb 16

Workflow

See here for the general workflow.

Your answers should be in YAML format in a file called answers.yml at the top level of the repository.

# answers.yml should look like this:
answer-1: 123
answer-2: 456

For this problem set you will use BEDtools to do some calculations. Each problem is worth 10 points.

These files are in the data/ directory.

  • Fasta file with human genome sequence: fasta/chr1.hg19.fa
  • BED file containing ChIP-seq peaks for H3K4me3 in Hela cells: bed/encode.h3k4me3.hela.chr22.bed.gz
  • BED file with all genes in hg19: bed/genes.hg19.bed.gz.
  • File containing peak calls for ENCODE transcription factor ChIP-seq experiements: bed/encode.tfbs.chr22.bed.gz.
  • Bedgraph with CTCF ChIP-seq data in bedGraph format: bedgraph/ctcf.hela.chr22.bg.gz
  • A "genome file" with chromosome size info: genome/hg19.genome
  • A file containing transcription start sites (TSS) for chr22: bed/tss.hg19.chr22.bed.gz

Question 1

Use BEDtools intersect to identify the size of the largest overlap between CTCF and H3K4me3 locations.

Question 2

Use BEDtools to calculate the GC content of nucleotides 19,000,000 to 19,000,500 on chr22 of hg19 genome build. Report the GC content as a fraction (e.g., 0.50).

Question 3

Use BEDtools to identify the length of the CTCF ChIP-seq peak (i.e., interval) that has the largest mean signal in ctcf.hela.chr22.bg.gz.

Question 4

Use BEDtools to identify the gene promoter (defined as 1000 bp upstream of a TSS) with the highest median signal in ctcf.hela.chr22.bg.gz. Report the gene name (e.g., 'ABC123')

Question 5

Use BEDtools to identify the longest interval on chr22 that is not covered by genes.hg19.bed.gz. Report the interval like chr1:100-500.

Question 6 (extra credit)

Use one or more BEDtools that we haven't covered in class. Be creative.

problem-set-2's People

Contributors

jayhesselberth avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.