Description Usage Arguments Value Examples
Takes a bed file, sorts it by chromosome and start, then writes it to the output location.
1 | bed.sort(bed_file_path, output_path)
|
bed_file_path |
path to the unsorted bed file. |
output_path |
path to the sorted bed file, the output. |
returns a bed file.
1 | # bed.sort(bed_file_path = "R/locations.bed",output_path = "R/locations_sorted.bed")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.