fun_save: Save function.

View source: R/fun_save.R

fun_saveR 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)

MicroSEC documentation built on Sept. 11, 2024, 6:06 p.m.