-
Notifications
You must be signed in to change notification settings - Fork 0
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
e4fcb50
commit d6d547c
Showing
67 changed files
with
437,036 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Tutorials | ||
|
||
This folder provides tutorials for setting up and performing simulations of a human nucleus using existing parameters (HFF_100KB), for computing the contact probabilities and optimizing interaction parameters (analysis_code), and for choosing proper initial configurations from the relaxed configuration pool (init_configs). | ||
This folder provides tutorials for setting up and performing simulations of a human nucleus using existing parameters (HFF_100KB), for computing the contact probabilities (analysis code), for optimizing chr-chr interaction parameters (chr_chr_optimization), for optimizing chr-NL interaction parameters (chr_NL_optimization), and for choosing proper initial configurations from the relaxed configuration pool (init_configs). | ||
|
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
File renamed without changes.
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,15 @@ | ||
## Analysis code | ||
|
||
- chr_NL_optimization.ipynb: call and optimizes the chromosome-nuclear landmarks interactions (chr-spe, chr-lam) | ||
|
||
- DamID-OE.txt: experimental DamID sequencing data | ||
|
||
- TSA-Seq-OE.txt: experimental TSASeq sequencing data | ||
|
||
- mol_info: save all the molecular information files necessary for computing contact probabilities | ||
|
||
- adam_chr_NL_param: save all the parameters used in the adam optimization for the chromosome-nuclear landmarks interactions | ||
|
||
- potential: save all the potentials used in the chr-NL interactions | ||
|
||
- frame_10.dcd: trajectory file example which contains 10 frames |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
## Molecular information | ||
|
||
- gLengthFile.txt: The difference between each two neighboring values in the file represents the length of the chromosome | ||
|
||
- maternalIdxFile.txt: Index of each maternal chromosome | ||
|
||
- paternalIdxFile.txt: Index of each paternal chromosome |
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,24 @@ | ||
0 | ||
2490 | ||
4912 | ||
6895 | ||
8798 | ||
10614 | ||
12323 | ||
13917 | ||
15369 | ||
16753 | ||
18091 | ||
19442 | ||
20775 | ||
21919 | ||
22990 | ||
24010 | ||
24914 | ||
25747 | ||
26551 | ||
27138 | ||
27783 | ||
28251 | ||
28760 | ||
30321 |
23 changes: 23 additions & 0 deletions
23
tutorials/chr_NL_optimization/mol_info/maternalIdxFile.txt
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,23 @@ | ||
1 2490 | ||
4981 7402 | ||
9825 11807 | ||
13791 15693 | ||
17597 19412 | ||
21229 22937 | ||
24647 26240 | ||
27835 29286 | ||
30739 32122 | ||
33507 34844 | ||
36183 37533 | ||
38885 40217 | ||
41551 42694 | ||
43839 44909 | ||
45981 47000 | ||
48021 48924 | ||
49829 50661 | ||
51495 52298 | ||
53103 53689 | ||
54277 54921 | ||
55567 56034 | ||
56503 57011 | ||
57521 59081 |
23 changes: 23 additions & 0 deletions
23
tutorials/chr_NL_optimization/mol_info/paternalIdxFile.txt
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,23 @@ | ||
2491 4980 | ||
7403 9824 | ||
11808 13790 | ||
15694 17596 | ||
19413 21228 | ||
22938 24646 | ||
26241 27834 | ||
29287 30738 | ||
32123 33506 | ||
34845 36182 | ||
37534 38884 | ||
40218 41550 | ||
42695 43838 | ||
44910 45980 | ||
47001 48020 | ||
48925 49828 | ||
50662 51494 | ||
52299 53102 | ||
53690 54276 | ||
54922 55566 | ||
56035 56502 | ||
57012 57520 | ||
59082 60642 |
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,7 @@ | ||
This folder includes all the parameter files needed for the chr-NL interactions | ||
|
||
- chr_lam_spec.txt: Chromosome-lamina interaction parameters | ||
|
||
- chr_spec_param.txt: Chromosome-speckle interaction parameters | ||
|
||
- chr_nuc_param.txt: Chromosome-nucleoli interaction parameters |
Oops, something went wrong.