plot.Rcpp_Trace {AnaCoDa} | R Documentation |
Plots different traces, specified with the what
parameter.
## S3 method for class 'Rcpp_Trace' plot(x, what = c("Mutation", "Selection", "MixtureProbability", "Sphi", "Mphi", "Aphi", "Sepsilon", "ExpectedPhi", "Expression"), geneIndex = 1, mixture = 1, ...)
x |
An Rcpp trace object initialized with |
what |
A string containing one of the following to graph: |
geneIndex |
When plotting expression, the index of the gene to be plotted. |
mixture |
The mixture for which to plot values. |
... |
Optional, additional arguments. For this function, may be a logical value determining if the trace is ROC-based or not. |
This function has no return value.