Skip to content
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

automate pairwise comparisons #13

Closed
dimalvovs opened this issue Jul 24, 2024 · 1 comment
Closed

automate pairwise comparisons #13

dimalvovs opened this issue Jul 24, 2024 · 1 comment

Comments

@dimalvovs
Copy link
Contributor

Currently we need to specify the ref_pattern

#' refPattern = "Pattern_1",

to find interacting genes.

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.

@dimalvovs
Copy link
Contributor Author

introduced in #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant