Alexey Sergushichev

Results 32 issues of Alexey Sergushichev

For example, https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE81398 and https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL17791 The annotation contains ENTREZ_GENE_ID, which can be used for annotation with mapIds and org.Mm.eg.db database.

enhancement

``` # Runs fine, takes just a few seconds fgseaRes

invalid

See https://github.com/ctlab/fgsea/issues/126#issuecomment-2020559725

Are there specific reasons why launchkey mini mk3 has this long control sequence? My understanding is that one of the messages is suddicient, namely `[159, 12, 127]` which turns DAW...

question

Hi, nice piece of software! However, I had troubles running it on my Linux machine (Debian 12). What are you thoughts on Linux support? More precisely, here are my issues:...

enhancement

Related to: https://github.com/thomasp85/ggforce/issues/321 I have my own algorithm to calculate the border of points group, but would like to use your label location procedure. Do you think it'd be possible...

Fixes #334 Currently the extra spacing is added during the label placement. However, users can already set label padding by setting `label.margin` option, which is used when creating label bounding...

Hi, I was trying to figure out, why I can't get more compact labeling in https://github.com/thomasp85/ggforce/issues/333, and noticed that there seem to be an unnecessary offset in `place_labels` function (https://github.com/thomasp85/ggforce/blob/main/R/mark_label.R#L70):...

Hi, This is an initial take on geom_mark_shape which provides an option to manually specify polygon for the mark (issue #333). There are two key changes: 1) Setting `concavity=NA` in...

Hi, label.size got deprecated recently in igraph in favor to linewidth. This PR applies the change. Example code: ```{r} library(network) library(sna) library(ggnetwork) data(flo, package = "network") n