fread.matrix2 | R Documentation |
Fast read matrix with unique rownames fast read a dataset into a matrix
fread.matrix2(
path_to_file,
method = sum,
delim = "auto",
header = "auto",
cores = 29,
blank = "novel"
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.