You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large dataset containing more then ten thousand cells. I ran the whole workflow as demonstrated at the website. Here is the thing, I sub divided T cells into CD4+ and CD8+ respectively, then I used FeaturePlot to plot CD4 gene and CD8 gene to see their corresponding distributions in the two clusters. During my use of FeaturePlot(), I set do.hover = T to interactively explore the data, but I don't know how to extract the cell names(eg. barcode sequences) from the plot. Can anyone help?
Thanks in advanced
The text was updated successfully, but these errors were encountered:
If you want to visually select cells in the plot, you can use the do.identify option in FeaturePlot. The more programmatic option though is to use the WhichCells function to return a subset of cell names that meet your selection criteria.
I have a large dataset containing more then ten thousand cells. I ran the whole workflow as demonstrated at the website. Here is the thing, I sub divided T cells into CD4+ and CD8+ respectively, then I used FeaturePlot to plot CD4 gene and CD8 gene to see their corresponding distributions in the two clusters. During my use of FeaturePlot(), I set do.hover = T to interactively explore the data, but I don't know how to extract the cell names(eg. barcode sequences) from the plot. Can anyone help?
Thanks in advanced
The text was updated successfully, but these errors were encountered: