Learn R Programming

greatR (version 2.0.0)

summary: Summarise registration results

Description

Summarise registration results

Usage

# S3 method for res_greatR
summary(object, ...)

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.

Arguments

object

Registration results, output of the register() registration process.

...

Arguments to be passed to methods (ignored).