Can anyone recommend a good tool to display a coverage plot over a chromosome? The images produced by UCSC aren't of great quality nor can I customize it. I'm curious what most people use to generate high quality coverage plots with.
Header Leaderboard Ad
Collapse
coverage plot
Collapse
Announcement
Collapse
SEQanswers June Challenge Has Begun!
The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!
For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
X
-
Maybe the alignment view of IGV is enough for want you want, it has a coverage track:
If you are unable to find something or have a question about our new website, please email [email protected]. For other inquiries related to the Broad Institute, the necessary contact information can be found here.
For a completely different idea you could also have a look at (the R package for) Hilbert curves:
Comment
-
Savant can do that as well. If've got a BAM file of your aligments you can convert it into a BAM Coverage files. That allows you to display coverage along a chromosome easily. I attached a picture of a whole human chromosome 1 coverage plot.
Hope that helps,
Best regards,
PeterAttached Files
Comment
-
Originally posted by svl View PostMaybe the alignment view of IGV is enough for want you want, it has a coverage track:
If you are unable to find something or have a question about our new website, please email [email protected]. For other inquiries related to the Broad Institute, the necessary contact information can be found here.
For a completely different idea you could also have a look at (the R package for) Hilbert curves:
http://www.ebi.ac.uk/huber-srv/hilbert/--
bioinfosm
Comment
-
IGV does a great job of displaying coverage information, but you do need to zoom in enough. I want something more on the chromosome level to get an overview of my coverage.
Thank you for all the suggestions. I'll have to spend some time looking at these.
Comment
-
hi, simonandrews
Do you have any experience in trying SeqMonk in linux? I use SSH to connect our linux server. I just downloaded SeqMonk to my directory and tried to launch it by using
java -Xmx1500m -classpath $CLASSPATH:. uk.ac.bbsrc.babraham.SeqMonk.SeqMonkApplication
Thanks
-c
Comment
-
-
Are you using Windows? You'll need to install an X Server like ReflectionX, eXceed, or Cygwin. Googling for "X Forwarding on Windows" turned up http://www.cs.caltech.edu/courses/cs.../xwindows.html
Comment
-
Originally posted by cliff View Posthi, simonandrews
Do you have any experience in trying SeqMonk in linux?
As others have pointed out, if you want to run SeqMonk on linux from a remote system over SSH you'll need to make sure that your ssh session is started with an X tunnel available (either ssh -X or set the appropriate flags in PuttY) and that you have a local X server running on your machine. This is the same for all graphical linux programs.
Having said that, I'm not sure I'd encourage people to run SeqMonk this way. The nature of the program means that it does big complex updates to its display all the time, which means that it has to send an awful lot of display data over X to work remotely. We know of one site who do it this way, but they run an nx server to improve the display performance.
Really, SeqMonk is better run as a local native application. It's designed to work on modest hardware so you don't need a particularly powerful PC to run it (the default configuration is optimised for a dual core machine with 2GB of RAM). If you've not tried running it directly on your desktop I'd try that before going to the hassle of getting a decent remote connection working.
Comment
-
Hi everyone,
IGV can also visualize the coverage of a whole chromosome at once without having to zoom in:
You need to create an extra .tdf-file (a binary tiled data file) using igvtools with the command "count" (see http://www.broadinstitute.org/igv/igvtools).
For example
igvtools count -z 7 -w 25 -e 0 alignments.bam alignments.coverage.tdf hg19
It supports the formats .sam, .bam, .aligned, .sorted.txt, and .bed.
Then you can load the .tdf-file into IGV and you get a pretty nice coverage plot.Last edited by ForeignMan; 09-30-2010, 12:00 AM.
Comment
Latest Articles
Collapse
-
by seqadmin
Developments in sequencing technologies and methodologies have transformed the field of epigenetics, giving researchers a better way to understand the complex world of gene regulation and heritable modifications. This article explores some of the diverse sequencing methods employed in the study of epigenetics, ranging from classic techniques to cutting-edge innovations while providing a brief overview of their processes, applications, and advances.
Methylation Detect...-
Channel: Articles
05-31-2023, 10:46 AM -
-
Differential Expression and Data Visualization: Recommended Tools for Next-Level Sequencing Analysisby seqadmin
After covering QC and alignment tools in the first segment and variant analysis and genome assembly in the second segment, we’re wrapping up with a discussion about tools for differential gene expression analysis and data visualization. In this article, we include recommendations from the following experts: Dr. Mark Ziemann, Senior Lecturer in Biotechnology and Bioinformatics, Deakin University; Dr. Medhat Mahmoud Postdoctoral Research Fellow at Baylor College of Medicine;...-
Channel: Articles
05-23-2023, 12:26 PM -
-
by seqadmin
Continuing from our previous article, we share variant analysis and genome assembly tools recommended by our experts Dr. Medhat Mahmoud, Postdoctoral Research Fellow at Baylor College of Medicine, and Dr. Ming "Tommy" Tang, Director of Computational Biology at Immunitas and author of From Cell Line to Command Line.
Variant detection and analysis tools
Mahmoud classifies variant detection work into two main groups: short variants (<50...-
Channel: Articles
05-19-2023, 10:03 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 07:14 AM
|
0 responses
5 views
0 likes
|
Last Post
by seqadmin
Yesterday, 07:14 AM
|
||
Started by seqadmin, 06-06-2023, 01:08 PM
|
0 responses
6 views
0 likes
|
Last Post
by seqadmin
06-06-2023, 01:08 PM
|
||
Started by seqadmin, 06-01-2023, 08:56 PM
|
0 responses
159 views
0 likes
|
Last Post
by seqadmin
06-01-2023, 08:56 PM
|
||
Deep Sequencing Unearths Novel Genetic Variants: Enhancing Precision Medicine for Vascular Anomalies
by seqadmin
Started by seqadmin, 06-01-2023, 07:33 AM
|
0 responses
295 views
0 likes
|
Last Post
by seqadmin
06-01-2023, 07:33 AM
|
Comment