Skip to content

How to get the unfiltered count matrix? #119

Closed Answered by rob-p
RyanZhiNie asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @RyanZhiNie,

Can you tell us a little bit more about the data type you're using? If you have a technology with an "external whitelist" (like 10x), then it's very easy to get an unfiltered matrix by just passing the correct flag to simpleaf quant for the filter mode. Specifically:

  -u, --unfiltered-pl [<UNFILTERED_PL>]  use unfiltered permit list

you pass the permit list and it will use this to generate an unfiltered count matrix.

However, if you're working with a technology that doesn't have an external permit list, this is a bit more difficult. In that case, you could use the --expect-cells option with a largeish number of cells

  -e, --expect-cells <EXPECT_CELLS>      use expected …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@RyanZhiNie
Comment options

@rob-p
Comment options

rob-p Dec 7, 2023
Maintainer

@RyanZhiNie
Comment options

@rob-p
Comment options

rob-p Dec 7, 2023
Maintainer

Answer selected by RyanZhiNie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants