fread.matrix2: Fast read matrix with unique rownames fast read a dataset...

fread.matrix2R Documentation

Fast read matrix with unique rownames fast read a dataset into a matrix

Description

Fast read matrix with unique rownames fast read a dataset into a matrix

Usage

fread.matrix2(
  path_to_file,
  method = sum,
  delim = "auto",
  header = "auto",
  cores = 29,
  blank = "novel"
)

Arguments

path_to_file

the path to the dataset

method

defalut = "sum"

delim

delimiter, default (tab-delimited)

header

default TRUE

cores

number of cores when reading the dataset. default: 29. Why 29? Because I love the prime numbers.

blank

rename the blank rownames as


jiayiliujiayi/timekiller documentation built on June 15, 2025, 6:31 a.m.