Learn R Programming

ionflows (version 1.1)

readBed: This is a function to read BED files.

Description

This function can be used the read BED files in the standard format into R.

Usage

readBed(bed.file = NULL)

Arguments

bed.file
Character string with the path of the BED file which the data are to be read from. If no path is provided, the function file.choose is called to interactively load the file.

Examples

Run this code
## Not run: dset <- readBed()

Run the code above in your browser using DataLab