Description Usage Arguments Value Examples
save MatrixMarket format of sparse matrix
1 | save_sparse_data(input_var, filename)
|
input_var |
matrix class composed of gene/peak_location(row)-by-cell(column) |
filename |
filename to be saved |
no return value. But, it saves sparse matrix in MatrixMarket format with cell annotation file (for column name) and gene name or peak location, etc... (for rowname)
1 2 | data <- importdata("user_file")
save_sparse_data(data, "user_scData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.