forked from aniafijarczyk/Fijarczyk2020_JeanTalon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b34b74
commit 1beed9a
Showing
17 changed files
with
53,534 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Code for analyses of copy number variation (CNVs) (Figure 4 & Figure S3) | ||
|
||
|
||
|
||
## Plotting CNVs and aneuploidies in Jean-Talon and its close relatives (Figure 4) | ||
|
||
plotCNP.R | ||
|
||
input_files/getCNVIntervals_all.tab # List of CNVs > 10 kb | ||
|
||
output/plotCNP.pdf | ||
|
||
|
||
|
||
## Analysisng CNVs (Figure S3) | ||
## - filtering for poor quality coverage | ||
## - subsampling unrelated strains within groups | ||
## - calculating frequencies of CNVs in groups & plotting heatmaps (this only after running some bash scripts) | ||
|
||
### Complete file with coverage estimates can be downloaded from figshare as File S6. | ||
|
||
manageCNVs.ipynb | ||
|
||
./input_files/sample_FileS6.txt.gz # coverage in 250 bp windows for all strains | ||
./input_files/FileS7.txt.gz # gain and loss variants for all strains | ||
./input_files/table_S2.csv # metadata for all strains | ||
./input_files/IBDKINGmethod_kinship_matrix.out # kinship coefficient between all samples | ||
./input_files/chromLengthConvertion.fai # genome fasta fai file | ||
./input_files/genome_windows_250.bed # bed file with 250 bp windows | ||
./input_files/cnv_beer_bb_gains.bed # coordinates of gains in Beer/baking group | ||
./input_files/cnv_beer_bb_losses.bed # coordinates of losses in Beer/baking group | ||
|
||
|
||
|
||
## Plotting heatmap of coverage in maltose metabolism genes (Figure S3) | ||
|
||
plotMaltoseCNV.ipynb | ||
|
||
./input_files/maltoseGenes_CNV.tab | ||
./input_files/table_S2.csv | ||
|
||
./output/figure_heatmap_maltose.pdf |
Binary file not shown.
320 changes: 320 additions & 0 deletions
320
04_copy_number_variation/input_files/IBDKINGmethod_kinship_matrix.out
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
04_copy_number_variation/input_files/chromLengthConvertion.fai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ref|NC_001133| 230218 | ||
ref|NC_001134| 813184 | ||
ref|NC_001135| 316620 | ||
ref|NC_001136| 1531933 | ||
ref|NC_001137| 576874 | ||
ref|NC_001138| 270161 | ||
ref|NC_001139| 1090940 | ||
ref|NC_001140| 562643 | ||
ref|NC_001141| 439888 | ||
ref|NC_001142| 745751 | ||
ref|NC_001143| 666816 | ||
ref|NC_001144| 1078177 | ||
ref|NC_001145| 924431 | ||
ref|NC_001146| 784333 | ||
ref|NC_001147| 1091291 | ||
ref|NC_001148| 948066 |
18 changes: 18 additions & 0 deletions
18
04_copy_number_variation/input_files/cnv_beer_bb_gains.bed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ref|NC_001133| 27000 160750 | ||
ref|NC_001134| 35500 222750 | ||
ref|NC_001134| 265000 793750 | ||
ref|NC_001135| 14250 82750 | ||
ref|NC_001135| 90000 290250 | ||
ref|NC_001136| 437500 514250 | ||
ref|NC_001137| 23000 184250 | ||
ref|NC_001138| 30000 139250 | ||
ref|NC_001138| 143000 270161 | ||
ref|NC_001140| 0 85250 | ||
ref|NC_001141| 38750 205250 | ||
ref|NC_001141| 210500 439888 | ||
ref|NC_001143| 517750 666816 | ||
ref|NC_001147| 709000 1057000 | ||
ref|NC_001148| 0 56500 | ||
ref|NC_001148| 62500 436750 | ||
ref|NC_001148| 443000 804500 | ||
ref|NC_001148| 856500 931250 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ref|NC_001136| 1472750 1526250 | ||
ref|NC_001139| 7000 74750 | ||
ref|NC_001139| 319750 402000 | ||
ref|NC_001141| 39250 105250 | ||
ref|NC_001141| 105500 163000 | ||
ref|NC_001141| 210500 272750 | ||
ref|NC_001141| 336500 433750 | ||
ref|NC_001146| 11500 97000 | ||
ref|NC_001146| 101000 155750 |
Oops, something went wrong.