Description Usage Arguments Details Author(s) Examples
Summary helper functions for the DetectedAI-class
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | frequency_vs_threshold_variable_summary(x, ...)
## S4 method for signature 'DetectedAI'
frequency_vs_threshold_variable_summary(
x,
var = "threshold.count.sample",
return.class = "matrix",
...
)
detectedAI_vs_threshold_variable_summary(x, ...)
## S4 method for signature 'DetectedAI'
detectedAI_vs_threshold_variable_summary(x, var = "threshold.count.sample")
usedSNPs_vs_threshold_variable_summary(x, ...)
## S4 method for signature 'DetectedAI'
usedSNPs_vs_threshold_variable_summary(x, var = "threshold.count.sample")
|
x |
detectedAI object |
... |
pass on variables internally |
var |
string, see details for available options |
return.class |
'matrix' or 'array' |
Summary helper functions. The documentation will be improved before next release.
Jesper R. Gadin, Lasse Folkersen
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.