create_ENIGMA | R Documentation |
Create a new ENIGMA object
create_ENIGMA( bulk, ref, ref_type = c("single_cell", "sort", "aggre"), meta_bulk = NULL, meta_ref = NULL, assay = NULL )
bulk |
raw bulk data matrix |
ref |
raw reference data, could be single cell (matrix, SingleCellExperiment object or Seurat object) or FACS bulk |
ref_type |
Determine the reference type. Should be either "single_cell" or "sort". |
meta_bulk |
metadata of bulk matrix |
meta_ref |
metadata of reference |
an ENIGMA initial object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.