summary {greatR} | R Documentation |
Summarise registration results
Description
Summarise registration results
Usage
## S3 method for class 'res_greatR'
summary(object, ...)
Arguments
object |
Registration results, output of the |
... |
Arguments to be passed to methods (ignored). |
Value
This function returns a list containing:
summary |
table containing the summary of the registration results. |
registered_genes |
vector of gene accessions which were successfully registered. |
non_registered_genes |
vector of non-registered gene accessions. |
reg_params |
table containing distribution of registration parameters. |
[Package greatR version 2.0.0 Index]