ssc.build | R Documentation |
Build an SingleCellExperiment object from a matrix or data frame
ssc.build(x, display.name = NULL, assay.name = "exprs")
x |
matrix/data.frame or SingleCellExperiment; input expression data |
display.name |
a vector, should be human readable gene name |
assay.name |
assay name (default "exprs") |
if x is an object of SingleCellExperiment, just clear the metadata; if x is matrix/data.frame, convert it to an object of SingleCellExperiment. Also a vector 'display.name' can be provided, which would be used in some plots, such as geneOnTSNE, heatmap. The row names of SingleCellExperiment object usually be gene id (e.g. entrez ID, Ensemble ID), the 'display.name' should be human readable gene name ( e.g. HGNC gene symbol). If 'display.name' is NULL (default), the row names of SingleCellExperiment object would be used.
an object of SingleCellExperiment
class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.