Skip to content
Prev 378101 / 398503 Next

Warning message: NAs introduced by coercion

Yes, sorry. I attached the file once again.
Well, still getting the same warning.
Warning message:
In class(genod) <- "numeric" : NAs introduced by coercion
[1] "matrix"

Then, I run the following code and it gives this:
+                  sample.id = sample.id, snp.id = snp.id,
+                  snp.chromosome = snp.chromosome,
+                  snp.position = snp.position,
+                  snp.allele = snp.allele, snpfirstdim=TRUE)
File: C:\Users\DELL\Documents\TEST\simTunesian.gds (1.4M)
+    [  ] *
|--+ sample.id   { Str8 363 ZIP_ra(42.5%), 755B }
|--+ snp.id   { Int32 15752 ZIP_ra(35.1%), 21.6K }
|--+ snp.position   { Int32 15752 ZIP_ra(34.7%), 21.3K }
|--+ snp.chromosome   { Float64 15752 ZIP_ra(0.18%), 230B }
|--+ snp.allele   { Str8 15752 ZIP_ra(0.16%), 108B }
\--+ genotype   { Bit2 15752x363, 1.4M } *
Identity-By-State (IBS) analysis on genotypes:
Excluding 0 SNP on non-autosomes
Working space: 363 samples, 15,752 SNPs
    using 1 (CPU) core
IBS:    the sum of all selected genotypes (0,1,2) = 3658952
Tue Jan 08 15:38:00 2019    (internal increment: 42880)
[==================================================] 100%, completed in 0s
Tue Jan 08 15:38:00 2019    Done.
[1] NaN
[1] NaN

As you can see, I can't continue my analysis (heat map plot,
clustering with hclust) because values are NaN.
On Tue, Jan 8, 2019 at 2:01 PM David L Carlson <dcarlson at tamu.edu> wrote: