Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashiq.hussain
    Junior Member
    • Jun 2011
    • 6

    #1

    newly sequenced Genome-problems in blast with old one.

    Dear All,
    We have sequenced new genome of an insect. The sequence we got is in fasta nucleotide scaffold form.

    >scaffold 7 4.3
    AGAATTTACCCTGATAACACAGTGTGTACATGGTATAAAAACAACAAAAATATCGCTGATAACATAATAAAATTGCCTTGTATTGGTCCAACAGCAGCAG
    TCGATTTTCAAAACGGAAAGTGTGAGATGGTTTAATAAGTTTCGCAAAATTAATATTTTATTTATTTTTGGATTTCAATGCAAAAATATTAAGTTAAAAA
    ATCGGTTATTGAAAAAATGTCAGCAGAAACATTATTTACGCTGCTTGTGGGAATTGTGTTAACGACCTGTGTGAGAGCAGATCAATGTGAGTATTGACAA
    TATAAGTAATTACATATATGTATGCACATTATTTTTATTGGAATTTTTTGATATTGACTTTTTACATGCACTATTGCTGTATGTGGTTTNCTCATTATTT
    TTATTGGAATTTATTTATATTGACTTTTTACATGTACTATTGCTGTATGTGGTTTTTGAGCATCGATTATTGCTTTATAATAAAATTAATTAATTTTAAT
    AAATCTTTTCATTAATTAATTTTTTTTCTATCCCAATGGCAAACATGGTTACTGTTATTCANATAATTAATTTTTTTTCTATTTGTAGATCGTTGCCTAA
    ATCCCAATGGCAAACATGGTTACTGTTATTCAATCAATTTGTGCTCCAGTCTGTATGAACTTACGGGAAAGGCTAATTTAACCAACTCGGAAATTCGCTT
    TCTTCGTCAATCAAAATGTGATAATGGTTATGGTAATGACTGGCCGTTTCTATGCTGTACGGCGGATATAGATTTCACACCGTCAATACGTTCTGGTAAC
    CCATAATAGCCACCGCCAAATCACTTGCTGCCTGTGGAACCAAATTGTGGACCAGCATTTGTTGAAAAAAAGATAATGAATGGTGAAGATGCAGGAGTAT
    TTGCTTTTTCGTGGATCGCGCTCCTGGAGTATGAGGAATGTGCGTTAAAATTTGAGAAAATTCGATTTGAATTAATTAATTAATCTAAATTGTAGACGGC
    GTACGTTCGCATAAATGCGGTGGCACTTTGATCAATCATCGTTATGTGGTGACAGCGGCACATTGCGTGGGAGATAATTTAAACAGACTGTGAGTATCAA
    AACCAGTGACACAGGTAGGGTTAATAAATGGTAGTCTAAAGTTCGCCCTAAAACAGATTATTATATTCAATAGAATTCAGACAGCGATAAATTAAAAAAA
    AATAATTCAAAATAAAAACATTTATATAAATAATTATAATCAGTGTTATCTTTCAGCACAACGGCCCGTTTTGGGGAATATGACATCAGCAATCAAATTG
    ATTGTGAACAATACTATTGTAACGACTTCGTTGTAGATGTCGAAANATTGATTGTGAACAATACTATTGTAACGACTTCGTTGTAGATGTCGAAATTGAG
    AAGGCTATCGCACATCCCAAGTATAATATTAGTAGAAGGGATCATCATAATGACATTGCATTGGTGCGTCTGGCCAGAGATGTTCAATACACCCAATTCA
    TAAAGCCTGTTTGTCTGCCTTTGTTAAATGCTGGCCCGACAATCAAAATAAATGACTTGCTTACTGTGAGTGGATGGGGAGTTACACATAAATCAGGTAA
    AAGTGTCTTTTAAATTTTGACAGTAATAATATAAATAACTATCAACTAAAGACGTTACACATTCATCCATACATATATAGATAGTATGAGCAAAATTAAA
    CAGAGACTGGACGTGCCTGTGTATGACCATAATGACTGCGTCCGTAGATACCAAGAAATTGACGTCGACTTAATACCCTCTCAGCTTTGTGCTGGTGGTG
    AATCTGGCAAGGGGAGTTGCTACGGCGATTCCGGTGGTCCACTTATGCGACAAACCCTGGAAAGTTTTTGGTATCTTGAAGGTATTACTTCCACTGGCAA
    TGGTTGCGGCGTGGAAGGTTGGCCCGGTATTTATACTCTCGTTGCGGAC

    Now we are trying to find homologous genes using the new genome sequence as query with another annotated insect genome of same genus. The problem is every time I do the blastN, I do not find any homologous gene in the new genome even not a similar sequence. how do i find new genes in the newly sequence genome?

    any suggestion will be appreciated.

    thanks
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    Are you using the new contigs as the BLASTN queries? I don't think BLAST performs that well with very long queries.

    You'd probably get better results turning the new contigs into a BLAST database, and doing a BLASTX search of proteins from other insects against your draft genome.

    But this is only one aspect of gene finding
    Last edited by maubp; 08-09-2012, 01:18 AM. Reason: spelling

    Comment

    • ashiq.hussain
      Junior Member
      • Jun 2011
      • 6

      #3
      thanks Maubp.
      How do I turn the new contigs into a BLAST database?
      thanks again

      Comment

      • maubp
        Peter (Biopython etc)
        • Jul 2009
        • 1544

        #4
        Use the makeblastdb command from the standalone NCBI BLAST+ suite. There are several threads on SEQanswers about this tool so have a search if you get stuck.

        Comment

        • jimmybee
          Senior Member
          • Sep 2010
          • 119

          #5
          If thats no help, do some de-novo gene finding. Search for a tool that is used regularly in insects and go with that. Some tools include FGENESH, Glimmer, GENScan..

          Be mindful that you may have to do some repeatmasking or Transposable Element matching before you start identifying genes using a denovo gene prediction program. Im not sure how repetitive the insect genome you're working with is, but that will be extremely helpful to know in the long term

          Comment

          • Tong.W
            Member
            • Jul 2012
            • 14

            #6
            You can try to use NCBI blast noline, it is more convinient ,you just need to copy the sequence above then paste them , then you will see the most homologous genes listed.but I have done it, and find nothing in the return results .It means the nt database dose not contain this sequence .So it maybe a new sequence or other reasons.

            Comment

            • maubp
              Peter (Biopython etc)
              • Jul 2009
              • 1544

              #7
              Originally posted by Tong.W View Post
              You can try to use NCBI blast noline, it is more convinient ,you just need to copy the sequence above then paste them..
              For a few manual searches yes, online NCBI BLAST is convenient - provided the database you want to use is supported. But here with thousands of assembled sequences online BLAST is not appropriate.

              Comment

              • Tong.W
                Member
                • Jul 2012
                • 14

                #8
                Originally posted by maubp View Post
                For a few manual searches yes, online NCBI BLAST is convenient - provided the database you want to use is supported. But here with thousands of assembled sequences online BLAST is not appropriate.
                Yes you are right,Online blast sustains one sequence .but local blast need to download the database ,it is very huge and require much of the computer source .So you can first use online blast find the best homologous species and then just download the sequence which is best alignment, then use pairwise alignment.It is fast and sometimes very accurate. Because a 1k sequence often is enough as a unique one ,it can represent the species. Or you can use more sequences.

                Comment

                • ashiq.hussain
                  Junior Member
                  • Jun 2011
                  • 6

                  #9
                  thank you all.
                  The closet homologue will be Drosophila melanogastor as we have also sequence a new Drosophila specie.

                  We want to find a group of GPCRs genes already annotated in Drosophila in our new sequenced specie.

                  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, 08-13-2026, 12:22 PM
                  0 responses
                  29 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 08-11-2026, 10:35 AM
                  0 responses
                  24 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 08-06-2026, 07:41 AM
                  0 responses
                  38 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 08-03-2026, 10:13 AM
                  0 responses
                  51 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...