More posts like this
-
GEOquery getGEO is normalized data or not?
written by tyasird •I'm fetching microarray data using GEOquery. datasets <- c("GSE32676", "GSE43288", "GSE19279", "GSE19280") gset <- getGEO(gse_id, GSEMatrix = TRUE, AnnotGPL = TRUE) So, when I check …
-
SNP and Genes position matching dataframes in R
written by QX •Hi all, I have 2 datasets that look like this: data1: ![enter image description here][1] data2 ![enter image description here][2] Now I want to loop …
-
How can I have the structure of a gene (or haplotypes of a gene) on the top of the LD plot on Haplo…
written by mona.patoughi •Hi, I used Linkage Format on Haploview to have my LD plot: ![enter image description here][1] But also I need to have the gene structure …
-
How can I create a sample characteristic/mutation plot in R?
written by db4761 •I am wondering if anyone can help me figure out how to create a plot like this in R to show the characteristics of my …
-
original single cell data downloaded from GEO yielded only two files with 150bp
written by chenglei1865 •Hi, Recently, I downloaded original single cell data from GEO (SRR13403717), and converted it: `fastq-dump --split-files --gzip SRR13403717`, two files `SRR13403717_1.fastq.gz` (40G) and `SRR13403717_1.fastq.gz` (38G), …
-
Make a line chart flatter
written by 3095916029 •I used R package "ggplot2" to draw a line chart. Now i want to make it flatter. Is there any data processing or graphical processing …
-
how to display mutation and CNA data on the same waterfall but separate lines (unlike maftools::onc…
written by ejoffe •Hi, I have mutation and CNA data. I am trying to generate a waterfall that would display mutation data and CNA data separately for each …
-
Why my `Percent duplicates` in a shallow sequencing is too high?
written by 631079064 •I made a 10x snATAC-seq library and do a shallow sequencing of 5G. Typically, the `Percent duplicates` is less than 20%. However, my library had …
-
What does it mean by "fitted to a normal distribution and a threshold of p < 0.001"?
written by Simon Ahn •According to the paper, it says ![enter image description here][1] I have data look like this ![enter image description here][2] I used G1S score library(fitdistrplus) …
-
How can I add text label outside the tree in iTOL ?
written by anran04100 •here is the tree in iTOL ![enter image description here][1] now I've got a txt file with information in it ![enter image description here][2] How …
You should put more effort into your questions, otherwise we won't be able to help you.
now my data look like this, and also this is the code
Since you didn't provide any of your code I don't know what you did exactly, but you should be able to change
geom_bar(position="stack")togeom_bar(position="fill").This is the head of my data
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.