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

Function "get.HiTObject()" does not exist #40

Open
AntonioMatera opened this issue Nov 20, 2024 · 0 comments
Open

Function "get.HiTObject()" does not exist #40

AntonioMatera opened this issue Nov 20, 2024 · 0 comments

Comments

@AntonioMatera
Copy link

Hi Carmonalab,
Thanks for developing HiTME!
I had issues running the function "get.HiTObject()".

#CMD:

hit.list <- list()

for(a in names(obj_split)){
hit.list[[a]] <- get.HiTObject(obj_split[[a]],
group.by = list("layer1" = c("scGate_multi"),
"layer2" = c("functional.cluster"),
"layer1_authors" = c("celltype") ),
useNA = T,clr_zero_impute_perc = 1)
}

#ERR:

Error in get.HiTObject(obj_split[[a]], group.by = list(layer1 = c("scGate_multi"), : could not find function "get.HiTObject"

I tried to uninstall and re-install HiTME, already. The issue is still there.
It seems like it's not defined the function in the package. Couldn't find it in git repo, too.

Could you help me, please?

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