Announcement

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

  • Glimmer: Multifasta analysis

    Hi everyone.
    I am new user at glimmer. We have a bacterial genome in multifasta, contigs. We can predict the ORF, if we could a complete genome in one fasta, we could, but we with Multifasta, we can make a a lot of things and I'm pretty sure that we're wrong.

    First, we separate the Genome.fas in 128 fasta files (beacuse it has 128 sequences), for make a *.train file we create a lot of *.train for any contig and put them all together in one file run.train

    Code:
    long-orfs -n -t 1.15 Contig1 run1.longorfs && extract -t Contig1 run1.longorfs > run.train
    ...
    long-orfs -n -t 1.15 Contig128 run128.longorfs && extract -t Contig128 run128.longorfs >> run.train
    then we create a *.icm model

    Code:
    build-icm -r model.icm < run.train
    but I compared it with other analysis of my friend, for he, all *logorfs are the same name, so he replace in any line this file. But my friend and my, we can the SAME NUMBER OF ORF!!!.

    Code:
    long-orfs -n -t 1.15 Contig1 [B]run1.longorfs[/B] && extract -t Contig1 [B]run1.longorfs[/B] > run.train
    ...
    long-orfs -n -t 1.15 Contig128 [B]run1.longorfs[/B] && extract -t Contig128 [B]run1.longorfs[/B] >> run.train
    Code:
    build-icm -r model.icm < run.train
    So, my friend and my, we can the SAME NUMBER OF ORF!!! although we did diferent things. I'm pretty sure that we're wrong.

    So. How do you analyse MultiFasta with Glimmer?
    And how do yu extract the fasta from *.predict file in mulifasta?

    Please, healp.

Latest Articles

Collapse

  • seqadmin
    Advanced Tools Transforming the Field of Cytogenomics
    by seqadmin


    At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
    09-26-2023, 06:26 AM
  • seqadmin
    How RNA-Seq is Transforming Cancer Studies
    by seqadmin



    Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
    09-07-2023, 11:15 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 09-29-2023, 09:38 AM
0 responses
10 views
0 likes
Last Post seqadmin  
Started by seqadmin, 09-27-2023, 06:57 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 09-26-2023, 07:53 AM
1 response
25 views
0 likes
Last Post seed_phrase_metal_storage  
Started by seqadmin, 09-25-2023, 07:42 AM
0 responses
17 views
0 likes
Last Post seqadmin  
Working...
X