fun_save | R Documentation |
This function attempts to save the filtering results.
fun_save(msec, output)
msec |
Mutation filtering information. |
output |
output file name (full path). |
## Not run:
data(msec_analyzed)
fun_save(msec = msec_analyzed,
output = "./MicroSEC_test.tsv.gz"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.