PolTools

Table of Contents

  • TES Fold Change Heatmap
  • TES Heatmap
  • Base Distribution
  • Gene Body Fold Change Heatmap
  • Gene Body Heatmap
  • Make Regions File Centered on Max TSS
  • Metaplot
  • Multicoverage
  • Nucleotide Heatmap
  • Pausing Distance Distribution from Max TSS
  • Read Through Transcription
  • Region Fold Change Heatmap
  • Region Heatmap
  • Sequence from Around Max TSS
  • Sequence Searches
  • TPS Distance Per Gene
  • Track Links From Bigwigs
    • Usage
    • Behavior
  • truQuant
  • tsrFinder
  • tsrPicker
PolTools
  • »
  • Track Links From Bigwigs

Track Links From Bigwigs

The track_links_from_bw tool prints the UCSC Genome browser links for the supplied bigwig files.

Usage

Usage:

PolTools track_links_from_bw [-h] bigwig_files [bigwig_files ...]

Required Arguments

Description

Bigwig files

Bigwig formatted files

Behavior

track_links_from_bw will print the UCSC genome browser links for the supplied bigwig files. Once these links are in a file, open the file in a text editor to replace the <server> text with the server you are hosting the data.

For example:

$ PolTools track_links_from_bw seq_file-FW.bw seq_file-RV.bw
track type=bigWig visibility=full name='seq file FW' autoScale=on alwaysZero=on windowingFunction=maximum negateValues=off color=0,0,0 altColor=0,0,0 bigDataUrl=<server>/seq_file-FW.bw
track type=bigWig visibility=full name='seq file RV' autoScale=on alwaysZero=on windowingFunction=maximum negateValues=on color=0,0,0 altColor=0,0,0 bigDataUrl=<server>/seq_file-RV.bw
Previous Next

© Copyright 2021, Geoff Collins.

Built with Sphinx using a theme provided by Read the Docs.