Results for "RepeatMasker"

Blogs

Bookmarks

Top-level pages

Wire posts

  • A perl tool to conveniently parse RepeatMasker output files http://www.mobilednajournal.com/content/5/1/13 #Perl #Repeat #Transposable #NGS #Genome #TEs #Mobile

    3521 days ago

  • One code to find them all is a set of perl scripts to extract useful information from RepeatMasker http://doua.prabi.fr/software/one-code-to-find-them-all

    2760 days ago

Bio-Scripts

  • Identify genome-wide synteny with LASTZ alignment

    ...Step1:Mask the repeat sequences for both genomes and chromosomes. RepeatMasker -pa 40 -nolow -norna -gff -xmall -lib custom.TE.lib_for_rice.fa AAChr1.txt RepeatMasker -pa 40 -nolow -norna -gff -xm...

    537 days ago

  • Perl script to find inverted repeats !

    ...s; use Bio::SeqIO; use Bio::Tools::Run::RepeatMasker; my $genome_file = "genome..._seq(); my $seq = $seqobj->seq(); # run RepeatMasker my $rm = Bio::Tools::Run::Re...report = $rm->run($genome_file); # parse RepeatMasker output while (my $rm_result...

    445 days ago

Tags

  • “One code to find them all”: a perl tool to conveniently parse RepeatMasker output files

    One code to find them all is a set of perl scripts to extract useful information from RepeatMasker about transposable elements, retrieve their sequences and get some quantitative information. Assemble RepeatMasker hits into complete TE copies, including LTR-retrotransposon Retrieve correspond...

    Tags: perl, tool, conveniently, parse, RepeatMasker, output, files

    2182 days ago

  • Steps to find all the repeats in the genome !

    To find repeats in a genome from 2 to 9 length using a Perl script, you can use the RepeatMasker tool with the "--length" option[0]. Here's a step-by-step guide: Install RepeatMasker: First, you need to install RepeatMasker on your system. You can download it from the RepeatMasker website[...

    Tags: Steps, Repeats, Genome, Perl, RepeatMasker

    268 days ago