Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • how to use mafft do find out kir genes?

    recently get a batch of data from miseq, is there way to use mafft to find those kir genes?

    I searched online for mafft usage, which looks no where to put kir databases.



    many thanks!

  • #2
    kir == Killer cell immunoglobulin-like receptors (KIRs) genes? Why not get the sequences you are interested in, use BBSplit to fish out the sequences from MiSeq that map and then do mafft or some other MSA on the sequences of interest.

    Comment


    • #3
      Thanks GenoMax.

      I tried the whole weekend. BBSplit/BBMap looks like a alignment tool. I have the KIR gene database, need to get the what it has (KIR) in the sequence files. Any clue on this?

      Thanks again!

      Comment


      • #4
        Originally posted by arkilis View Post
        Thanks GenoMax.
        I have the KIR gene database, need to get the what it has (KIR) in the sequence files. Any clue on this?
        Can you elaborate as to what "database" here means? You have KIR genes sequences but in what format (plain text, blast, one of NGS aligner index format)?

        BBSplit uses alignments to identify reads that map to sequences of interest and then separate them (this can work the other way around as well i.e. you discard reads that map as being uninteresting and collect unmapped reads to process further).

        Comment


        • #5
          Originally posted by GenoMax View Post
          Can you elaborate as to what "database" here means? You have KIR genes sequences but in what format (plain text, blast, one of NGS aligner index format)?

          BBSplit uses alignments to identify reads that map to sequences of interest and then separate them (this can work the other way around as well i.e. you discard reads that map as being uninteresting and collect unmapped reads to process further).
          Sorry for the confusion.

          KIR gene from www.ebi.ac.uk/ipd/kir in fasta format. I might want to use this as the database to find out how many of them are in the current sequence files. I read some papers online, which says all the sequences (fastq) need to be assemblied first. http://www.nature.com/nrg/journal/v1...l/nrg3174.html

          Newbie to this area. Thanks for your advice!

          Ben
          Last edited by arkilis; 01-11-2015, 05:39 PM.

          Comment


          • #6
            If your KIR files are in fasta format then here is what you do (command only for reference, make appropriate changes as needed):

            If you have single end reads
            Code:
            $ bbsplit.sh in=reads.fq ref=KIR.fa outu=things_that_do_not_match.fq outm=reads_match_KIR.fq
            Reads that match things in KIR.fa are collected in "reads_match_KIR.fq" file rest are put in the other file.

            If you have paired-end reads:
            Code:
            $ bbsplit.sh in1=reads1.fq in2=reads2.fq ref=KIR.fa outu1=no_match_1.fq outu2=no_match_2.fq outm1=matched_to_KIR1.fq outm2=matched_to_KIR_2.fq
            Note: This should definitely work with a single KIR sequence file (it also may work with a multi-fasta file). Give it a try and see what happens.

            Comment


            • #7
              Originally posted by GenoMax View Post
              If your KIR files are in fasta format then here is what you do (command only for reference, make appropriate changes as needed):

              If you have single end reads
              Code:
              $ bbsplit.sh in=reads.fq ref=KIR.fa outu=things_that_do_not_match.fq outm=reads_match_KIR.fq
              Reads that match things in KIR.fa are collected in "reads_match_KIR.fq" file rest are put in the other file.

              If you have paired-end reads:
              Code:
              $ bbsplit.sh in1=reads1.fq in2=reads2.fq ref=KIR.fa outu1=no_match_1.fq outu2=no_match_2.fq outm1=matched_to_KIR1.fq outm2=matched_to_KIR_2.fq
              Note: This should definitely work with a single KIR sequence file (it also may work with a multi-fasta file). Give it a try and see what happens.
              Finally I used the command you suggested:

              bbsplit.sh in1=read1.fastq in2=read2.fastq ref=KIR_nuc.fasta outu1=no_match_1.fq outu2=no_match_2.fq outm1=matched_to_KIR1.fq outm2=matched_to_KIR2.fq

              Will discuss with colleagues and get back Thanks!

              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...
                06-06-2024, 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, 06-07-2024, 06:58 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 06-06-2024, 08:18 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 06-06-2024, 08:04 AM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 06-03-2024, 06:55 AM
              0 responses
              14 views
              0 likes
              Last Post seqadmin  
              Working...
              X