More posts like this
-
Blog: How to create Sunburst plot using echarts4r R package or sunburstR package for categorical da…
written by rohitsatyam102 95Hi Everyone!! This is a blog post to help people make Sunburst plots provided they have 2 or more column categorical data (here we will …
-
Non-existent transcript as a result from Salmon
written by Vojtěch 1I analysed my data with Salmon. Truncated result table is below. I am comparing different methods (Bowtie, Hisat, Rsubread and Salmon), I am using Ensembl …
-
WGCNA website
written by Dave Carlson 223Does anybody know what happened to the WGCN website? The url listed on [CRAN][1] is the following: http://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/ However it appears to be down: ![website …
-
Karytotype color annotations
written by Mary 0Hi! i am following karyoplotR to do coverage plotting chromosome wise Can anyone name the color annotations of this figure. ![linear representation of chromosome bodies][1] …
-
drug sensitivity prediction
written by luffy 13Dear all, I have been working on [OncoPredict][1]. I was able to reproduce results of ``calcPhenotype()`` using the example data. But i am bit confused …
-
Forum: Tips and tricks to improve data visualization in bioinformatics
written by Papyrus 310Dear community, across our everlasting journey in bioinformatics, data visualization can eat up a significant portion of our time and efforts (and is also a …
-
Effect of different sample sizes on p-value
written by c_u 53Hello, I have created the following figure. ![enter image description here][1] [1]: /media/images/5b00706e-978b-4e58-b5e3-cc8dc6e1 I have a pretty significant p-value comparing the two groups. The two …
-
NAs in p-value result of GWAS association analysis
written by JFeng 0Hi, I recently ran a GWAS association analysis using the R package 'statgenGWAS' (link:https://cran.r-project.org/web/packages/statgenGWAS/vignettes/GWAS.html). However, the p-value I got contains NA values and I was …
-
Tool: BioCircos.R: create shiny-friendly interactive multi-track circular plots in R
written by lvulliard 6Hello everyone, If you're interested in an easy way to create interactive Circos plots in R, and to integrate them in shiny applications or Rmarkdown …
-
Heatmap - with diagonally split tiles
written by BioinfGuru 214Hi all, I'd like to create a heatmap in which the individual cells are split diagonally so that: 1 - each cell can contain 2 …
if your plot is a ggplot object you can use
annotateto add a colored block to your plots. https://ggplot2.tidyverse.org/reference/annotate.htmlYes, it is. I need to highlight multiple regions using a dataframe as input though. I'll take a look, it seems possible using
annotate, thanks!