Description Usage Arguments Value
Validates input methylation data. Checks the presence of the chr, start, end, score columns. If column 'strand' is not set then '+' strand is assumed. Cleans rows with empty cells and sets numeric format to the start, end and score columns.
1 | validateBed(bed.data, omit.na = TRUE)
|
bed.data |
A data frame containing input bed-formatted data |
omit.na |
Omit rows with empty cells (default:TRUE) |
A well-formatted data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.