-
Interim work around is to use `rowAny()`:
```R
rowAny 0
df %>% filter(rowAny(across(is.numeric, ~ .x > 0))
```
-
This is how we describe YARN right now. Can we recycle this description? Anne wrote a new function for YARN if memory serves, should we mention that?
Normalization of counts data for alternative …
-
I'm having difficulty installing the gr-radio_astro package. I have Windows 10, and already successfully installed and used the Gnuradio suite, including GNUCompanion, python, etc. I have 2 questions…
-
``` r
pacman::p_load(tidytable, tidyverse)
test_df %
pivot_longer.(everything(), names_to = c(".value", "id"), names_sep = "_")
#> # A tidytable: 2 × 3
#> id x y
#>
#> 1 1…
-
Should we expose and document `generic-property` and `generic-method-table`, two of the internal macros in `racket/private/generic-methods.rkt`?
An example usage would be
```racket
(struct name […
-
In #207, @fmarletaz asked me whether we have a way to add UTRs to transcripts derived from eg. Augustus. This made me realise that currently this is not the case, **not even in reference update mode**…
-
Hi Marcio
please remove the annotation
NTNU | Q8WYP5 | AHCTF1 | | GO:0000981 | DNA-binding transcription factor activity, RNA polymerase II-specific | ECO:0000255(ISM) | ECO:0000255 | (ISM) | …
-
I have both of the fan headers on the board connected to two of the three fans on the Ender 3, though only one of them seems to be able to be controlled through software. Is the fan1 header able to be…
-
I ran STAR to align reads for an experiment to analyze alternative splicing for this first time yesterday. From the log files, it seems that everything has run ok, however the SJ.out.tab file is comp…
-
TL;DR HTML should provide an API for parsing. Why? "Textual" HTML is a widely used syntax. HTML parsing is complex enough to want to use the browser's parser, plus browsers can do implementation trick…