Relationship between conserved genes and SNP calling
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
News: Online course — Comparative Genomics — 7–11 April
written by Physalia-coursesWe are pleased to announce that a few seats remain for the upcoming Physalia online course: Comparative Genomics. ---------- Dates: (online) 7–11 April ---------- > …
-
News: Course: Comparative Genomics (ONLINE; April 7-11)
written by Physalia-coursesDear all, We are excited to announce our upcoming online course, Comparative Genomics, taking place from April 7-11. This course will provide a comprehensive introduction …
-
Finding a gene in human
written by zizigoluHi I my mouse model, I have observed a novel gene carrying an individual interesting variant only in cases mice not controls. How I locate/mine/find …
-
How to get orthologs between Two species in orthodb
written by hemantcnaik •Hello I wanted a species specific ortholog genes between human and mouse through orthodb how can I get? can Any one suggest me, I have …
-
tool to identify genomic structural variations in completely sequenced prokaryotic genomes
written by anwesha.mohapatra11 •Hi , I want to identify genomic structural variations on prokaryotic genomes. I came across a tool Mugsy which can identify indels and genomic re-arrangements..However …
-
Predicting phenotype based on the expression of genes
written by zizigoluHi, Supposing we have measured cholesterol level in control and treated mice (treated by a drug). We also conducted microarray between control and treated mice. …
-
Identifying genes that are regulated under negative feedback
written by zizigoluHi, As I understood, by computing individual adjusted p-values between each gene (RNA-seq) and polymorphisms in its vicinity (genotyping), then selecting the highest association, we …
-
finding a list of genes involved in a pathway?
written by zizigoluhello, how can I take a list of genes involved in angiogenesis in human? thank you
-
extracting targe genes of a list of TFs
written by zizigoluhi, supposing a list of TFs and their targets as below > head(tf2target[,1:2]) TF gene 1 AHR 1/2-SBSRNA4 2 AHR A4GALT 3 AHR AAMP 4 …
-
How Can I Compare Differential Expression Data From Mouse And Human?
written by Stephanhart •<p>Hello,</p> <p>I have run differential expression analyses for mouse and human using transcriptome data. I now have a list of genes (Ensembl IDs) differentially expressed …
SNPs don't help identify variations. SNPs are variations. Perhaps you could rephrase the question?
thank you Brain, actually I mean (as I noticed in literatures) for example why in a list of ortholog genes between two organisms we perform variant calling? how SNPs help in evolotionary process in these orthologs
I'm a software developer, not a biologist, so please don't consider this definitive. But you can use SNPs to trace evolution. Let's say you have 5 organisms, A, B, C, D, and E. If D and E share a SNP, then presumably, they arose from a common ancestor (in practice, this would be a function of the number of SNPs they share, rather than a single SNP). If C, D, and E share SNP s1 but only D and E share SNP s2, then presumably C is a common ancestor of D and E, but then at some point they diverged from C (gaining SNP s2) and subsequently diverged further but retained s2. A and B in this case would have neither s1 nor s2 and thus be more distantly related.