cvCalcBulkProfile: cvCalcBulkProfile Function

View source: R/cvCalcBulkProfile.R

cvCalcBulkProfileR Documentation

cvCalcBulkProfile Function

Description

This function allows to calculate Intra-donor variations in bulk data over longitudinal timepoints and visualize in a CV vs Mean plot. Plots stored in output directory.

Usage

cvCalcBulkProfile(data_object, cl = 2, fileName = NULL, filePATH = NULL)

Arguments

data_object

Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data.

cl

Number of clusters. Use nCores-1 to run parallel. Default 2

fileName

User-defined filename, Default outputFile

filePATH

User-defined output directory PATH Default, current directory

Value

PALMO object with CV profile cv_all

Examples

## Not run: 
cvCalcBulkProfile(data_object=palmo_obj)

## End(Not run)

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