View source: R/createPALMOobject.R
createPALMOobject | R Documentation |
This function allows to create PALMO object using Annotation dataframe and Data dataframe. The Data can be bulk data or single cell data. The bulk input data should consists of rows as genes/proteins/features and column as Sample name (same as user-defined Samples in Annotation dataframe). The single cell data should be Seurat object (please check https://search.r-project.org/CRAN/refmans/SeuratObject/html/CreateSeuratObject.html). In case Seurat object not available then user can use function createPALMOfromsinglecellmatrix to create PALMO object. The Seurat object/metadata should have Sample column corresponding to Annotation dataframe.
createPALMOobject(anndata, data)
anndata |
Annotation dataframe. It consist of information such as Sample (sample name), PTID (donor/participant), Time (longitudinal timepoints) |
data |
Data can be bulk data or single cell data |
PALMO S4 object
## Not run: palmo_obj=createPALMOobject(anndata, data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.