cvCalcBulkProfile: 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)
Value
PALMO object with CV profile cv_all
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
Examples
Run this codeif (FALSE) {
cvCalcBulkProfile(data_object=palmo_obj)
}
Run the code above in your browser using DataLab