Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • bioinfosm
    replied
    good one Aaron! I keep using BEDTools more

    Leave a comment:


  • quinlana
    replied
    Originally posted by arnoldliao View Post
    Use IGV to output plots of a region of a bam file with the following sample script

    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.


    attached is an example (note path to bam and snapshotDirectory need to be absolute not relative)

    new
    load myfile.bam
    snapshotDirectory mySnapshotDirectory
    genome hg18
    goto chr1:65,289,335-65,309,335
    sort position
    collapse
    snapshot
    <shameless plug>
    Note that BEDTools has a tool called bedToIGV that will automatically create an IGV batch script from a BED, GFF, or VCF file.
    </shameless plug>

    Leave a comment:


  • arnoldliao
    replied
    IGV scripting function

    Use IGV to output plots of a region of a bam file with the following sample script

    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.


    attached is an example (note path to bam and snapshotDirectory need to be absolute not relative)

    new
    load myfile.bam
    snapshotDirectory mySnapshotDirectory
    genome hg18
    goto chr1:65,289,335-65,309,335
    sort position
    collapse
    snapshot

    Leave a comment:


  • simonandrews
    replied
    Originally posted by cliff View Post
    Hi, simonandrews

    I just noticed that the SeqMonk Release Notes talks about SeqMonk v0.12.0 but it seems I can only find SeqMonk v0.11.0 online. Do you know where to find v0.12.0?
    Sorry, I'd failed to copy over the new version of the download page from our staging server. If you try again now the links should be in place (if you don't see them press shift+refresh in your browser to force a cache update).

    Simon.

    Leave a comment:


  • natstreet
    replied
    I can see v0.11.0 listed at their website and if you swap 11 to 12 in the download URL there is something there to be downloaded

    Leave a comment:


  • cliff
    replied
    Hi, simonandrews

    I just noticed that the SeqMonk Release Notes talks about SeqMonk v0.12.0 but it seems I can only find SeqMonk v0.11.0 online. Do you know where to find v0.12.0?

    Thanks

    Leave a comment:


  • drio
    replied
    I'd use circos and it's 2d tracks.
    Last edited by drio; 10-02-2010, 07:52 AM.

    Leave a comment:


  • natstreet
    replied
    This week I discovered that using BigWig files for coverage data works really nicely in GBrowse.

    I would really love to have a simple plotting tool to take per chromosome coverage data from something like a BigWig file and plot a nice looking coverage figure. I'm thinking of coding it myself in (probably) python or (maybe) R but if anyone can point me to examples to get started that would be great. Although some genome browsers make coverage plots, they just don't look nice for publication use IMHO.
    Last edited by natstreet; 10-01-2010, 08:10 AM.

    Leave a comment:


  • cliff
    replied
    Hi, golharam and simonandrews

    Thanks! I am using WinXP. I will try to run SeqMonk on my desktop first to see if it works.

    -c

    Leave a comment:


  • ForeignMan
    replied
    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.

    Leave a comment:


  • simonandrews
    replied
    Originally posted by cliff View Post
    hi, simonandrews

    Do you have any experience in trying SeqMonk in linux?
    If you're running Linux locally on your machine then what you tried should have worked (and we use that here very successfully).

    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.

    Leave a comment:


  • golharam
    replied
    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

    Leave a comment:


  • cliff
    replied
    Originally posted by golharam View Post
    cliff - Make sure you use -X for X11 forwarding with ssh
    hi, golharam

    How to use -X for X11 forwading with SSH? I am not familiar with X11. I turned on "Tunnel X11 Connections" in ssh settings but it didn't work..

    Leave a comment:


  • golharam
    replied
    cliff - Make sure you use -X for X11 forwarding with ssh

    Leave a comment:


  • cliff
    replied
    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
    but it didn't pop up any window.. I was wondering what the correct way is to use SeqMonk in Linux.

    Thanks

    -c

    Leave a comment:

Latest Articles

Collapse

  • seqadmin
    Pathogen Surveillance with Advanced Genomic Tools
    by seqadmin




    The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
    Yesterday, 11:48 AM
  • seqadmin
    New Genomics Tools and Methods Shared at AGBT 2025
    by seqadmin


    This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

    The Headliner
    The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
    03-03-2025, 01:39 PM
  • seqadmin
    Investigating the Gut Microbiome Through Diet and Spatial Biology
    by seqadmin




    The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
    02-24-2025, 06:31 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 03-20-2025, 05:03 AM
0 responses
26 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-19-2025, 07:27 AM
0 responses
33 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-18-2025, 12:50 PM
0 responses
25 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-03-2025, 01:15 PM
0 responses
190 views
0 reactions
Last Post seqadmin  
Working...