| store {CNOGpro} | R Documentation |
CNOGpro copy number experiment
Prints the relevant data to a text file. By default, the entire gene table including copy numbers inferred by bootstrapping and HMM is printed. However, using the flag outputEntireTable=F will make the function print only the HMM breakpoints with associated most probable states.
store(experiment, outputEntireTable = T, path = "./")
experiment |
An object of class |
outputEntireTable |
A logical flag indicating if the entire |
path |
The path to be written to. |
Outputs data to a tab-separated text-file. User must have permission to print to the output directory.
Ola Brynildsrud
data(carsonella) ## Not run: store(carsonella, path="./")