aertslab / SCopeLoomR

R package (compatible with SCope) to create generic .loom files and extend them with other data e.g.: SCENIC regulons, Seurat clusters and markers, ...
MIT License
38 stars 15 forks source link

list.find #40

Open xiaocong3333 opened 1 year ago

xiaocong3333 commented 1 year ago

Error in list.find(.data = gmd_clusterings, id == clustering.id) : could not find function "list.find"

And I also found in your loom.R scripts, you have "list.find" and "list.findi", is there a typo?

xiaocong3333 commented 1 year ago

Error in get_clustering_annotations(loom = loom, clustering_name = "[custom-clustering-name]", : could not find function "get_clustering_annotations" For the version 0.13.0, you don't have the function you mentioned.