Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Seeder 0.01

    Download button

    No screenshots available
    Downloads: 174  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    François Fauteux | More programs
    Perl Artistic License / FREE
    October 7th, 2010, 23:40 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Seeder description

    Motif discovery in DNA sequences

    Seeder is a Perl module, a base class and is not meant to be instantiated itself.

    Seeder is a framework for DNA motif discovery. It is designed for efficient and reliable prediction of regulatory motifs in eukaryotic promoters. In order to generate DNA motifs, you need one positive set of DNA sequences in fasta format (believe to contain a similar cis-regulatory element) and a background set of DNA sequences in fasta format.

    To discover motifs in DNA sequences, follow this sequence:

    (1) Generation of the index (this structure improves the performance of HD calculation). Restrict seed width to between 6 and 8.

     use Seeder::Index;
     my $index = Seeder::Index->new(
     seed_width => "6",
     out_file => "6.index",
     );
     $index->get_index;


    (2) Generation of the background distributions.

     use Seeder::Background;
     my $background = Seeder::Background->new(
     seed_width => "6",
     strand => "revcom",
     hd_index_file => "6.index",
     seq_file => "seqs.fasta",
     out_file => "seqs.bkgd",
     );
     $background->get_background;


    (3) Motif discovery.

     use Seeder::Finder;
     my $finder = Seeder::Finder->new(
     seed_width => "6",
     strand => "revcom",
     motif_width => "12",
     n_motif => "1",
     hd_index_file => "6.index",
     seq_file => "prom.fasta",
     bkgd_file => "seqs.bkgd",
     out_file => "prom.finder",
     );
     $finder->find_motifs;



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    DNA sequences | Perl module | DNA | sequences | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM