Skip to main content

Genomic Coordinate Tile

tile-genome

Generate a coordinate file that tiles (non-overlapping) across an entire genome.

Select Genome

Select a reference genome from the provided dropdown menu. The user can customize the window size generated by the tool.

Calculation Options

The 'Window Size' defines the length of each random genomic region in base paris (bp).

Command Line Interface

Usage:

java -jar ScriptManager.jar peak-analysis tile-genome [-fhV] [-o=<output>]
[-w=<window>] <genome>
InputDescription
<genome>reference genome [sacCer3/sacCer3_cegr/hg38/hg38_contigs/hg19/hg19_contigs/mm10]

Output Options

OptionDescription
-o, --output=<output>specify output directory (name will be genome_tiles_<genome>_<window>bp.<ext>)
-z, --gzipgzip output (default=false)
OptionDescription
-f, --gfffile format output as GFF (default format as BED)
-w, --window=<window>window size in bp (default=200)