More posts like this
-
Simulate short-read RNA-seq data from long-read RNA-seq data
written by rhonddaskl 0Hi, I'm trying to use my self-developed tool to test it on long-read and short-read single-cell RNA-seq datasets. To ensure a fair comparison, I'm attempting …
-
Identification of transgene insertion site using Illumina DNA Sequencing
written by ccstaats 4I would like to request some help. We isolated some mutants with interesting phenotypes serendipitously when trying to generate mutants by targeted integration of a …
-
How can I find no peak region in genome?
written by chansik 1Hi. I'm trying to find some region in genome that the specific DNA binding protein can not bind. For example, can you suggest the tool …
-
design primers across the target sequence
written by APJ 4Hello, I have a short target DNA sequence (40 nucleotides in length) in the given transcript DNA sequence. I wanted to design the PCR primers(reverse/forward) …
-
Software to identify microsatellites, minisatellites and satellites in a plant genome
written by gabri 6Hi All, I'm annotating a bunch of long contigs from a plant genome. I'd like to identify microsatellites (2–7 bp), minisatellites (tens of bp) and …
-
Blastn Gives Different Results Based on Database Size
written by khv 0I'm trying to figure out why I am seeing different blast results based on database size. Here's what I'm trying to accomplish: I have a …
-
DNA motif search based on nucleotide density
written by helene_gylling 0Hi, I'm trying to find all regions in the human genome (hg38) which are min 100 bp in length and have a certain percentage of …
-
CpG distribution in reads with variable length
written by mbk0asis 70Hi, all! I'm trying to f count the number of CpGs in multiple DNA sequences with variable length. Since they have variable length, I would …
-
Identify short repeats in DNA sequence?
written by Cacau 52I want to identify the short repeated sequences in a given DNA sequence. For example, the sequence I have is `atacctgcc ccc atacctgcc`. The repeated …
-
What Are Some Tools/Methods For Identifying Microhomology Between Short Sequences?
written by SES 862<p>Hi,</p> <p>I am investigating a specific type of recombination that involves microhomology (2-20 bp) between short direct repeats. My current method involves identifying all putative …
Please give examples, question somewhat unclear.
Hi, ATpoint.
For example, if I want to design a unique 9 bp sequence for artificial zinc finger protein that does not recognize host cell's upstream 2000 bp sequence sets, I think I should screen all 4^9 sequence sets and count how many matches occur in the given upstream 2000 bp sequence sets. Is there any tool that I can use to figure out the number of occurrence of multiple sequence pairs or figure out the unique 9 bp sequence?
you can try using unique kmer identifying tools given a fasta file. Based on the length of your genome, you can calculate maximum possible kmer. Feed the genome to software that identifies kmer sizes of your choice.
Thank you cpad0112.
For asking more information, can you recommend me a good tool to figure out unique and not existing K-mer? Because What I mean by "unique" is not "occuring one time", but "no identical sequences exist in the given genome".