disease: Indicate the health condition of subjects.
ct.sub: A subset of cell types that are selected to construct pseudo bulk samples. If NULL, then all cell types are used.
prop_mat: Manually input the cell-type proportion for pseudo bulk samples.
nbulk: The number of pseudo bulk samples to be constructed.
samplewithRep: Logical, randomly sample single cells with replacement. Default is F.
low_s: Lower support a for uniform distribution U[a,b].
upp_s: Upper support b for uniform distribution U[a,b].
Returns
Pseudo bulk samples in the format of ExpressionSet, and the true cell-type proportions.
Examples
##read datalibrary(InteRD)readRDSFromWeb<-function(ref){readRDS(gzcon(url(ref)))}urlremote<-"https://github.com/chencxxy28/Data/raw/main/data_InteRD/"seger<-readRDSFromWeb(paste0(urlremote,"segerstolpe.rds"))##generate a pseudo bulk data with two samplesset.seed(1234567)pseudo.seger<-generateBulk(seger[["sc.eset.qc"]], ct.varname ="cluster",sample ="sample", ct.sub = c("alpha","beta","delta","gamma"),nbulk =2, low_s =0.3, upp_s =0.7)