transform_and_save_single_cell | R Documentation |
Creation of the single cell data file in the CIBERSORTx required format
transform_and_save_single_cell(sc_matrix, cell_types, path, verbose = FALSE)
sc_matrix |
The single cell data as a matrix. |
cell_types |
A Vector of the cell type annotations. Has to be in the same order as the samples in single_cell_object. |
path |
The folder in which the file should be saved. |
verbose |
Whether to produce an output on the console. |
The path to the single cell data file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.