What is the expression range (positive cutoff) of imputed protein and RNA levels in multimodal reference mapping scCITE-seq & RNA-seq? #5058
Unanswered
denvercal1234GitHub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The possible range is the same as the range from the original CITE-seq data that's being imputed, since it is a weighted average.
You can use the
CD8 is the protein, CD8A is the gene
Your assignment arrow is pointing in the wrong direction
Yes, this is very commonly observed in CITE-seq data. The protein signal is much more robust than the RNA, and is one of the reasons why CITE-seq is so useful in studying immune cell populations. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Related to the Issue #4240 , I mapped my RNA data onto CITE-seq ref of PBMC and imputed the protein level (https://satijalab.org/seurat/articles/multimodal_reference_mapping.html).
Would anyone mind helping me with 5 questions below? Thank you so much for your help!
1. What is the range of possible values for the imputed protein level? Does this range depend on my own data or intrinsic to the CITE-seq ref data? Same questions for sc-RNA expression level.
I want to know the range because I aim to find which cells have "reasonable" protein expression of CD4 and CD8 in cluster 20 for instance? In other words, what would be a positive cut-off of protein expression and RNA expression for a marker in CITE data and in scRNA-seq data? Using WhichCell() setting
CD4-1
> 0 would simply give me all the cells in my data.Expression levels across clusters shown as example:
2. Is there a way to get the imputed protein expression data for every cell for a given gene in a cluster as a data frame?
3. What is the difference between CD8 and CD8a in the CITE-seq ref data?
4. Once I set DefaultAssay() to 'RNA' then I switched back setting DefaultAssay() to 'predicted_ADT', why the active assay now would remain 'RNA'? When I compute AverageExpression(), does setting the argument assay='predicted_ADT' is sufficient without setting DefaultAssay()?
5. There is a drastic difference between the RNA expression and protein expression for this particular marker CD4. Has anyone else observed similar discrepancy for this marker between RNA and protein? What are some other markers known to have such difference?
Beta Was this translation helpful? Give feedback.
All reactions