remove_bigmatrix {simer}R Documentation

Big.matrix removing

Description

Remove big.matrix safely.

Usage

remove_bigmatrix(x, desc_suffix = ".geno.desc", bin_suffix = ".geno.bin")

Arguments

x

the filename of big.matrix.

desc_suffix

the suffix of description file of big.matrix.

bin_suffix

the suffix of binary file of big.matrix.

Details

Build date: Aug 8, 2019 Last update: Apr 30, 2022

Value

TRUE or FALSE

Author(s)

Haohao Zhang and Dong Yin

Examples


library(bigmemory)
mat <- filebacked.big.matrix(
     nrow = 10,
     ncol = 10,
     init = 0,
     type = 'char',
     backingpath = ".",
     backingfile = 'simer.geno.bin',
     descriptorfile = 'simer.geno.desc')

remove_bigmatrix(x = "simer")


[Package simer version 0.9.0.4 Index]