Entering edit mode
3.7 years ago
leedakyung1998
▴
10
Hi I'm doing single cell RNA analysis in PDX model and I want to separate my data into mouse and human cell before start analyzing, anyone knows how to do this in R using subset function or any other possible ways?
At what point in the analysis are you starting from, and what files do you currently have?
I used cellranger chimeric reference to align data and loaded filtered_feature_bc_matrix into matrix. I used following scripts.
Then I tried to separate human and mouse by colnames, though not sure if it was appropriate to use c1 to represent first column
This didn't work at all. Thansk ! Any experts can help me out?
I tried to use a tool called "xenocell" but I was not familiar with docker