-
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
a02d25b
commit b8dc3ee
Showing
2 changed files
with
4 additions
and
84 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,45 +1,5 @@ | ||
# B004: Cys147 CA - Cys204 CA | ||
|
||
## Probability density function | ||
|
||
<figure markdown> | ||
![](./b004-cys147_ca-cys204_ca-pdf.svg){width=600} | ||
</figure> | ||
|
||
### Quantitative | ||
|
||
--8<-- "study/figures/b-cys/b004-cys147_ca-cys204_ca/pdf-info.md" | ||
|
||
## Potential of mean force | ||
# Fig001 | ||
|
||
<figure markdown> | ||
![](./b004-cys147_ca-cys204_ca-pmf.svg){width=600} | ||
![](./fig001.svg){width=600} | ||
</figure> | ||
|
||
### Quantitative | ||
|
||
--8<-- "study/figures/b-cys/b004-cys147_ca-cys204_ca/pmf-info.md" | ||
|
||
## Visualization | ||
|
||
<div id="b004-view" class="mol-container"></div> | ||
|
||
<script> | ||
document.addEventListener('DOMContentLoaded', (event) => { | ||
const viewer = molstar.Viewer.create('b004-view', { | ||
layoutIsExpanded: false, | ||
layoutShowControls: false, | ||
layoutShowRemoteState: false, | ||
layoutShowSequence: true, | ||
layoutShowLog: false, | ||
layoutShowLeftPanel: false, | ||
viewportShowExpand: true, | ||
viewportShowSelectionMode: true, | ||
viewportShowAnimation: false, | ||
pdbProvider: 'rcsb', | ||
}).then(viewer => { | ||
// viewer.loadStructureFromUrl("/analysis/005-rogfp-glh-md/data/traj/frame_106403.pdb", "pdb"); | ||
viewer.loadSnapshotFromUrl("/misc/002-molstar-states/f001.molj", "molj"); | ||
}); | ||
}); | ||
</script> |
44 changes: 2 additions & 42 deletions
44
study/figures/shared-figures/002-md-sims-manuscript/index.md
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,45 +1,5 @@ | ||
# B004: Cys147 CA - Cys204 CA | ||
|
||
## Probability density function | ||
|
||
<figure markdown> | ||
![](./b004-cys147_ca-cys204_ca-pdf.svg){width=600} | ||
</figure> | ||
|
||
### Quantitative | ||
|
||
--8<-- "study/figures/b-cys/b004-cys147_ca-cys204_ca/pdf-info.md" | ||
|
||
## Potential of mean force | ||
# Fig002 | ||
|
||
<figure markdown> | ||
![](./b004-cys147_ca-cys204_ca-pmf.svg){width=600} | ||
![](./fig002.svg){width=600} | ||
</figure> | ||
|
||
### Quantitative | ||
|
||
--8<-- "study/figures/b-cys/b004-cys147_ca-cys204_ca/pmf-info.md" | ||
|
||
## Visualization | ||
|
||
<div id="b004-view" class="mol-container"></div> | ||
|
||
<script> | ||
document.addEventListener('DOMContentLoaded', (event) => { | ||
const viewer = molstar.Viewer.create('b004-view', { | ||
layoutIsExpanded: false, | ||
layoutShowControls: false, | ||
layoutShowRemoteState: false, | ||
layoutShowSequence: true, | ||
layoutShowLog: false, | ||
layoutShowLeftPanel: false, | ||
viewportShowExpand: true, | ||
viewportShowSelectionMode: true, | ||
viewportShowAnimation: false, | ||
pdbProvider: 'rcsb', | ||
}).then(viewer => { | ||
// viewer.loadStructureFromUrl("/analysis/005-rogfp-glh-md/data/traj/frame_106403.pdb", "pdb"); | ||
viewer.loadSnapshotFromUrl("/misc/002-molstar-states/f001.molj", "molj"); | ||
}); | ||
}); | ||
</script> |