View source: R/createPALMOfromsinglecellmatrix.R
createPALMOfromsinglecellmatrix | R Documentation |
This function allows to create Seurat object from counts and metadata as mentioned in https://search.r-project.org/CRAN/refmans/SeuratObject/html/CreateSeuratObject.html. The seurat object then stored in a newly created PALMO object.
createPALMOfromsinglecellmatrix(data, metadata, anndata = NULL)
data |
Expression matrix or data frame. Rows represents gene/proteins column represents participant samples (same as annotation table Sample column) |
metadata |
Metadata associated with singe cell information. For example rownames are unique cell_barcode and columns are information on each cell_barcode like Sample (source of cell_barcode) |
anndata |
Annotation dataframe. It consist of information such as Sample (sample name), PTID (donor/participant), Time (longitudinal timepoints) |
PALMO object with scRNA
## Not run: palmo_obj=createPALMOfromsinglecellmatrix(counts, metadata, annotation) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.