getData | R Documentation |
A helper function to get the data and the label for visualization.
getData(type, testDAUresults)
type |
A character vector of length 1, the type of metrics to display on y-axis. The available options are "diff" and "statistics", which are differences in amino acid usage at each position between the inputSet and the backgroundSet, and the Z-scores or odds ratios when Z-test or Fisher's exact test is performed to test the differential usage of amino acid at each position between the two sets. |
testDAUresults |
An object of |
A list containing the following components: label A character vector of length 1. The type of data for visualization. dat A matrix of numeric data for visualization.
Haibo Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.