We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Thank you very much for your amazing works! I downloaded the GSE124395 and copy your code: ##Aizarani data<-readRDS('GSE124395_Normalhumanliverdata.RData') aizarani_healthy<-CreateSeuratObject(data, project="Aizarani_Healthy", min.cells=3, min.features = 300) VlnPlot(aizarani_healthy, features = c("nFeature_RNA", "nCount_RNA"), ncol = 2) aizarani_healthy[["percent.mt"]] <- PercentageFeatureSet(aizarani_healthy, pattern = "^MT-") aizarani_healthy <- subset(aizarani_healthy, subset = nFeature_RNA > 300 & nFeature_RNA < 2500 & percent.mt < 30)
But while checking with violin plot, all cells have percent.mt = 0. Can you help me to deal with this problem? Thank you very much!
Ha
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Thank you very much for your amazing works!
I downloaded the GSE124395 and copy your code:
##Aizarani
data<-readRDS('GSE124395_Normalhumanliverdata.RData')
aizarani_healthy<-CreateSeuratObject(data, project="Aizarani_Healthy", min.cells=3, min.features = 300)
VlnPlot(aizarani_healthy, features = c("nFeature_RNA", "nCount_RNA"), ncol = 2)
aizarani_healthy[["percent.mt"]] <- PercentageFeatureSet(aizarani_healthy, pattern = "^MT-")
aizarani_healthy <- subset(aizarani_healthy, subset = nFeature_RNA > 300 & nFeature_RNA < 2500 & percent.mt < 30)
But while checking with violin plot, all cells have percent.mt = 0.
Can you help me to deal with this problem?
Thank you very much!
Ha
The text was updated successfully, but these errors were encountered: