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
                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 on Modified...
                Yesterday, 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-11-2024, 12:08 PM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              52 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              45 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Working...
              X