More posts like this
-
GEOquery getGEO is normalized data or not?
written by tyasird 1I'm fetching microarray data using GEOquery. datasets <- c("GSE32676", "GSE43288", "GSE19279", "GSE19280") gset <- getGEO(gse_id, GSEMatrix = TRUE, AnnotGPL = TRUE) So, when I check …
-
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 0Hi, 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 0I 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 0Hi, 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 0I 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 2Hi, 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 0I 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 …
-
R - Merging and aligning two CSVs using common values in multiple columns
written by Michael 1I currently have two .csv files that look like this: File 1: ![enter image description here][1] File 2: ![enter image description here][2] I would like …
-
What does it mean by "fitted to a normal distribution and a threshold of p < 0.001"?
written by Simon Ahn 1According 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 0here 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.