Description Usage Arguments Value Examples
A dataframe for stacked histogram
1 | dfForHistogram(data, positions = 0, traits = 0, anno = 0)
|
data |
A data matrix with no modifications |
positions |
An array of cg positions in new study |
traits |
An array of trait names that was to be compared to. By default set to 0 - compare to all |
anno |
Annotation file for sorting probes by chromosomes and positions. 0 by default - not used |
A dataframe for visNetwork graph
1 2 | df <- dfForHistogram(data, positions)
#' df <- dfForHistogram(data, positions, "Smoking", anno)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.