View source: R/cvCalcBulkProfile.R
cvCalcBulkProfile | R Documentation |
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.
cvCalcBulkProfile(data_object, cl = 2, fileName = NULL, filePATH = NULL)
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 |
PALMO object with CV profile cv_all
## Not run: cvCalcBulkProfile(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.