-
Running this script today I have the following error thrown up:
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
polygon edge not found
In addition: Warning messages:
…
-
**So I loaded my GISTIC2.0 results via the following command:**
laml_gistic = readGistic(gisticAllLesionsFile = "C:/Users/.../all_lesions.conf_90.txt", gisticAmpGenesFile = "C:/Users/.../amp_genes.co…
-
Dear all,
here a minimal example:
```
library('survival')
library('ggquickeda')
library('ggplot2')
ggplot(aml, aes(time = time, status = status, color = x)) + geom_km() + geom_kmticks()
```
…
-
Hi there - I hope for your help to solve a problem: Phyloseq seems to be disturbed by a package I load after I load the phyloseq package. The plot_bar function gives me the error even when I apply it …
-
Hi, I was wondering if it is possible to collect only specific legends and manipulate their positions independently. For instance:
```r
library(ggplot2)
library(dplyr)
library(magrittr)
g1 %
…
-
I would like to have a common limit for both facets when using `facet_share()`. In the example below the largest value on the left is 10 whereas it is 5 on the right. Because the limits are not the sa…
-
Hello! Love what you guys have done with `trelliscope`. I'm running into an issue where no results are shown on my Ubuntu RStudio Server and I'm having a hard time fixing.
This code works on my ma…
-
### Bug description
The title of a callout is not spaced appropriately for pdf output. The title basically has no padding.
### Steps to reproduce
````qmd
---
title: "Untitled"
format: pdf
-…
-
Hi, I am exploring your powerful packages, and found an error with the function `qiime2meco`.
When using as input for the argument `sample_table` a `data.frame` an error is reported. See below.
I wo…
-
**Describe the bug**
A clear and concise description of what the bug is.
Dear Team,
I am working with files from a Guava capillary flow cytometer. The format of the files is FCS2.0 and FCS3.0
w…