-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarifications about .abundance_counts
#95
Comments
join_feature shape="long" creates a long table, so .feature cell are repeated (one for every gene)
yes, you can adapt this code
then you can group by |
Thank you @stemangiola for your response. If Or it just simply pull the expression value of each cell for every feature included and just plot them all but not doing anything to the expression among the cells? If so, can we label which dots correspond to which feature? ?tidySingleCellExperiment::join_features just says that "This function extracts information for specified features and returns the information in either long or wide format," but it is not clear how the features are joined. Thank you again.
|
I think you should |
Thanks @stemangiola -- but I was wondering what does that plot above represents for these genes without |
Hi @stemangiola - My apologies for re-asking these questions following up from #92. Would you mind giving me some pointers?
Q1. Would you mind confirming that the duplicated cell identifiers are created as a byproduct of the plotting function and not that the input data has duplicated cell identifiers, correct?
Q2. What exactly does the
.abundance_
function is calculating when there is one feature and when there are multiple features? Can we control how the expression grouped for plotting, e.g., median, ...?Q3. Is it possible to modify the code below so that we can split a cell cluster by some threshold of expression of a marker or set of markers and plot these cell splits next to each other in the bar plot?
For example, in the plot below, CATALYST28meta16 is my cluster IDs on the x-axis. I want to have (instead of 1 bar of all the cells per cluster) 2 bars for each cluster, and one bar is of a group of cells that have "low" CD3 expression and the other bar is of a group of cells that have high CD3 expression?
The text was updated successfully, but these errors were encountered: