Skip to contents

The BioRad ChemiDoc produces .scn files that can be converted to .tif(f) files using bfconvert.

Usage

wb_convert_scn(file, dest_name = NULL, overwrite = FALSE)

Arguments

file

Character. Path to the file to be converted.

dest_name

Character. File name and path to save to. If not supplied, will be same name and location as input, but with a .tif extension.

overwrite

Logical. Should the file be overwritten if it already exists?

Value

Path to the saved file

Details

This function requires bftools to be installed

Examples

if (FALSE) {
wb_convert_scn("path/to/file.scn", dest_name = "~/new/path.tif")
}