Mercurial > repos > cropgeeks > ukseed
comparison dartseq_seeduk_1c.R @ 22:12db48e80a98 draft
Uploaded
author | cropgeeks |
---|---|
date | Fri, 20 Apr 2018 05:58:38 -0400 |
parents | ef0611a290ea |
children |
comparison
equal
deleted
inserted
replaced
21:5dab264e38c2 | 22:12db48e80a98 |
---|---|
63 #Individuals with less than 60% missing values = 374 [99.5%] | 63 #Individuals with less than 60% missing values = 374 [99.5%] |
64 #Individuals with less than 65% missing values = 375 [99.7%] | 64 #Individuals with less than 65% missing values = 375 [99.7%] |
65 #[1] "Completed" | 65 #[1] "Completed" |
66 # | 66 # |
67 # | 67 # |
68 gl_call_rate <- gl.filter.callrate(gl,method = 'loc', t=args[2]) | 68 gl_call_rate <- gl.filter.callrate(gl,method = 'loc', t=as.double(args[2])) |
69 #Reporting for a genlight object | 69 #Reporting for a genlight object |
70 #Note: Missing values most commonly arise from restriction site mutation. | 70 #Note: Missing values most commonly arise from restriction site mutation. |
71 # | 71 # |
72 #Initial no. of loci = 113138 | 72 #Initial no. of loci = 113138 |
73 # No. of loci deleted = 31509 | 73 # No. of loci deleted = 31509 |
75 # Call Rate > 0.75 | 75 # Call Rate > 0.75 |
76 # No. of loci: 81629 | 76 # No. of loci: 81629 |
77 # No. of individuals: 376 | 77 # No. of individuals: 376 |
78 # No. of populations: 0 | 78 # No. of populations: 0 |
79 # | 79 # |
80 gl_rep <- gl.filter.repavg(gl_call_rate,t=args[3]) | 80 gl_rep <- gl.filter.repavg(gl_call_rate,t=as.double(args[3])) |
81 #Reporting for a genlight object | 81 #Reporting for a genlight object |
82 #Note: RepAvg is a DArT statistic reporting reproducibility averaged across alleles for each locus. | 82 #Note: RepAvg is a DArT statistic reporting reproducibility averaged across alleles for each locus. |
83 | 83 |
84 #Initial no. of loci = 81629 | 84 #Initial no. of loci = 81629 |
85 #No. of loci deleted = 6446 | 85 #No. of loci deleted = 6446 |
106 #Individuals with less than 50% missing values = 373 [99.2%] | 106 #Individuals with less than 50% missing values = 373 [99.2%] |
107 #Individuals with less than 55% missing values = 374 [99.5%] | 107 #Individuals with less than 55% missing values = 374 [99.5%] |
108 #Individuals with less than 60% missing values = 375 [99.7%] | 108 #Individuals with less than 60% missing values = 375 [99.7%] |
109 #[1] "Completed" | 109 #[1] "Completed" |
110 | 110 |
111 gl_final <- gl.filter.callrate(gl_rep,method = 'ind', t=args[4]) | 111 gl_final <- gl.filter.callrate(gl_rep,method = 'ind', t=as.double(args[4])) |
112 #Reporting for a genlight object | 112 #Reporting for a genlight object |
113 #Note: Missing values most commonly arise from restriction site mutation. | 113 #Note: Missing values most commonly arise from restriction site mutation. |
114 | 114 |
115 #Initial no. of individuals = 376 | 115 #Initial no. of individuals = 376 |
116 #Filtering a genlight object | 116 #Filtering a genlight object |