We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am getting an error that I cannot solve when trying to calibrate the null distribution with my subset of SNPs.
I am trying to run:
out1 <- OutFLANK(FstDataFrame, NumberOfSamples = 2, qthreshold = 0.05, Hmin = 0.1)
where FSTDataFrame is the data frame created from my subset of 50,000 SNPs. The error I am getting is:
Error in if (any(workingDataFrame$OutlierFlag[workingDataFrame$FSTNoCorr < : missing value where TRUE/FALSE needed
Here is a link to the data frame that I am using: https://drive.google.com/file/d/14tunMWoCk5c-8emcKHlNRDF_BPJJAAAa/view?usp=sharing
Any and all help trying to solve this error is much appreciated!
Emily
The text was updated successfully, but these errors were encountered:
Hi Emily,
Did you ever find a solution to this error? I am having the same issue...
Thanks! Erica
Sorry, something went wrong.
No branches or pull requests
Hi,
I am getting an error that I cannot solve when trying to calibrate the null distribution with my subset of SNPs.
I am trying to run:
out1 <- OutFLANK(FstDataFrame, NumberOfSamples = 2, qthreshold = 0.05, Hmin = 0.1)
where FSTDataFrame is the data frame created from my subset of 50,000 SNPs. The error I am getting is:
Error in if (any(workingDataFrame$OutlierFlag[workingDataFrame$FSTNoCorr < :
missing value where TRUE/FALSE needed
Here is a link to the data frame that I am using:
https://drive.google.com/file/d/14tunMWoCk5c-8emcKHlNRDF_BPJJAAAa/view?usp=sharing
Any and all help trying to solve this error is much appreciated!
Emily
The text was updated successfully, but these errors were encountered: