mergePALMOdata: mergePALMOdata Function

View source: R/mergePALMOdata.R

mergePALMOdataR Documentation

mergePALMOdata Function

Description

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.

Usage

mergePALMOdata(data_object, datatype)

Arguments

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'

Value

PALMO object with merged annotation and data matrix

Examples

## Not run: 
palmo_obj <- mergePALMOdata(data_object=palmo_obj)

## End(Not run)

aifimmunology/PALMO documentation built on Oct. 21, 2022, 7:39 p.m.