You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I allow this code to analyze my seurat object, the error is as follows, “ Error in .subscript.2ary(x, i, j, drop = drop): subscript out of bounds”please help me analyze the possible reasons
The text was updated successfully, but these errors were encountered:
mCT.keggCompare <- lapply(c('Epithelial', 'Neutrophil', 'Myeloid', 'NK', 'T', 'B', 'Fibroblast'), function(x){
select <- at.meta%>% subset(mCT == x)
Idents(select) <- factor(select$group, levels = c('old', 'young'))
I allow this code to analyze my seurat object, the error is as follows, “ Error in .subscript.2ary(x, i, j, drop = drop): subscript out of bounds”please help me analyze the possible reasons
The text was updated successfully, but these errors were encountered: