ContrastGraphSummary | R Documentation |
Display mean ratio and/or number of selection graphs
ContrastGraphSummary( CS, Info, Ratio.thres, Coef = 1, CutNbSel = NULL, CutMeanRatio = NULL )
CS |
a contrast summary, as provided by function |
Info |
a data.frame providing information about markers |
Ratio.thres |
a numeric value, regions exhibiting Fst levels whose ratio with the reference level is higher than Ratio.thres will be highlighted. |
Coef |
a scalar, controling font sizes for the graph, optional |
CutNbSel |
a scalar, providing a y-value for an horizontal line on the NbSel graph |
CutMeanRatio |
a scalar, providing a y-value for an horizontal line on the MeanRatio graph |
two ggplots objects, called NbSel and MeanRatio, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.