how to plot SV(structural variants) from many assemblies of a given locus
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
CellChat interactions
written by solo.albif •Hi, I run an analysis using the "Cell-Cell Contact", "Secreted Signaling", "ECM-Receptor" interactions from the CellChat database. ![enter image description here][1] It runs well but …
-
Consistent cluster coloring
written by solo.albif •Hi, I am using Seurat to create a UMAP plot with DimPlot, three spatial plots with ImageDimPlot and a heatmap plot with DoHeatmap: ![enter image …
-
Single cell analysis: Unable to subset cells in seurat object using desired nFeature_RNA cut off
written by TNF_alpha •```r #Violin plot to visualize QC matrices(before cell subsetting) VlnPlot(object = merged_seurat_objects, features = c("`nFeature_RNA`", "nCount_RNA", "percent_mt"), ncol = 3)![enter image description here][1] #Feature plots …
-
Visualization of multiple sequence alignment quality
written by dec986I have a multiple sequence alignment output, and I wish to visualize the quality of the output thus: ![enter image description here][1] https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-7-484#author-information [1]: /media/images/f62af136-1853-43a0-aac2-1a063779 …
-
What does PCA results signify?
written by prithvi.mastermind •I have plotted two PCA plots showing expression distribution w.r.t all DEGs and immune DEGs. So, what does the difference in PCA plots signify? A …
-
What is the logic behind identifying genes present within 500KB (both side) of a SNP locus ?
written by anandprem1792 •Can someone please explain me the logic behind identifying genes present within 50KB, 100KB and 500KB (both side) of a SNP locus ? How does …
-
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 …
-
Can not plot degree distribution in Cytoscape Network Analyzer on logscale
written by bhodai •I am using Cytoscape 3.9.0. When I tried - Tools > Analyze Network, the following window poped-up ![enter image description here][1] When I clicked on …
-
per tile sequence quality
written by sjharvey_11 •Hi all, I am new to NGS analysis and have a pair of raw sequences that I have performed fastqc on and it has flagged …
-
What tools to use to generate these "chromothripsis" plot?
written by orangutan •Hi, I see this type of plot in many structural rearrangement papers, especially in cancer with a highly shattered genome ("chromothripsis" ). I have WGS …
what is the legend here ? X axis ? y axis ? colors ? red lines ?....
Each row here is assembly of a given locus (~100Mb) in the genome from one human sample. So this is looking at variation across multiple people for a given locus. Different colors represent different structural variants - inversions, duplications , deletions, etc.
use circos , ucsc custom tracks ....
Thanks a lot, for your answer!. Circos might not allow simple comparison like in the above figure showing clear structural variation (large deletions ,etc). I will try using UCSC or other viewers to see if I can compress large locus to a figure like above and clearly mark structural variants.
Try genome browsers/viewers, like IGV, JBrowse or UCSC. You can upload your own data to it. UCSC genome browsers supports custom coloring with the BED format.
Thank you! I was hoping there would be a better way to do this in order to generate good quality figures since looks like it's a common question by now.