
If (!require("ggplot2")) install.packages("ggplot2") Here the list of packages that assigner is depending on: if (!require("reshape2")) install.packages("reshape2") # Changing 'package_name' to the problematic package. If you know your way around the terminal and understand the consequences of using sudo rm -R command, here something faster to remove problematic packages: sudo rm -R /Library/Frameworks/R.framework/Resources/library/package_name
#Genodive problems mac#
On MAC computers, in the Finder, use the shortcut cmd+shift+g, or in the menu bar : GO -> Go to Folder, copy/paste the text below: /Library/Frameworks/R.framework/Resources/library Delete the problematic packages manually and reinstall. Warning: cannot remove prior installation of package ‘stringi’ Sometimes you'll get warnings while installing dependencies required for assigner or other R packages. Sudo cp ~/Downloads/gsi_sim/gsi_sim-Linux /usr/local/bin/gsi_sim Sudo cp ~/Downloads/gsi_sim/gsi_sim-Darwin /usr/local/bin/gsi_sim Read this short section of my tutorial on ( ).īinary, the gsi_sim executable, in the folder /usr/local/bin. If you have no idea what i'm saying here, you might want to first Is properly installed and available on the command line, so it is executable fromĪny directory. Option 2: Use a pre-compiled binary (Mac OSX & Windows) ( ) or quick copy/paste solution below: # Mac OSXĪssigner assumes that the command line version of ( ) Install.packages(pkgs = "~/Downloads/randomForestSRC", repos = NULL, type = "source") Option 1: From source (Linux & Mac OSX) # Terminal
#Genodive problems install#
Step 3 For faster imputations, you need to install an OpenMP enabled randomForestSRC package website. Step 2 Install assigner: install_github("thierrygosselin/assigner") # to install Step 1 You will need the package devtools if (!require("devtools")) install.packages("devtools") # to install You can try out the dev version of assigner. Fast computations with optimized codes to run in parallel!.ggplot2-based plotting to view assignment results and create publication-ready figures.Import and summarise the assignment results from ( ) (Meirmans and Van Tienderen, 2004).Compute the genotype likelihood ratio distance metric (Dlr) (Paetkau's et al.
#Genodive problems software#


Restriction-site-associated DNA sequencing (RADseq)) produce huge numbers of markers that hold great potential and promises for assignment analysis. Next-generation sequencing techniques that reduce the size of the genome (e.g. In eriqande/assigner: Assignment Analysis with GBS/RADseq Data using R assigner
