how to compare across samples, is it already possible? #1669
Replies: 4 comments
-
also, in order to do the |
Beta Was this translation helpful? Give feedback.
-
Yes, to compare across samples you can follow the merge vignette to first create an object containing all of your samples, then after annotating or clustering the cells use the
To merge objects you will need to ensure that the peaks are the same in all the objects, so we recommend to follow what's shown in the merge vignette.
To annotate cell types you can cluster and look at accessibility at marker genes, or use multimodal label transfer as shown here: https://stuartlab.org/signac/articles/pbmc_vignette#integrating-with-scrna-seq-data
No, these are separate and independent. We just happen to use the same dataset in both the trajectory and Cicero vignettes. |
Beta Was this translation helpful? Give feedback.
-
hi tim, after the merge vignette, got additional questions with overall goal of comparison of cell types across samples. after merging objects, i obtained 'gene annotations' and added 'gene.activities' to the SeuratObject following however, when I query the 'merged' object for features, my known cell type markers were quite sparse (more than when either dataset was queried on its own). 'Error: No features to use in finding transfer anchors. To troubleshoot, try explicitly Of note, the 'reference' was an integrated scRNAseq dataset as well, does the scRNAseq integration step not allow one to use an integrated object (wt and mut) as a reference? |
Beta Was this translation helpful? Give feedback.
-
-RE: error in 'FindTransferAnchors( )', when I used a single scRNA-seq dataset as a 'reference', the fxn worked another question, can the merge-vignette work with a multi-ome experiment (an h5 file with both ATAC and GTEX modalities) |
Beta Was this translation helpful? Give feedback.
-
goal: to compare specific cell types across samples
for example, have two samples (wt and mut). I want to compare 'cell-type A' across the samples, wt and mut.
is the code just to follow the 'merging objects' tutorial then use 'FindMarkers( )' and use arguments 'ident.1' and 'ident.2' to compare?
also, does one merge 'objects' that were created using the 'analyzing pbmc scatac-seq' with cell types identified with scRNAseq integration? or is this too computationally expensive?
with the 'combined' seurat object of two samples, how does one find the 'idents' for cell types across samples?
sorry if these are obvious questions, thx for the awesome tool
AND
thx for keeping it updated/maintained for others to use, these actions are very much appreciated.
barT
W. Bart Bryant Ph.D.
Beta Was this translation helpful? Give feedback.
All reactions