Regionfile_read | R Documentation |
This function reads the bed file and sort them.
Regionfile_read(bedfile, suffix)
bedfile |
refers to the bedfile name (e.g., refseq or cpgi) downloaded from UCSC, with the default refseq. |
suffix |
refers to the compressed file suffix such as ".gz", ".zip" and so on, with the default suffix ".gz". |
Outputs bed file that can be used in the next step.
regionfile <- Regionfile_read(bedfile, suffix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.