SnapATAC2 icon indicating copy to clipboard operation
SnapATAC2 copied to clipboard

hard to understand about the description in filter features.

Open beyondpie opened this issue 10 months ago • 1 comments

Hi Kai,

Here is the description of filter features:

If inplace = False, return a boolean index mask that does filtering, where True means that the feature is kept, False means the feature is removed. Otherwise, store this index mask directly to .var['selected'].

What's the meaning of "Otherwise" here? inplace should only be True or False, right?

Thanks! Songpeng

beyondpie avatar Apr 08 '24 18:04 beyondpie

"otherwise" means "if inplace=True"

kaizhang avatar Apr 09 '24 01:04 kaizhang