Child pages
  • ChIP-Seq Coverage

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Input data Page: On this page you must input BED file with ChIP-Seq tags. 

    HTML
    <center>
      <br>
      <img src="/wiki/download/attachments/13008919/Chip-Seq Coverage_1.png"/>
      <br> 
    </center>

     

  2. Parameters Page: Here you can optionally modify parameters that should be used for the Slopbed, Genome Coverage and BedGraphToBigWig elements.

    HTML
    <center>
      <br>
      <img src="/wiki/download/attachments/13008919/Chip-Seq Coverage_2.png"/>
      <br> 
    </center>

    The following parameters are available:

    GenomeIn order to prevent the extension of intervals beyond chromosome boundaries, bedtools slop requires a genome file defining the length of each chromosome or contig. The format of the file is: (-g).
    Each direction increaseIncrease the BED/GFF/VCF entry by the same number base pairs in each direction. If this parameter is used -l and -l are ignored. Enter 0 to disable. (-b)
    Substract from startThe number of base pairs to subtract from the start coordinate. Enter 0 to disable. (-l)

    Add to end

    The number of base pairs to add to the end coordinate. Enter 0 to disable. (-r)

    Strand-based

    Define -l and -r based on strand. For example. if used, -l 500 for a negative-stranded feature, it will add 500 bp to the end coordinate. (-s)

    As fraction

    Define -l and -r as a fraction of the feature'€™s length. E.g. if used on a 1000bp feature, -l 0.50, will add 500 bp €œupstream€. (-pct)

    Print header

     Print the header from the input file prior to results. (-header)

    Filter start>end fields

    Remove lines with start postion greater than end position

     

    Report modeHistogram () - Compute a histogram of coverage. Per-base (0-based) (-dz) - Compute the depth of feature coverage for each base on each chromosome (0-based). Per-base (1-based) (-d) - Compute the depth of feature coverage for each base on each chromosome (1-based). BEDGRAPH (-bg) - Produces genome-wide coverage output in BEDGRAPH format. BEDGRAPH (including uncoveded) (-bga) - Produces genome-wide coverage output in BEDGRAPH format (including uncovered).
    SplitTreat  BAM or BED12 entries as distinct BED intervals when computing coverage. For BAM files, this uses the CIGAR  and  operations to infer the blocks for computing coverage. For BED12 files, this uses the BlockCount, BlockStarts, and BlockEnds fields (i.e., columns 10,11,12). (-split)
    StrandCalculate coverage of intervals from a specific strand. With BED files, requires at least 6 columns (strand is column 6). (-strand)
    5 primeCalculate coverage of 5'€™ positions (instead of entire interval). (-5)
    3 primeCalculate coverage of 3'€™ positions (instead of entire interval). (-3)
    MaxCombine all positions with a depth >= max into a single bin in the histogram. (-max)
    ScaleScale the coverage by a constant factor.Each coverage value is multiplied by this factor before being reported. Useful for normalizing coverage by, e.g., reads per million (RPM). Default is 1.0; i.e., unscaled. (-scale)
    TracklineAdds a UCSC/Genome-Browser track line definition in the first line of the output. (-trackline)
    TrackoptsWrites additional track line definition parameters in the first line. (-trackopts)
    Block sizeNumber of items to bundle in r-tree (-blockSize).
    Items per slotNumber of data points bundled at lowest level (-itemsPerSlot).
    UncompressedIf set, do not use compression (-unc).
  3. Output Files Page: On this page you can select an output directory:

    HTML
    <center>
      <br>
      <img src="/wiki/download/attachments/13008919/Chip-Seq Coverage_3.png"/>
      <br> 
    </center>

     

...