Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    Originally posted by AnushaC View Post
    anusha@cn1:/raid/development/anusha> bowtie -v 3 -k 2 --sam /raid/references-and-indexes/hg19/bowtie-indexes/hg19 /raid/development/anusha/SRR203400.fastq > samtools view -S F /raid/development/anusha/SRR203400.bowtieold.flagtrnc.sam
    Extra parameter(s) specified: "F", "/raid/development/anusha/SRR203400.bowtieold.flagtrnc.sam"
    Command: bowtie -v 3 -k 2 --sam -S /raid/references-and-indexes/hg19/bowtie-indexes/hg19 /raid/development/anusha/SRR203400.fastq view F /raid/development/anusha/SRR203400.bowtieold.flagtrnc.sam
    anusha@cn1:/raid/development/anusha> bowtie -v 3 -k 2 --sam /raid/references-and-indexes/hg19/bowtie-indexes/hg19 /raid/development/anusha/SRR203400.fast -F /raid/development/anusha/SRR203400.bowtieold.flagtrnc.sam
    Command: bowtie -v 3 -k 2 --sam /raid/references-and-indexes/hg19/bowtie-indexes/hg19 /raid/development/anusha/SRR203400.fast -F /raid/development/anusha/SRR203400.bowtieold.flagtrnc.sam
    anusha@cn1:/raid/development/anusha>
    I assume you mean:
    Code:
    bowtie -v 3 -k 2 --sam /raid/references-and-indexes/hg19/bowtie-indexes/hg19 /raid/development/anusha/SRR203400.fastq | samtools view -S -F 0x4 -o /raid/development/anusha/SRR203400.bowtieold.flagtrnc.bam -
    Or something like that, which will write to a BAM file and ignore unaligned reads.

    Comment


    • #17
      Originally posted by AnushaC View Post
      Hi Everybody ,
      Can anyone explain me how to look for the SNP's in IGV browser


      Thanks,
      Anusha.Ch
      I assume you mean "look at SNPs", since it would take forever to manually look for them in the whole genome. You should be able to answer that question yourself (hint, what should a SNP look like?).

      Comment


      • #18
        Fastq dump and finding the contiguous reads covered by at least one read

        Hi Everyone ,
        I have couple of questions . Can anybody explain me in detail answers

        1) When u are using fast dump if u want to output to specific place where you want what option in fastq dunpl wil give this.

        fastq-dump [options] [ -A ]
        fastq-dump [options]
        what is the accession in the option what for it used because if i gave without option A it worked. I am using shell script to automate my process i want the output to the place i wanted .
        I used above shell script it worked
        #!/bin/bash
        # generating a fastq file using fastq dump

        fastq-dump $2 $1
        but while running it came like this why ?


        anusha@cn1:/raid/development/anusha/python_test/shelltest> ./SRAtoBAM.sh /raid/development/anusha/python_test/shelltest/SRR203400.sra /raid/development/anusha/python_test/shelltest/SRR203400.fastq
        2013-10-01T22:02:53 fastq-dump.2.1.12 err: table not found while opening manager within database module - failed to open '/raid/development/anusha/python_test/shelltest/SRR203400.fastq'
        Written 16472407 spots for /raid/development/anusha/python_test/shelltest/SRR203400.sra
        Written 16472407 spots total

        2) what tools will give " contiguous reads covered by at least one read "


        Thanks so much in advance

        Thanks,
        Anusha.Ch

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-25-2024, 11:49 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-24-2024, 08:47 AM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        62 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        60 views
        0 likes
        Last Post seqadmin  
        Working...
        X