More posts like this
-
Custom Annotaion file
written by Ali •Hi Everyone, Can anyone please guide me how to generate an annotation file for (5' and 3') UTR and CDS (all of them are one …
-
Genomic position to genomic feature
written by irfanwustl •Hi, We have some Methylation samples and obtained some differentially methylated regions (DMR) from those samples. Now we are asking are those DMR makes biological …
-
Detect repeats problematic for PCR
written by mschmidI have a couple of target genomic regions from bacteria. Now I want to check if they are suitable to be templates for a PCR …
-
Download GTF/GFF annotation data for NT database, not by organism (for STAR alignment)
written by Malka •Hello, I would like to run some alignments against the full NT database, using STAR. I am having difficulty finding the necessary annotation files for …
-
masking low complexity regions in a protein database for BLAST
written by lagartijaHello everyone, I have a question that might interest people making their own blast protein database. I see there is an option to mask low …
-
Quantification of repeats expression
written by valerieHi guys, I want to calculate repeats expression in my RNAseq data. I've obtained bam files using TopHat and now I need gtf file for …
-
Biology question: repetitive sequences?
written by dah124 •Wikipedia says there are three main types of repetitive regions (https://en.wikipedia.org/wiki/Repeated_sequence_(DNA)), terminal repeats, tandem repeats, and interspersed repeats. However, I am wondering if promoter regions …
-
Remove low-complexity region from bed file
written by Nicolas RosewickHi, I've a bed file containing small genomic regions and I want to remove regions that overlap low-complexity (from DUST for example) and repeated regions …
-
Tool: TRAL - Tandem Repeat Annotation Library
written by Elke Schaper •For my Ph.D., I've implemented solutions to a large number of tasks related to sequence tandem repeats. We've now decided to make the code accessible …
-
TRF output to .gff file
written by AliceHello, biostars! I'm trying to get .gff file from Tandem Repeat Finder output. Since TRF can't do that, I've found TRAP tool, which can create …
Sounds like the repeatmasker track from UCSC, does that have everything you need?
I used https://genome-euro.ucsc.edu/cgi-bin/hgTables and it can give simple repeats only, also rice and trypanosoma do not exist; any Idea or suggestion?
Ah, atypical species are always a problem for this sort of thing. I haven't a clue if anyone has called repeats on those. You can do it yourself, but it takes quite a bit of time.
I think this what I will do followed by A: Convert repeat masked out file to bed file format then I will have my BED file
Repeat database from Rice genome. Perhaps this for trypanosoma?
If you have a reference genome, I would give a try to RepeatMasker. One of the outputs is a bed3-like file that you can easily subset to get an annotation file. They also have a web-server where you could try a toy example.
Thanks, as you can see it is around 2 years ago :) , in the comments I mentioned that what I need was not in server, and in this comment C: download repeats annotation file I did something similar to what you suggested.
But thank you for help.