GEM_Wrapper.Rd
This function allows you to perform standard sc-RNA clustering
GEM_Wrapper(mtx = bmmc.data$`Gene Expression`, exp = "DN1_BMMC1", res = 0.5)
sparse Matrix of class "dgCMatrix", each row is a gene, each column is a cell,
The name of this sample/experiment
clustering resolution, default=0.5
this returns seurat object with RNA clustering
bmmc.data=Read10X(data.dir = "XX/CellRanger/Donor01_BMMC_1/outs/filtered_feature_bc_matrix")
#> Error in Read10X(data.dir = "XX/CellRanger/Donor01_BMMC_1/outs/filtered_feature_bc_matrix"): could not find function "Read10X"
docluster_GEM(mtx=bmmc.data$`Gene Expression`,exp="DN1_BMMC1")
#> Error in docluster_GEM(mtx = bmmc.data$`Gene Expression`, exp = "DN1_BMMC1"): could not find function "docluster_GEM"