More posts like this
-
Non-existent transcript as a result from Salmon
written by Vojtěch •I 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 CarlsonDoes 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 •Hi! 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 •Dear 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 PapyrusDear 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_uHello, 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 •Hi, 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 …
-
Help Interpreting PopGenome sliding window analysis for nucleotide diversity?
written by nataliagru1Hello all, I have generated a nucleotide diversity plot based on the example in this protocol: https://cran.r-project.org/web/packages/PopGenome/vignettes/Whole_genome_analyses_using_VCF_files.pdf (pg. 15-17). Initially, I attempted to generate the …
-
Tool: BioCircos.R: create shiny-friendly interactive multi-track circular plots in R
written by lvulliardHello 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 BioinfGuruHi 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!