exportCNR | R Documentation |
export CNR to flat text files
exportCNR(cnr, outdir = ".", ...)
cnr |
a cnr |
outdir |
path to output directory |
... |
arguments passed to write.table and ape::write.tree |
Writes X, Y, genes, qc, gene.index, and chromInfo to 'outdir'. If 'phylo' exists, a '.newick' format tree is also exported. Furthermore, if 'DDRC' profiles are also present, files for these are also written to the specified directory.
## Not run: data(cnr) exportCNR(cnr, outdir = "cnr_out/") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.