monocle-release icon indicating copy to clipboard operation
monocle-release copied to clipboard

object 'Cells.in.Well' not found

Open deliasoto opened this issue 5 years ago • 2 comments

Hello,

I cannot filter cells using: valid_cells <- row.names(subset(pData(HSMM), Cells.in.Well == 1 & Control == FALSE & Clump == FALSE & Debris == FALSE & Mapped.Fragments > 1000000)) I get this message: Error in eval(e, x, parent.frame()) : object 'Cells.in.Well' not found

Do you know why that might be happening? I am running data generated with 10X, and I am using monocle v2.9.

deliasoto avatar Jul 12 '19 17:07 deliasoto

Hey Delia,

Cells.in.well is an object placed into the meta data that's used by the tutorial. If you're using your own data, if you don't have that meta data (as in this isn't something found in your count matrix with your cell identities)m then you wont be able to filter the cells using Cells.in.Well, at least this is what I understand.

Hope this helps,

Casey

cswoboda avatar Nov 19 '19 20:11 cswoboda

Hi Casey, But if I import the data from seurat and my pData have nfeature_RNA can I subset the nfeature_RNA parameter as what we can do in the Seurat?

naixiangxiaozi avatar Nov 06 '22 07:11 naixiangxiaozi