-
Right now I have some code using `inSet` but the performance is slow, and I'd like to change it to be using `= ANY(VALUES...)` instead of `IN (?, ?..)`, as described here: https://www.datadoghq.com/bl…
-
@hannesmuehleisen is this what you expect to happen on linux? seems to make sense given your malloc() explanation. thanks
on rocks010
needed installs:
# devtools::install_github( "hannesmu…
-
Hello,
When using the plotHeatmap function, I think it could be very helpful to see the gene names in each row for visualization. Looking through the function source code, I tried to add the correc…
-
hello,
I am trying to the dadaist on my data, however i have the following error:
```
dadaist2 --max-loss 0.04 -i feed/ -o example-output3 -d refs/SILVA_SSU_r138_2019.RData -t 8 -m metadata.tsv --…
-
Allan, first of all, you know that I am a big fan of this package. Incredible feat!
I just tried to create a slope graph with it (I wanted to add to [my answer to this Stackoverflow thread](https:…
tjebo updated
2 years ago
-
When running:
```
cd-hit -i "/tmp/tmpN5gjOx/files/000/dataset_4.dat" -o rep_seq -c 0.9 -n 5 -t 2 -b 20 -l 10 -G 0 -aL 0.0 -AL 99999999 -aS 0.0 -AS 99999999 -A 0 -s 0.0 -S 999999 -uL 1.0 -uS 1…
-
It throws this error if any readspertx counts are zero:
```
simulate_experiment(fasta_file, reads_per_transcript=readspertx,
num_reps=c(10,10), fold_changes=fold_changes,
…
roryk updated
7 years ago
-
Community palettes: https://github.com/ropenscilabs/colorpile
Packages:
- Basic color definition
- [ ] [grDevices](https://cran.r-project.org/web/packages/readbitmap/index.html)
- `rgb`, `…
-
Hello,
I like to use geom_jitter mostly to plot discrete data and avoid overplotting.
When using a combination of `geom_jitter` and `facet_wrap` with free scales I came to the issue that due to …
hkosm updated
4 years ago
-
**Is there a way to create a grouped box plot with multiple grouping variables using {echarts4r}?**
I would like to create a grouped box plot with multiple variables comparable to this {ggplot2} pl…