| printCNOGpro {CNOGpro} | R Documentation |
CNOGpro experiment
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.)
printCNOGpro(experiment)
experiment |
An object of class |
Ola Brynildsrud
data(carsonella) carsonella_normalized <- normalizeGC(carsonella) carsonella_bootstrapped <- runBootstrap(carsonella_normalized, quantiles=c(0.01,0.99)) printCNOGpro(carsonella_bootstrapped)