genomeWindows ============= genomeWindows is a tool to segment the genome into equally sized and contiguous bin. The output files are used for downstream S3V2 normalization. .. code-block:: sh Usage: genomeWindows [options] -b -s [-n ] or: genomeWindows [options] -b -g -n [-B ] Content ======= .. contents:: :local: Required arguments ^^^^^^^^^^^^^^^^^^ ``-b `` Bin size (in base pairs). **[Default: 200]** ``-s `` Supported species: hg38, hg19, or mm10. Selecting this option automatically loads the corresponding genomesizes file and blacklist file. If your species is not listed, manually provide these files via ``-g -n [-B ]``. **[Default: None]** ``-g `` Required if ``-s`` is unspecified. Path to a genomesizes file (tab-delimited) listing chromosome lengths **[Default: None]**. Example:: chr1 249250621 ... ``-n `` Required if ``-s`` is unspecified. A unique name to identify the generated window bins for downstream processing **[Default: None]**. Optional arguments ^^^^^^^^^^^^^^^^^^ ``-B `` Path to the blacklist file (tab-delimited). If ``-s`` is set to hg38/hg19/mm10, the default blacklist is used **[Default: None]**. Example:: chr1 200 3000 ... ``-l`` List available pre-built window bins and their metadata. ``-h`` Show help message and exit. ``-v`` Show version number and exit.