PlotModelErr {grandR} | R Documentation |
Diagnostic plot for estimated models (global error rate)
Description
This belongs to the third kind (model) of diagnostic plots
Usage
PlotModelErr(data, label = "4sU", estimator = "Separate", model = "Binom")
Arguments
data |
a grandR object |
label |
which label to consider (see GetDiagnosticParameters); cannot be NULL |
estimator |
which estimator to consider (see GetDiagnosticParameters); cannot be NULL |
model |
which model to consider (see GetDiagnosticParameters); cannot be NULL |
Details
Shows the estimated error rate (i.e., the probability for a conversion on an old RNA molecule) for each sample.
Value
a list with a ggplot object, a description, and the desired size for the plot
[Package grandR version 0.2.5 Index]