How to determine if a sequence is nonsatellite sequence?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to determine the coordinate of the transposon insertion on the reverse reading?
written by Елизавета •Hello everyone, please help me with Tn-seq data. I don't understand how to determine the insertion coordinate on reverse reads. I have a result of …
-
Tools that extract insert sequences?
written by aveadj •If I know the flanking sequences to the left and right, are there tools that can return a fasta/fastq file of just my insertion sequences? …
-
How to distinguish between insertion and assembly error in transcripts?
written by wxh81 •I have some coding sequences of the ppc gene family from plant species. The sequences were translated into amino acids and aligned by Clustal. I …
-
Determine Insertion Sequence
written by aostern •Hi guys, I've developed a tool that identifies the points at which insertions are made. This basically means, for various BAM files, I have various …
-
which alignment tool is better to use to align genome on short reference sequence ~5000b.p
written by bbb •I have `22` reference sequences with length about `5000 b.p.` Which alignment tool is better to use to align genome on short reference sequence? Is …
-
Clustering by sequence alignments
written by bbb •Which cluster method is better to use to cluster DNAs of different species based on alignment information (matches, deletions, insertion)? i.e. reference sequence - sequence …
-
Algorithms for identification of insertion sites using split reads
written by xieshaojun0621Imaging I have a big insertion in the genome. Then if I sequence the sample and align the reads to the reference genome, I will …
-
Identification of the sequence insertion site in the genome
written by valerieHi guys, I have an insertion in my genome and I want to identify the insertion site. As far as I understand I should find …
-
Best Genome Viewer Program
written by ganurudh •Hello all, I am new to bioinformatics and was wondering what genome viewer program users of site utilize in order to visualize their reads. I'm …
-
How to get the consensus sequence from a BAM alignment
written by bbb •How to convert bam to fasta? I have bam files and reference fasta. I want to get fasta sequence from bam file: ![see picture][1] Is …
Simplest solution: Align things against a bunch of satellite sequence. If they don't align, then you have non-satellite sequence.
To find out, scan your sequence with RepeatMasker Web Server.