mtx_load_long | R Documentation |
Load MTX file as long format data.frame
mtx_load_long(
path,
file_matrix = "matrix.mtx",
file_barcodes = "barcodes.tsv",
file_features = "genes.tsv",
matrix_sep = " ",
matrix_skip = 3,
matrix_colnames = c("feature", "barcode", "count")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.