How map the gene position to the genomic position.
Hello everyone
Does anyone have any idea how to map gene positions to genomic positions? Please tell me about it
vcf
sequence
snp
genome
• 2,500 views
•
link
updated
by
Ram
•
written
by
misbahabas •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
SpliceDB and SAM file
written by qudratHello all, Does anyone have any idea of running of running python script "buildSpliceGraph.py" from spliceDB. Please tell me what is the input command to …
-
Is there any script or tool to Map gene SNP positions to genome coordinates
written by misbahabas •Is there any script or tool to Map gene SNP positions to genome coordinates, for example ``` CHROM POS ID REF ALT 1 60 . …
-
Is it possible to annotate single genes by snpeff
written by misbahabas •hello Is it possible to annotate single gene by snpeff ? anyone have idea about it
-
how build database for single gene in snfeff
written by misbahabas •Hello How build reference database for one gene (not whole genome) like human AMY2B in snpeff. Actually I want annotate only one gene in different …
-
How find variants between 26 genes sequence
written by misbahabas •Hy everyone; Is there any script or tool to find variants between 26 aligned gene sequences **A**TGCGT**GC**C **G**TGCGT**CG**C I want to generate vcf from these …
-
Problem in in alignment by muscle
written by misbahabas •Hello I want to perform multiple sequence alignment by muscle but after running it abort or kill the process, input file contain gene sequence of …
-
Extract nucleotides from fasta file by a single position
written by misbahabas •Asslamu Alikum, I have a tab separated file like chr38 456 chr38 555 and I want fetch the nucleotide at this position from fasta file. …
-
Detection of CNVs from vcf file
written by misbahabas •Aslam o Alikum I am beginner in this field, I have vcf files of DOG genome data. Now,I want to detect CNVs from these files.Please …
-
Gene network analysis
written by saj98Hello everyone I have RNAseq data and I wanna do gene networks analysis. Does anyone have any idea which tool I can use? I appreciate …
-
Find Location Of Refseqgene Entry?
written by amillsx •<p>Hi,</p> <p>UCSC RefGene seems to be great about mapping RNA and mRNA sequences to genomic coordinates (e.g. NR_046018.2 and NM_001005484.1), however I can't seem to …
A known, annotated gene, on a know, well-annotated genome. Look at the gff/gtf annotation. A putative gene on a draft genome? Map it with blast/blat/exonerate. If these solutions do not help you, read How To Ask Good Questions On Technical And Scientific Forums.
By aligning the gene sequence to the genomic one. Since you are dealing with multiple genomes you will need to do this independently for all of them (ref previous related questions by OP: Is there any script or tool to Map gene SNP positions to genome coordinates and Is it possible to annotate single genes by snpeff )