bed.sort: Bed Sort

Description Usage Arguments Value Examples

View source: R/bed.sort.R

Description

Takes a bed file, sorts it by chromosome and start, then writes it to the output location.

Usage

1
bed.sort(bed_file_path, output_path)

Arguments

bed_file_path

path to the unsorted bed file.

output_path

path to the sorted bed file, the output.

Value

returns a bed file.

Examples

1
# bed.sort(bed_file_path = "R/locations.bed",output_path = "R/locations_sorted.bed")

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.