More posts like this
-
Custom Annotaion file
written by Ali 0Hi Everyone, Can anyone please guide me how to generate an annotation file for (5' and 3') UTR and CDS (all of them are one …
-
Generate GTF file
written by daewowo 8Is there a tool that can generate a GTF from a fasta file -eg GCF_000001405.39_GRCh38.p13_genomic.fna? I can convert the fasta to bed, and know that …
-
Genomic position to genomic feature
written by irfanwustl 9Hi, 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 mschmid 18I 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 9Hello, 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 lagartija 16Hello 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 valerie 10Hi 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 1Wikipedia 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 Rosewick 1.1KHi, 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 …
-
TRF output to .gff file
written by Alice 32Hello, 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.