write_matrix | R Documentation |
Write matrix to file system
write_matrix( output_dir, matrix_name, exprs, norm_exprs, sum_exprs, verbose = FALSE )
output_dir |
path to output directory (directory where final matrices will be written) |
matrix_name |
Name of matrix |
exprs |
data.table of raw (background-corrected) expression (from |
norm_exprs |
data.table of normalized expression (from |
sum_exprs |
data.table of summarized expression (from |
verbose |
Write verbose print statements? |
Writes four versions of flat tsv files:
<matrix_name>.raw.tsv
: raw, background-corrected values
<matrix_name>.tsv
: normalized values
<matrix_name>.summary.tsv
: normalized values, summarized by gene symbol
(based on current annotation)
<matrix_name>.summary.orig
: normalized values, summarized by gene symbol
(based on original annotation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.