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
After we run seurat <- RunAzimuth(obj, reference = "./Data/Azimuth/"), is there any way to extract the cluster markers from the clusters itself, or am I only able to use the Annotation Details -> Label/Markers from the website and check intersection of this markers array and genes found in my dataset?
The text was updated successfully, but these errors were encountered:
Hi - would you like to find markers for the annotations in the reference or the predicted annotations in the query? Unfortunately, the references do not contain the counts data so it's tricky to identify additional markers not in the tables on the website. If you have particular marker genes in mind I'd encourage you to explore the expression of those genes in the reference viewers (eg: https://azimuth.hubmapconsortium.org/references/human_pbmc/)
After we run
seurat <- RunAzimuth(obj, reference = "./Data/Azimuth/")
, is there any way to extract the cluster markers from the clusters itself, or am I only able to use the Annotation Details -> Label/Markers from the website and check intersection of this markers array and genes found in my dataset?The text was updated successfully, but these errors were encountered: