import_rMSItar: import_rMSItar.

Description Usage Arguments Value

View source: R/librMSIdata.R

Description

import_rMSItar.

Usage

1
2
3
4
5
6
7
import_rMSItar(
  data_file,
  restore_path,
  fun_progress = NULL,
  fun_text = NULL,
  close_signal = NULL
)

Arguments

data_file

The tar file containing the MS image in rMSI format.

restore_path

Where the ramdisk will be created.

fun_progress

This is a callback function to update the progress of loading data. See details for more information.

fun_text

This is a callback function to update the label widget of loading data. See details for more information.

close_signal

function to call if error.

Imports an rMSI data object in a tar data file It is recomanded to use rMSI::LoadMsiData directly instead of this function.

Value

an rMSI data object.


prafols/rMSI documentation built on Dec. 12, 2021, 7:29 p.m.