Description Usage Arguments Details Author(s) Examples
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.
1 | 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
1 2 | data(carsonella)
## Not run: store(carsonella, path="./")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.