Description Usage Arguments Value
Reorders tabular methylation data to bed-formatted files. Compatible inputs are .txt, .csv data and other textual formats that contain the following mandatory columns: chr, start, end and score.
1 2 | reorderBed(input.data, chr.col, start.col, end.col, score.col,
strand.col = NULL)
|
input.data |
A data frame containing input bed-formatted data |
chr.col |
Column number containing the chromosome name |
start.col |
Column number containing the chromosome's start position |
end.col |
Column number containing the chromosome's end position |
score.col |
Column number containing the methylation score values either beta or delta-beta |
strand.col |
Column number containing the strand in the use data file ('+' strand is assumed if strand column is missing) |
A valid bed-formatted file (input of the 'MeinteR::find*' functions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.