Skip to content

Commit 72dfae0

Browse files
committed
updating readme file
1 parent aa8595a commit 72dfae0

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

README.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Here a small text on why and how we did this study
1010

1111

1212
## Datasets
13-
There are X datasets used in this study. The files can be found in the "data" folder.
13+
There are 5 data sets used in this study. The files can be found in the "data" folder.
1414

15-
+ **AgrAph3.dat:** the first dataset contains the data for all the indivudals analyzed
15+
+ **AgrAph5.dat:** the first data set contains the data for all the indivudals analyzed. Each line correspond to one individuals and the following information for each individuals can be found in this table:
1616
+ *indiv_ID*:
1717
+ *data_batch*:
1818
+ *country year*:
@@ -39,16 +39,39 @@ There are X datasets used in this study. The files can be found in the "data" fo
3939
+ *one_MLG_year*:
4040
+ *K3_Q1, K3_Q2, K3_Q3*:
4141
+ *Clust_K3*:
42-
+ *K5_Q1, K5_Q2, K5_Q3, K5_Q4, K5_Q5*:
43-
+ *Clust_K5*:
42+
+ *K4_Q1, K4_Q2, K4_Q3, K4_Q4*:
43+
+ *Clust_K4*:
4444

45-
+ **outK2.str:**
45+
+ **AgrAphout2.str:** the data set summarizing the STRUCTURE runs performed to analyze individual based genetic clusterisation. This data set allows to perform the Delta-K analysis and plot
46+
47+
+ **onebyhost.txt:** Microsatellite results for Myzus grouped by sampling host. For multicopies MLG, only one copy of each MLG by host was kept. The data file is formated as a Genepop file.
48+
49+
+ **oneclustrap4.txt:** Microsatellite results for Myzus grouped by genetic clusters for K=4. For multicopies MLG, only one copy of each MLG by genetic cluster was kept. The data file is formated as a Genepop file.
50+
51+
+ **100str:** a folder containing 15 files that allow the plotting of 100 STRUCTURE runs for each K of interest (from K=2 to K=6)
4652

47-
+ **AgrAccconsK2.ind_datafile:**
4853

4954

5055
## R scripts
51-
+ **Agra_load.R:** the script to load the different datasets, functions and pacakges in the environment
56+
+ **Agra_load.R:** the script to load the different data sets, functions and packages that are useful for the data analyses and representation in the R environment
57+
58+
+ **Agra_deltaK_fun.R:** functions to perform the delta-K analysis
59+
60+
+ **Agra_div_fun.R:** a script that includes several function to compute a set of different genetic diversity indices
61+
62+
+ **Agra_strplot_fun.R:** a function to plot beautiful STRUCTURE-like plot with several parameters to control the output
63+
64+
+ **Agra_dapc_ana.R:** a script for DAPC analysis of the microsatellite data set.
65+
66+
+ **Agra_DAStree.R:** a script to compute a dissimilarity matrix as well as to build a neighbour joining tree
67+
68+
+ **Agra_genepop_ana.R:** a script that use some of the functions of the genepop package to compute Fst, Linkage disequilibrium between loci and related tests of significance
69+
70+
+ **Agra_netw.R:** a script to compute dissimilarity matrix between MLG and to build a network of MLG
71+
72+
+ **Agra_str_100plot.R:** the code to plot the multiple runs of STRUCTURE for K ranging from 2 to 6.
73+
74+
+ **Agra_str_finalplot.R:** the code to produce Figure 1
5275

5376

5477

0 commit comments

Comments
 (0)