HCCown.construct.full = bulk_construct(
HCCown.sce,
clusters = 'cell_type',
samples = 'sample_name',
select.ct = c('Malignant cell', 'NK cell','Myeloid cell','T-cell')
)
Error in num.real[, select.ct] : subscript out of bounds
构建人工bulk时总是会出现报错Error in num.real[, select.ct] : subscript out of bounds,无论是主动选择celltype还是自动选择都会出现
HCCown.construct.full = bulk_construct(
HCCown.sce,
clusters = 'cell_type',
samples = 'sample_name',
select.ct = c('Malignant cell', 'NK cell','Myeloid cell','T-cell')
)
Error in num.real[, select.ct] : subscript out of bounds
构建人工bulk时总是会出现报错Error in num.real[, select.ct] : subscript out of bounds,无论是主动选择celltype还是自动选择都会出现