printCNOGpro {CNOGpro}R Documentation

Prints the results of a CNOGpro experiment

Description

Results are printed to stout. The default behavior is to print the HMMtable. If this does not exist, the function will attempt to print the gene table (with copy numbers.)

Usage

printCNOGpro(experiment)

Arguments

experiment

An object of class CNOGpro

Author(s)

Ola Brynildsrud

See Also

CNOGpro

Examples

data(carsonella)
carsonella_normalized <- normalizeGC(carsonella)
carsonella_bootstrapped <- runBootstrap(carsonella_normalized, quantiles=c(0.01,0.99))
printCNOGpro(carsonella_bootstrapped)

[Package CNOGpro version 1.1 Index]