fun_save {MicroSEC} | R Documentation |
Save function.
Description
This function attempts to save the filtering results.
Usage
fun_save(msec, output)
Arguments
msec |
Mutation filtering information. |
output |
output file name (full path). |
Examples
## Not run:
data(msec_analyzed)
fun_save(msec = msec_analyzed,
output = "./MicroSEC_test.tsv.gz"
)
## End(Not run)
[Package MicroSEC version 2.1.3 Index]