Difference between revisions of "GenelandTutorial"

Line 7: Line 7:
 
I have prepared 3 sample data files with increasing migration rate 1 is low and 3 is high, all use the same coordinate file (in fact the data was simulated using two populations and the coordinates are assigned randomly to the samples -- this is NOT how real data is collected because this destroys any geography within a population, but since there was no geography to start with this will be OK, I expect that geneland will cope well with sample1 and less well with sample3.
 
I have prepared 3 sample data files with increasing migration rate 1 is low and 3 is high, all use the same coordinate file (in fact the data was simulated using two populations and the coordinates are assigned randomly to the samples -- this is NOT how real data is collected because this destroys any geography within a population, but since there was no geography to start with this will be OK, I expect that geneland will cope well with sample1 and less well with sample3.
  
* start R
+
* start R then type
 
<pre>
 
<pre>
library('Geneland')
+
          library('Geneland')
Geneland.GUI()
+
          Geneland.GUI()
 
</pre>
 
</pre>
 
* fill in the output directory and the coordinates and the sampled data (use codominated markers)
 
* fill in the output directory and the coordinates and the sampled data (use codominated markers)
Line 34: Line 34:
 
* in R:  
 
* in R:  
 
<pre>
 
<pre>
install.packages("Geneland",method="wget")
+
          install.packages("Geneland",method="wget")
</pre}
+
</pre>
 
* you should be set: in R try:  
 
* you should be set: in R try:  
 
<pre>
 
<pre>
library('Geneland')  
+
          library('Geneland')  
Geneland.GUI()
+
          Geneland.GUI()
 
</pre>
 
</pre>
  

Revision as of 19:26, 29 September 2015

Geneland tutorial

(if you need to still install see Installation:)

Tutorial

I have prepared 3 sample data files with increasing migration rate 1 is low and 3 is high, all use the same coordinate file (in fact the data was simulated using two populations and the coordinates are assigned randomly to the samples -- this is NOT how real data is collected because this destroys any geography within a population, but since there was no geography to start with this will be OK, I expect that geneland will cope well with sample1 and less well with sample3.

  • start R then type
          library('Geneland')
          Geneland.GUI()
  • fill in the output directory and the coordinates and the sampled data (use codominated markers)
  • run the analysis using at least 10000 steps (more would be better), do also a few replicates
  • postprocess using the defaults
  • run the graphics section and look at some of the plots (we will discuss these in class)

Installation:

On a mac:

if this works do (!! capitalization !!) library("Geneland") You may need to follow the prompt to install command line tools, otools or similar.

  • if all worked then you should be set: in R try (again): library('Geneland') Geneland.GUI()

On UNIX systems:

  • install R (use apt-get if your system supports that)
  • in R:
          install.packages("Geneland",method="wget")
  • you should be set: in R try:
          library('Geneland') 
          Geneland.GUI()

on Windows:

install.packages("Geneland").
  • follow the instructions.