saezlab / decoupleR

R package to infer biological activities from omics data using a collection of methods.
https://saezlab.github.io/decoupleR/
GNU General Public License v3.0
183 stars 24 forks source link

Error: Column `likelihood` not found in `.data` #31

Closed linanzhang closed 3 years ago

linanzhang commented 3 years ago

I loaded the regulon network from the dorothea package:

## We read Dorothea Regulons for Human
dorothea_regulon_human = get(data("dorothea_hs", package = "dorothea"))
## We obtain the regulons based on interactions with confidence level A, B and C
regulon = dorothea_regulon_human %>% dplyr::filter(confidence %in% c("A","B","C"))

but regulon does not have the column likelihood. How to get the desired input network of decoupleR?

jvelezmagic commented 3 years ago

Hi, @linanzhang! Sorry for the late response.

Let me know if I can help you with something else! 😋