We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we need to specify the ref_pattern
SpaceMarkers/R/getInteractingGenes.R
Line 177 in d3b5391
The ref are different in CoGAPS, BayesTME and Seurat, but it can be learned directly from the data.
For example
> spPatterns <- readRDS('spPatterns.rds') > setdiff(colnames(spPatterns),c('barcode', 'y','x')) [1] "BayesTME_1" "BayesTME_2" "BayesTME_3" "BayesTME_4" "BayesTME_5"
Let's perform pairwise comparisons by default, ideally in parallel way.
The text was updated successfully, but these errors were encountered:
introduced in #15
Sorry, something went wrong.
No branches or pull requests
Currently we need to specify the ref_pattern
SpaceMarkers/R/getInteractingGenes.R
Line 177 in d3b5391
to find interacting genes.
The ref are different in CoGAPS, BayesTME and Seurat, but it can be learned directly from the data.
For example
Let's perform pairwise comparisons by default, ideally in parallel way.
The text was updated successfully, but these errors were encountered: