Juan David Henao

Results 16 comments of Juan David Henao

Hi. Did you solve this problem? I need to plot an "empty set" too. Kind regards, Juan

Maybe you are looking for something similar at #109 Regards, Juan

Yes, it was me How can I help?

Sure! Let me check what are the possibilities that tidylog offers and do some implementation in SummarizedExperement and then we can talk about what we have and what else is...

I have taken some time to work in advance about `tidyomics+tidylog`. tidylog offers some additional information every time you use one of their functions (filter, group_by,...) ``` > se_airway %>%...

Hi @mikelove and @stemangiola I already have a minimal example for potential tidylog for omics package. Please let me know how to proceed to present the code and discuss limitations...

Unfortunately, I won't attend the conference. This is the code developed so far: ``` library(R6) library(SummarizedExperiment) LoggedSE

The filter condition change to this dataset: ``` > se # Create the logging proxy > lse # Use tidyverse-style update — this logs automatically! > lse$se filter(condition == "treated")...

I restart my R session and I could replicate your error. In addition, the library dplyr should be loaded. ``` #Dependencies for LoggedSE library(R6) library(SummarizedExperiment) library(dplyr) ```

Reformulate the output to looks like your example is the easiest part. However, encompass the R6 Class to work as `startlog() |>` represents the real challenge. I am working a...