View source: R/mergePALMOdata.R
mergePALMOdata | R Documentation |
This function allows to merge expression data from bulk or single cell data with annotation file provided by user. It will remove the annotations with missing information from Sample name, donor/participant and time variable.
mergePALMOdata(data_object, datatype)
data_object |
Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data. |
datatype |
Input data type 'bulk' or 'singlecell' |
PALMO object with merged annotation and data matrix
## Not run: palmo_obj <- mergePALMOdata(data_object=palmo_obj) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.