mothods for analyzing exons area
i want to know is there any tool to seperate only functional area i.e exons from whole DNA sequence?
sequencing
• 2,114 views
•
link
updated
by
Ram
4.5K
• |
written
by
akbioinfo14
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Tapestry scDNA-seq and translocations
written by jmnz22 1Hi! I am working with an H5 file generated with targeted scDNA-seq using MOSAIC tool from Tapestry MissionBio (https://missionbio.github.io/mosaic/index.html) and in the custom panel for …
-
WGS Metagenomics mapping for functional annotation (KEGG/ other database)?
written by MSRS 59Hi, I want to annotate functional data from whole genome metagenomics. Is there any existing pipelines/tools to build KEGG database/other for functional annotation? Thanks in …
-
how can i count the total exon in the sequence structure?
written by loly.pearl86 3Hi, Can someone help me to know how can i count the number of exon within the sequence of target genes? In general i would …
-
Aligning fasta to fastq
written by ammarsabir15 7I want to align fasta sequences for 28 exons of SCN5A gene with fastq sequence of whole exome sequence from 1000 genomes project. By aligning …
-
DNA Sequence listing for patent
written by akbioinfo14 0I am trying to convert the DNA sequence to standard ST.25 format (offline). I am Using BiSSAP for this purpose, but i am not able …
-
Displaying a virtual electrophoresis map
written by Yongjie Zhang 11Hello, I want to display a virtual electrophoresis map based on a DNA template (i.e. a long DNA sequence) and some primer pairs. I do …
-
Genome Masking tool
written by noor.us.sehar941 1<p>Say for 1 MB region of DNA, i want to mask the exons and repeats (simple and interspersed) that are present in my specified region …
-
How To Convert Protein (Plus Dna) Into Cdna Sequence?
written by Michael Kuhn 500<p>I have a eukaryotic protein sequence and the corresponding contig containing the gene. I would like to recover the cDNA sequence (i.e. only the exons …
-
Mouse Sequence Compared To Human Sequence
written by Rodney 2<p>I have a human sequence surrounding a SNP in a gene that I want to compare with the mouse gene sequence. The human genome draft …
-
How To Find All Rna Stems In Genomic Data?
written by None 3<p>I am searching for RNA stems of approx. 10 to 1000 bases. Is there a fast, BLAST-like tool for scanning DNA sequences of, for instance, …
Whole DNA sequence of what? NGS? Genbank? How To Ask Good Questions On Technical And Scientific Forums
whole DNA sequence of any organism
So you want to extract exonic sequences from the reference fasta sequence?
s exactly !!!!
Go to biomart and you can download the gtf files containing the location of the exons. You can then easily extract it from the fasta files
You can download bed file for these exons using UCSC Table browser. The bed file will have chromosome name, start and end location for that exon. You can then use samtools faidx or Picard's ExtractSequences program to extract them.