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

org.Mm.egPFAM is defunct. Please use select() if you need access to PFAM or PROSITE accessions. #13

Open
Roger-GOAT opened this issue Oct 16, 2023 · 1 comment

Comments

@Roger-GOAT
Copy link

Hi, great package!
I run this:

data_matrix_normalized <- BITFAM_preprocess(raw_data = seurat@assays$RNA@counts)
BITFAM_res <- BITFAM(data = data_matrix_normalized, species = "mouse", scATAC_obj = NA, 
                     ncores = 30)

Error in (function ()  : 
  org.Mm.egPFAM is defunct. Please use select() if you need access to PFAM or PROSITE accessions.

I search they said: "Using this form PACKAGE::select() (within rstan) should solve this problem for biology-focused users" , But how to do that? thanks!

@gaoshang1102
Copy link

It seems like a conflict of function names between org.Mm.eg.db and rstan. Please try without import library(org.Mm.eg.db).

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

2 participants