mtx_long_save | R Documentation |
Save long format mtx data.frame as mtx
mtx_long_save(
mtx,
path,
file_matrix = "matrix.mtx",
file_barcodes = "barcodes.tsv",
file_features = "genes.tsv",
matrix_header = c("%%MatrixMarket matrix coordinate integer general", "%"),
matrix_sep = " "
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.