Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Searching for specific sequences in WGS data

    Hi everyone.

    I have never worked with WGS data and have a question. I have several thousands of sequences that I can convert in any format (e.g. fasta file) and I want to know whether each of the sequences in presented in my genome. Just 'yes' or 'no' for each sequence and, if it is possible, number of repeats for each sequence if it is presented in genome (e.g. presented twice or three times). I have both fastq and bam files. It is human genome.

    I went through several presentations, but would be grateful if someone who has an experience in WGS data could suggest me the procedure/pipeline.

    Thanks!

  • #2
    What do you mean by "I have both fastq and bam files"? Is this realated to your "several thousands of sequences" or your genome?

    If it's the first than you already have a file were all your sequenced were tried to mappe to a reference (was this your genome?). You can use than use samtools to asked how many reads are mapped.

    Code:
    samtools view -F 0x4 -c mybamfile.bam
    or

    Code:
    samtools flagstat mybyfile.bam
    fin swimmer

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Best Practices for Single-Cell Sequencing Analysis
      by seqadmin



      While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
      Today, 07:15 AM
    • seqadmin
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 08:18 AM
    0 responses
    10 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Today, 08:04 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-03-2024, 06:55 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-30-2024, 03:16 PM
    0 responses
    27 views
    0 likes
    Last Post seqadmin  
    Working...
    X