Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rsamtools problem

    In trying to use the Bioconductor package VariantTools, I received an error complaining about open.BamFile, which is an Rsamtools function. In tracking down the error, I found that I couldn't open a sample bam file (from Bioconductor package LungCancerLines) that I know is indexed correctly:

    Code:
    > myb <- BamFile('H1993.analyzed.bam', index = 'H1993.analyzed.bam.bai')
    > class(myb)
    [1] "BamFile"
    attr(,"package")
    [1] "Rsamtools"
    > open.BamFile(myb)
    [bam_index_load] fail to load BAM index.
    Error in open.BamFile(myb) : failed to load BAM index
      file: /home/efoss/sequencing/VariantTools/H1993.analyzed.bam.bai
    > myb
    class: BamFile 
    path: /home/efoss/sequencing/VariantTools/H1993.analyzed.bam
    index: /home/efoss/sequencing/VariantTools/H1993.analyzed.bam.bai
    isOpen: FALSE 
    yieldSize: NA
    You can see that the objects are of the correct classes, but I can't open the file using Rsamtools' open.BamFile function. In trying to track down this problem, I talked with a colleague who is a developer and uses a developer's version of R. (I work at the Fred Hutchinson Cancer Research Center in Seattle, which is a bit of a hotbed of R - and especially Bioconductor - activity.) He could open these files fine using his developer's version of R, but couldn't open the same files from within my account. His version of Rsamtools is more up to date than mine, but I can''t upgrade to his version because it's part of the developer's version of R. Does anyone see a way around this or, better yet, see how I am somehow making a mistake?

    Thank you.

    Eric

Latest Articles

Collapse

  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
32 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
35 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
29 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
53 views
0 likes
Last Post seqadmin  
Working...
X