Description Usage Arguments Value Note Examples
The function reads a BED file and coverts it to a
GRanges object
| 1 | 
| location | location of the file, a character string such as: "/home/user/my.bed" | 
| remove.unsual | if TRUE(default) remove the chromomesomes with unsual names, mainly random chromsomes etc | 
GRanges object
one bed track per file is only accepted, the bed files with multiple tracks will cause an error
| 1 2 | bed.file=system.file("extdata", "cpgi.hg18.bed.txt", package = "methylKit")
bed.gr=read.bed(location=bed.file,remove.unsual=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.