Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kelly Lynn
    Junior Member
    • Jun 2011
    • 2

    #1

    what to do with this

    Hello,everyone. I'm suing: 'samtools view -c file.sorted.map chr1' to count the reads from the region "chr", but 'region"chr1" specifies an unknown reference name. Continue anyway.' is all I got. Anything wrong with the language or something else?
  • westerman
    Rick Westerman
    • Jun 2008
    • 1104

    #2
    What are your reference names? You obviously believe that 'chr1' is one of your reference names but maybe it is not? For example in one of the BAM files I have handy, the references are called 'Group2', etc. so I can do:

    samtools view -c wt.sr.bam Group2

    But if I do a

    samtools view -c wt.sr.bam chr1

    Then I get the error you described.

    In order to see your reference name I suggest doing a:

    samtools view file.sorted.map | more

    Comment

    • Kelly Lynn
      Junior Member
      • Jun 2011
      • 2

      #3
      thanks a lot westerman, the "chr1" is not my reference file, I guess the "chr1" string for hg19 refseq is enough for the region option? Should the 'region' be specified with the exactly same name as in the refseq, such like '>chr1_1:+' ? Or should I first pool the reference info into the memory then delivery them to the samtools view command, like:
      cat reference.fa|samtools view myfile.sorted.bam chr1?
      I tried in many ways, but still can not make this out.
      Last edited by Kelly Lynn; 06-11-2011, 09:18 AM.

      Comment

      • oiiio
        Senior Member
        • Jan 2011
        • 105

        #4
        Kelly Lynn,

        Sorry if this is an overly obvious question, but are you using a .bam or .sam file when you mention "file.sorted.map"? And if you are specifying a chromosome, then you must be using an indexed .BAM file.

        Supposing you are using something like file.sorted.bam (with the index file.sorted.bam.bai in the same directory), maybe you could try this for your command line:

        Code:
        samtools view -c file.sorted.bam chr1
        The term chr1 will work if that is indeed the name of the chromosome you are investigating. I just tried out the above command myself, and it worked fast and accurately.

        Comment

        • westerman
          Rick Westerman
          • Jun 2008
          • 1104

          #5
          Originally posted by Kelly Lynn View Post
          thanks a lot westerman, the "chr1" is not my reference file, I guess the "chr1" string for hg19 refseq is enough for the region option? Should the 'region' be specified with the exactly same name as in the refseq, such like '>chr1_1:+' ? Or should I first pool the reference info into the memory then delivery them to the samtools view command, like:
          cat reference.fa|samtools view myfile.sorted.bam chr1?
          I tried in many ways, but still can not make this out.
          Please try my last suggestion:

          samtools view file.sorted.map | more

          And paste into this thread the the first two output lines that contain reads. From my, admitted small, experience with hg19 your reference should be in the form 'chr1'. But we need to be sure. So pasting in those lines will give us a clue.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
            by SEQadmin2



            CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

            Despite this, “CRISPR helped turn genome editing from a specialized technique into
            ...
            07-31-2026, 11:01 AM
          • SEQadmin2
            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
            by SEQadmin2


            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

            The systematic characterization of the human proteome has
            ...
            07-20-2026, 11:48 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 10:35 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-06-2026, 07:41 AM
          0 responses
          25 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-03-2026, 10:13 AM
          0 responses
          45 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-31-2026, 02:55 AM
          0 responses
          48 views
          0 reactions
          Last Post SEQadmin2  
          Working...