Skip to content

Retrieve gene list of ambient profile #12

Discussion options

You must be logged in to vote

Hi @carolienv, thanks for using our tool. Yes, when running the decontX function for scRNA-seq, you can get the parameters back out of the metadata (see code below). "Eta" is a "gene by cell population matrix". The higher the probability the higher the gene contributes to the ambient profile. Note that many of the highly expressed housekeeping genes are highly ranked in the ambient profiles as well. To find the genes that are enriched in the ambient profile, you may want to compare it to the cell profile. You can get the cell estimates from "Phi" which is also a "gene by cell population" matrix. Here is some code to do this:

library(celda)
library(singleCellTK)
sce <- singleCellTK::import…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by carolienv
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #11 on September 20, 2023 21:14.