[adegenet-forum] error in hclust
Mark Coulson
Mark.Coulson.ic at uhi.ac.uk
Fri Aug 5 12:35:50 CEST 2016
Ok,
So got it working now by omitting the D <- as.matrix(X) step and running the hclust only from the D <- dist(X)
M
From: Thibaut Jombart [mailto:thibautjombart at gmail.com]
Sent: 05 August 2016 10:41
To: Mark Coulson <Mark.Coulson.ic at uhi.ac.uk>
Cc: adegenet-forum at lists.r-forge.r-project.org
Subject: Re: [adegenet-forum] error in hclust
Odd indeed. Are there any NAs in 'X'?
Cheers
Thibaut
--
Dr Thibaut Jombart
Lecturer, Department of Infectious Disease Epidemiology
Imperial College London
https://sites.google.com/site/thibautjombart/
https://github.com/thibautjombart
Twitter: @TeebzR<https://twitter.com/TeebzR>
On 5 August 2016 at 10:34, Mark Coulson <Mark.Coulson.ic at uhi.ac.uk<mailto:Mark.Coulson.ic at uhi.ac.uk>> wrote:
Hello,
Yesterday I ran the following code and everything worked just fine. Today I simply opened up my script and re-ran it and got the following
laidon <- import2genind("laidon_project_data_no_sibs.str")
X <- tab(laidon, freq=TRUE, NA.method="mean")
D <- dist(X)
D <- as.matrix(D)
h1 <- hclust(D, method="complete")
Error in if (is.na<http://is.na>(n) || n > 65536L) stop("size cannot be NA nor exceed 65536") :
missing value where TRUE/FALSE needed
Not sure what this error means but more confused as to why suddenly it isn’t working. Nothing else has changed
Mark
Inverness College UHI, a partner in the University of the Highlands and Islands www.inverness.uhi.ac.uk<http://www.inverness.uhi.ac.uk> Board of Management of Inverness College (known as Inverness College UHI), Scottish Charity No SC021197.
_______________________________________________
adegenet-forum mailing list
adegenet-forum at lists.r-forge.r-project.org<mailto:adegenet-forum at lists.r-forge.r-project.org>
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum
Inverness College UHI, a partner in the University of the Highlands and Islands www.inverness.uhi.ac.uk Board of Management of Inverness College (known as Inverness College UHI), Scottish Charity No SC021197.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/adegenet-forum/attachments/20160805/ead93950/attachment-0001.html>
More information about the adegenet-forum
mailing list