summary.Rcpp_Genome function

Summary of Genome

Summary of Genome

summary summarizes the description of a genome, such as number of genes and average gene length.

## S3 method for class 'Rcpp_Genome' summary(object, ...)

Arguments

  • object: A genome object initialized with initializeGenomeObject.
  • ...: Optional, additional arguments to be passed to the main summary function that affect the summary produced.

Returns

This function returns by default an object of class c("summaryDefault", table").