Karl Makepeace

Results 6 issues of Karl Makepeace

*Previously posted issue in "[upsetjs/upsetjs_r](https://github.com/upsetjs/upsetjs_r/issues/33#issue-1468918095)"* It would be great if the Euler diagram functions supported ellipses (e.g.: [`eulerr` package](https://cran.r-project.org/web/packages/eulerr/index.html)) as they allow for less error in the the set area...

enhancement

It would be great if there were a vignette (or other/more documentation) showing the `crosstalk` functionality of this package. **User story** I made a brief Shiny example to test `crosstalk`...

enhancement

There seems to be an issue with specifying colors for the diagrams. **To Reproduce** When I execute the following code from the [vignettes/colors.Rmd](https://github.com/upsetjs/upsetjs_r/blob/HEAD/vignettes/colors.Rmd)): ``` R # devtools::install_url("https://github.com/upsetjs/upsetjs_r/releases/latest/download/upsetjs.tar.gz") library(upsetjs) listInput %...

bug

It would be great if the Euler diagram functions supported ellipses (e.g.: [`eulerr` package](https://cran.r-project.org/web/packages/eulerr/index.html)) as they allow for less error in the the set area representation ([link](https://cran.r-project.org/web/packages/eulerr/vignettes/introduction.html) includes explanation &...

enhancement

I am trying to access 5' and 3' UTR Ensembl sequence page attributes (`"5utr"` and `"3utr"`) using `getBM()` but encounter the following error: > Error in read.table(text = postRes, sep...

I am trying to access various Ensembl "sequences" page attributes and noticed that the values returned do not match with the appropriate attribute. For example, the `gene_sequences_attributes_subset` column `"3utr"` is...