How Can I Test For Genotype Randomization ?
I have a data like this 0/0 , 1/0,2/1,.... if i need to test the randomization, what is a good test for that is the data randomly distributed or not
test
random
genotype
• 415 views
•
link
written
by
stat.1405 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
statistical analysis for the data
written by shivangi.agarwal800Hi I have an query regarding the selection of statistical test for my data. If my data is not normally distributed (i.e. p-value<0.05) and also …
-
Phred quality Score
written by stat.1405 •if this is the quality score Q= -10 log (P) when P is the probability that the variant is wrong. or the call is wrong.if …
-
What to do with data that has low read depth
written by stat.1405 •Read Depth. In the data which has this structure pos ind1-1 ind1-2 ind2-1 ind2-2 1 20 0 15 100 2 0 1 2 50 There …
-
what is the properties of filtering the vcf files
written by stat.1405 •I have a filter file , it was filtered based on low quality<11 , indelGap , snpgap. First, why they choose the threshold 11 ? …
-
test of independence
written by stat.1405 •<p>if i have categoriacl data 15 col and 5000 rows,</p> <p>the values are 0 or 1</p> <p>0 means no missing</p> <p>1 means missing</p> <p>how can …
-
Test Constant Probability At Every Position
written by stat.1405 •<p>I have a Genotype data, it has 10000 positions rows and 22 individuals as column , I calculate how many missing value at every position. …
-
Test Of Randomisation
written by stat.1405 •<p>There are two questions:</p> <p>First: I have a column its dim is 1*10000, each row of it is the total differences between 20 indiviuals at …
-
Compare Between Snp, Deletion And Insertion And Repacment Vcf Tools
written by stat.1405 •<p>My data looks like this</p> <pre><code>CHOM POS REF ALT ALT1 ALT2 ... 1 121 A AA AT 0 2 254 GCGC GCGCG AGCG 0 3 …
-
Meaning Of Genotype 2/0 And 2/1
written by stat.1405 •<p>Dear all Could you please explain the meaning of this 2/0 2/1 2/2 also 3/0 3/1 3/2 imagine that I have </p> <pre><code>CHROM POS REF …
-
Test For Spatial Randomness Of Genomic Features In A Poorly Assembled Genome
written by bewickaj •<p>Hi all,</p> <p>I am working with a very poorly assembled genome (~450,000 scaffolds, max. scaffold length ~250,000 bp) and using a scaffold map I am …
you'll need to add more detail. Presumably those are genotypes. Do you have cases and controls? How many samples? What does random mean to you? If they all have the reference genotype 0/0, that is definitely non-random, but probably not interesting.
i have a genotype data and i do not have a case control . what i need just to test whether or not the data are randomely distrbuted or not.
A more accepted way to test for randomly segregating genotypes is the Hardy-Weinberg principle : http://en.wikipedia.org/wiki/Hardy–Weinberg_principle
the problem is the Hardy-Weinberg principle test just 2 alleles not 3 alleles and i have in my data 3
The concepts of Hardy-Weinberg extends to many alleles, take a look at the ABO blood group system (pg169) in Kent Holsinger's great book : http://darwin.eeb.uconn.edu/eeb348/lecture-notes/book.pdf
Please edit this question. It requires much more detail and error fixing (rationalization?) before anyone can answer it.