index.html 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  1. <!doctype html>
  2. <html class="default no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>@rcsb/rcsb-saguaro-3d</title>
  7. <meta name="description" content="Documentation for @rcsb/rcsb-saguaro-3d">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="assets/css/main.css">
  10. </head>
  11. <body>
  12. <header>
  13. <div class="tsd-page-toolbar">
  14. <div class="container">
  15. <div class="table-wrap">
  16. <div class="table-cell" id="tsd-search" data-index="assets/js/search.json" data-base=".">
  17. <div class="field">
  18. <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
  19. <input id="tsd-search-field" type="text" />
  20. </div>
  21. <ul class="results">
  22. <li class="state loading">Preparing search index...</li>
  23. <li class="state failure">The search index is not available</li>
  24. </ul>
  25. <a href="index.html" class="title">@rcsb/rcsb-saguaro-3d</a>
  26. </div>
  27. <div class="table-cell" id="tsd-widgets">
  28. <div id="tsd-filter">
  29. <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
  30. <div class="tsd-filter-group">
  31. <div class="tsd-select" id="tsd-filter-visibility">
  32. <span class="tsd-select-label">All</span>
  33. <ul class="tsd-select-list">
  34. <li data-value="public">Public</li>
  35. <li data-value="protected">Public/Protected</li>
  36. <li data-value="private" class="selected">All</li>
  37. </ul>
  38. </div>
  39. <input type="checkbox" id="tsd-filter-inherited" checked />
  40. <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
  41. <input type="checkbox" id="tsd-filter-externals" checked />
  42. <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
  43. <input type="checkbox" id="tsd-filter-only-exported" />
  44. <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
  45. </div>
  46. </div>
  47. <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="tsd-page-title">
  53. <div class="container">
  54. <ul class="tsd-breadcrumb">
  55. <li>
  56. <a href="globals.html">Globals</a>
  57. </li>
  58. </ul>
  59. <h1>@rcsb/rcsb-saguaro-3d</h1>
  60. </div>
  61. </div>
  62. </header>
  63. <div class="container container-main">
  64. <div class="row">
  65. <div class="col-8 col-content">
  66. <div class="tsd-panel tsd-typography">
  67. <a href="#rcsb-saguaro-3d" id="rcsb-saguaro-3d" style="color: inherit; text-decoration: none;">
  68. <h1>rcsb-saguaro-3D</h1>
  69. </a>
  70. <p>RCSB Saguaro Web 3D is an open-source library built on the top of the <a href="https://rcsb.github.io/rcsb-saguaro">RCSB Saguaro 1D Feature Viewer</a>
  71. and <a href="https://github.com/rcsb/rcsb-molstar">RCSB Molstar</a> designed to display protein features at the <a href="https://www.rcsb.org">RCSB Web Site</a>.
  72. The package collects protein annotations from the <a href="https://1d-coordinates.rcsb.org">1D Coordinate Server</a>
  73. and the main <a href="https://data.rcsb.org">RCSB Data API</a> and generates Protein Feature Summaries.
  74. The package allows access to RCSB Saguaro and Molstar methods to add or change the displayed data. </p>
  75. <div id="pfv"></div>
  76. <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
  77. <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
  78. <script crossorigin src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-3d@1.0.1-beta/build/dist/app.js"></script>
  79. <script type="text/javascript">
  80. var __assign = (this && this.__assign) || function () {
  81. __assign = Object.assign || function(t) {
  82. for (var s, i = 1, n = arguments.length; i < n; i++) {
  83. s = arguments[i];
  84. for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
  85. t[p] = s[p];
  86. }
  87. return t;
  88. };
  89. return __assign.apply(this, arguments);
  90. };
  91. var rowConfigChainA = [
  92. {
  93. trackId: "sequenceTrack",
  94. trackHeight: 20,
  95. trackColor: "#F9F9F9",
  96. displayType: "sequence" /* SEQUENCE */,
  97. nonEmptyDisplay: true,
  98. rowTitle: "CHAIN A",
  99. trackData: [
  100. {
  101. begin: 1,
  102. value: "CGVPAIQPVLSGLSRIVNGEEAVPGSWPWQVSLQDKTGFHFCGGSLINENWVVTAAHCGVTTSDVVVAGEFDQGSSSEKIQKLKIAKVFKNSKYNSLTINNDITLLKLSTAASFSQTVSAVCLPSASDDFAAGTTCVTTGWGLTRYTNANTPDRLQQASLPLLSNTNCKKYWGTKIKDAMICAGASGVSSCMGDSGGPLVCKKNGAWTLVGIVSWGSSTCSTSTPGVYARVTALVNWVQQTLAAN"
  103. }
  104. ]
  105. }, {
  106. trackId: "blockTrack",
  107. trackHeight: 20,
  108. trackColor: "#F9F9F9",
  109. displayType: "block" /* BLOCK */,
  110. displayColor: "#76ae91",
  111. rowTitle: "FEATURE",
  112. trackData: [{
  113. begin: 20,
  114. end: 25
  115. }, {
  116. begin: 150,
  117. end: 160
  118. }]
  119. }
  120. ];
  121. var rowConfigChainB = [
  122. {
  123. trackId: "sequenceTrack",
  124. trackHeight: 20,
  125. trackColor: "#F9F9F9",
  126. displayType: "sequence" /* SEQUENCE */,
  127. nonEmptyDisplay: true,
  128. rowTitle: "CHAIN B",
  129. trackData: [
  130. {
  131. begin: 1,
  132. value: "TEFGSELKSFPEVVGKTVDQAREYFTLHYPQYDVYFLPEGSPVTLDLRYNRVRVFYNPGTNVVNHVPHVG"
  133. }
  134. ]
  135. }, {
  136. trackId: "blockTrack",
  137. trackHeight: 20,
  138. trackColor: "#F9F9F9",
  139. displayType: "block" /* BLOCK */,
  140. displayColor: "#f17070",
  141. rowTitle: "FEATURE",
  142. trackData: [{
  143. begin: 20,
  144. end: 50
  145. }]
  146. }
  147. ];
  148. var fvConfigChainA = {
  149. boardId: "1acb.A_board",
  150. boardConfig: {
  151. range: {
  152. min: 1,
  153. max: 245
  154. },
  155. disableMenu:true,
  156. rowTitleWidth: 80,
  157. trackWidth: 670,
  158. includeAxis: true
  159. },
  160. rowConfig: rowConfigChainA,
  161. sequenceSelectionChangeCallback: function (plugin, selectorManager, sequenceRegion) {
  162. selectorManager.clearSelection("select", { modelId: "1acb_board", labelAsymId: "A" });
  163. plugin.clearSelection("select", { modelId: "1acb_board", labelAsymId: "A" });
  164. if (sequenceRegion.length > 0) {
  165. var regions = sequenceRegion.map(function (r) {
  166. var _a;
  167. return ({
  168. modelId: "1acb_board",
  169. labelAsymId: "A",
  170. region: { begin: r.begin, end: (_a = r.end) !== null && _a !== void 0 ? _a : r.begin, source: "sequence" }
  171. });
  172. });
  173. selectorManager.addSelectionFromMultipleRegions(regions, "select");
  174. plugin.select(regions.map(function (r) { return (__assign(__assign({}, r), { begin: r.region.begin, end: r.region.end })); }), "select", "add");
  175. }
  176. else {
  177. plugin.resetCamera();
  178. }
  179. },
  180. sequenceElementClickCallback: function (plugin, selectorManager, d) {
  181. var _a;
  182. if (d != null)
  183. plugin.cameraFocus("1acb_board", "A", d.begin, (_a = d.end) !== null && _a !== void 0 ? _a : d.begin);
  184. },
  185. sequenceHoverCallback: function (plugin, selectorManager, elements) {
  186. if (elements == null || elements.length == 0)
  187. plugin.clearSelection("hover");
  188. else
  189. plugin.select(elements.map(function (e) {
  190. var _a;
  191. return ({
  192. modelId: "1acb_board",
  193. labelAsymId: "A",
  194. begin: e.begin,
  195. end: (_a = e.end) !== null && _a !== void 0 ? _a : e.begin
  196. });
  197. }), "hover", "set");
  198. },
  199. structureSelectionCallback: function (plugin, pfv, selection) {
  200. var sel = selection.getSelectionWithCondition("1acb_board", "A", "select");
  201. if (sel == null) {
  202. pfv.clearSelection("select");
  203. plugin.resetCamera();
  204. }
  205. else {
  206. pfv.setSelection({ elements: sel.regions, mode: "select" });
  207. }
  208. },
  209. structureHoverCallback: function (plugin, pfv, selection) {
  210. var sel = selection.getSelectionWithCondition("1acb_board", "A", "hover");
  211. if (sel == null)
  212. pfv.clearSelection("hover");
  213. else
  214. pfv.setSelection({ elements: sel.regions, mode: "hover" });
  215. }
  216. };
  217. var fvConfigChainB = {
  218. boardId: "1acb.B_board",
  219. boardConfig: {
  220. range: {
  221. min: 1,
  222. max: 70
  223. },
  224. disableMenu:true,
  225. rowTitleWidth: 80,
  226. trackWidth: 670,
  227. includeAxis: true
  228. },
  229. rowConfig: rowConfigChainB,
  230. sequenceSelectionChangeCallback: function (plugin, selectorManager, sequenceRegion) {
  231. selectorManager.clearSelection("select", { modelId: "1acb_board", labelAsymId: "B" });
  232. plugin.clearSelection("select", { modelId: "1acb_board", labelAsymId: "B" });
  233. if (sequenceRegion.length > 0) {
  234. var regions = sequenceRegion.map(function (r) {
  235. var _a;
  236. return ({
  237. modelId: "1acb_board",
  238. labelAsymId: "B",
  239. region: { begin: r.begin, end: (_a = r.end) !== null && _a !== void 0 ? _a : r.begin, source: "sequence" }
  240. });
  241. });
  242. selectorManager.addSelectionFromMultipleRegions(regions, "select");
  243. plugin.select(regions.map(function (r) { return (__assign(__assign({}, r), { begin: r.region.begin, end: r.region.end })); }), "select", "add");
  244. }
  245. else {
  246. plugin.resetCamera();
  247. }
  248. },
  249. sequenceElementClickCallback: function (plugin, selectorManager, d) {
  250. var _a;
  251. if (d != null)
  252. plugin.cameraFocus("1acb_board", "B", d.begin, (_a = d.end) !== null && _a !== void 0 ? _a : d.begin);
  253. },
  254. sequenceHoverCallback: function (plugin, selectorManager, elements) {
  255. if (elements == null || elements.length == 0)
  256. plugin.clearSelection("hover");
  257. else
  258. plugin.select(elements.map(function (e) {
  259. var _a;
  260. return ({
  261. modelId: "1acb_board",
  262. labelAsymId: "B",
  263. begin: e.begin,
  264. end: (_a = e.end) !== null && _a !== void 0 ? _a : e.begin
  265. });
  266. }), "hover", "set");
  267. },
  268. structureSelectionCallback: function (plugin, pfv, selection) {
  269. var sel = selection.getSelectionWithCondition("1acb_board", "B", "select");
  270. if (sel == null) {
  271. pfv.clearSelection("select");
  272. plugin.resetCamera();
  273. }
  274. else {
  275. pfv.setSelection({ elements: sel.regions, mode: "select" });
  276. }
  277. },
  278. structureHoverCallback: function (plugin, pfv, selection) {
  279. var sel = selection.getSelectionWithCondition("1acb_board", "B", "hover");
  280. if (sel == null)
  281. pfv.clearSelection("hover");
  282. else
  283. pfv.setSelection({ elements: sel.regions, mode: "hover" });
  284. }
  285. };
  286. var blockChainA = {
  287. blockId: "chainA",
  288. featureViewConfig: [fvConfigChainA]
  289. };
  290. var blockChainB = {
  291. blockId: "chainB",
  292. featureViewConfig: [fvConfigChainB]
  293. };
  294. var blockSelectorElement = function (blockSelectorManager) {
  295. return (React.createElement("div", null,
  296. React.createElement("select", { onChange: function (e) {
  297. blockSelectorManager.setActiveBlock(e.target.value);
  298. } },
  299. React.createElement("option", { value: "chainA" }, "Chain A"),
  300. React.createElement("option", { value: "chainB" }, "Chain B"))));
  301. };
  302. var customConfig = {
  303. blockConfig: [blockChainA, blockChainB],
  304. blockSelectorElement: blockSelectorElement
  305. };
  306. var sequenceConfig = {
  307. title: undefined,
  308. subtitle: undefined,
  309. config: customConfig
  310. };
  311. var molstarConfig = {
  312. loadConfig: {
  313. loadMethod: "loadPdbIds",
  314. loadParams: [{
  315. pdbId: "1acb",
  316. id: "1acb_board"
  317. }]
  318. },
  319. pluginConfig: {
  320. showImportControls: true,
  321. showSessionControls: false
  322. },
  323. };
  324. document.addEventListener("DOMContentLoaded", function (event) {
  325. var panel3d = new RcsbFv3D.custom({
  326. elementId: "pfv",
  327. structurePanelConfig: molstarConfig,
  328. sequencePanelConfig: sequenceConfig,
  329. cssConfig: {
  330. overwriteCss:true,
  331. rootPanel:{
  332. display:"flex",
  333. flexDirection:"column-reverse"
  334. },
  335. structurePanel:{
  336. width: 750,
  337. height: 700
  338. },
  339. sequencePanel:{
  340. width:750,
  341. marginBottom:5
  342. }
  343. },
  344. });
  345. panel3d.render();
  346. });
  347. </script>
  348. <a href="#cdn-javascript" id="cdn-javascript" style="color: inherit; text-decoration: none;">
  349. <h3>CDN JavaScript</h3>
  350. </a>
  351. <p><code>&lt;script src=&quot;https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-3d@1.0.0/build/dist/app.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</code></p>
  352. <a href="#node-module-instalation" id="node-module-instalation" style="color: inherit; text-decoration: none;">
  353. <h3>Node Module Instalation</h3>
  354. </a>
  355. <p><code>npm install @rcsb/rcsb-saguaro-3d</code></p>
  356. <a href="#building-amp-running" id="building-amp-running" style="color: inherit; text-decoration: none;">
  357. <h2>Building &amp; Running</h2>
  358. </a>
  359. <a href="#build-app" id="build-app" style="color: inherit; text-decoration: none;">
  360. <h3>Build app</h3>
  361. </a>
  362. <pre><code><span class="hljs-built_in">npm</span> install
  363. <span class="hljs-built_in">npm</span> run buildApp</code></pre>
  364. <a href="#build-examples" id="build-examples" style="color: inherit; text-decoration: none;">
  365. <h3>Build examples</h3>
  366. </a>
  367. <pre><code>npm <span class="hljs-builtin-name">run</span> buildExamples</code></pre><p>From the root of the project:</p>
  368. <pre><code>http-server -p PORT-<span class="hljs-built_in">NUMBER</span></code></pre><p>and navigate to <code>localhost:PORT-NUMBER/build/examples/</code></p>
  369. <a href="#main-classes-and-methods" id="main-classes-and-methods" style="color: inherit; text-decoration: none;">
  370. <h3>Main Classes and Methods</h3>
  371. </a>
  372. <p>Class <strong><code>RcsbFv3DAssembly</code></strong> (<code>src/RcsbFv3D/RcsbFv3DAssembly.tsx</code>) builds a predefined view for PDB entries. This method is used in the RCSB PDB web portal
  373. to display 1D features on PDB entries (ex: <a href="https://www.rcsb.org/3d-sequence/4HHB">4hhb</a>). Source code example can be found in <code>src/examples/assembly/index.ts</code>.</p>
  374. <p>Class <strong><code>RcsbFv3DCustom</code></strong> file <code>src/RcsbFv3D/RcsbFv3DCustom.tsx</code> builds a customized view between one or more feature viewers and a single Molstar plugin.</p>
  375. <pre><code class="language-typescript"><span class="hljs-keyword">interface</span> RcsbFv3DCustomInterface <span class="hljs-keyword">extends</span> RcsbFv3DAbstractInterface {
  376. <span class="hljs-attr">structurePanelConfig</span>: RcsbFvStructureInterface;
  377. sequencePanelConfig: {
  378. <span class="hljs-attr">config</span>: CustomViewInterface;
  379. title?: <span class="hljs-built_in">string</span>;
  380. subtitle?: <span class="hljs-built_in">string</span>;
  381. };
  382. }</code></pre>
  383. <p><img src=".github/img/config_img.png?raw=true" alt="Alt text" title="Custom config schema"></p>
  384. <a href="#contributing" id="contributing" style="color: inherit; text-decoration: none;">
  385. <h2>Contributing</h2>
  386. </a>
  387. <p>All contributions are welcome. Please, make a pull request or open an issue.</p>
  388. <a href="#license" id="license" style="color: inherit; text-decoration: none;">
  389. <h2>License</h2>
  390. </a>
  391. <p>The MIT License</p>
  392. <pre><code><span class="hljs-attribute">Copyright</span> (c) <span class="hljs-number">2021</span> - now, RCSB PDB and contributors</code></pre><p>Permission is hereby granted, free of charge, to any person obtaining a copy
  393. of this software and associated documentation files (the &quot;Software&quot;), to deal
  394. in the Software without restriction, including without limitation the rights
  395. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  396. copies of the Software, and to permit persons to whom the Software is
  397. furnished to do so, subject to the following conditions:</p>
  398. <p>The above copyright notice and this permission notice shall be included in
  399. all copies or substantial portions of the Software.</p>
  400. <p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  401. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  402. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  403. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  404. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  405. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  406. THE SOFTWARE.</p>
  407. </div>
  408. </div>
  409. <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
  410. <nav class="tsd-navigation primary">
  411. <ul>
  412. <li class="globals ">
  413. <a href="globals.html"><em>Globals</em></a>
  414. </li>
  415. </ul>
  416. </nav>
  417. <nav class="tsd-navigation secondary menu-sticky">
  418. <ul class="before-current">
  419. <li class=" tsd-kind-enum">
  420. <a href="enums/eventtype.html" class="tsd-kind-icon">Event<wbr>Type</a>
  421. </li>
  422. <li class=" tsd-kind-enum">
  423. <a href="enums/loadmethod.html" class="tsd-kind-icon">Load<wbr>Method</a>
  424. </li>
  425. <li class=" tsd-kind-enum">
  426. <a href="enums/rcsbfvdomconstants.html" class="tsd-kind-icon">Rcsb<wbr>FvDOMConstants</a>
  427. </li>
  428. <li class=" tsd-kind-class">
  429. <a href="classes/abstractplugin.html" class="tsd-kind-icon">Abstract<wbr>Plugin</a>
  430. </li>
  431. <li class=" tsd-kind-class tsd-has-type-parameter">
  432. <a href="classes/abstractview.html" class="tsd-kind-icon">Abstract<wbr>View</a>
  433. </li>
  434. <li class=" tsd-kind-class tsd-has-type-parameter">
  435. <a href="classes/assemblyview.html" class="tsd-kind-icon">Assembly<wbr>View</a>
  436. </li>
  437. <li class=" tsd-kind-class">
  438. <a href="classes/blockselectormanager.html" class="tsd-kind-icon">Block<wbr>Selector<wbr>Manager</a>
  439. </li>
  440. <li class=" tsd-kind-class tsd-has-type-parameter">
  441. <a href="classes/chaindisplay.html" class="tsd-kind-icon">Chain<wbr>Display</a>
  442. </li>
  443. <li class=" tsd-kind-class tsd-has-type-parameter">
  444. <a href="classes/customview.html" class="tsd-kind-icon">Custom<wbr>View</a>
  445. </li>
  446. <li class=" tsd-kind-class">
  447. <a href="classes/molstarplugin.html" class="tsd-kind-icon">Molstar<wbr>Plugin</a>
  448. </li>
  449. <li class=" tsd-kind-class">
  450. <a href="classes/rcsbfv3dabstract.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DAbstract</a>
  451. </li>
  452. <li class=" tsd-kind-class">
  453. <a href="classes/rcsbfv3dassembly.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DAssembly</a>
  454. </li>
  455. <li class=" tsd-kind-class tsd-has-type-parameter">
  456. <a href="classes/rcsbfv3dcomponent.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DComponent</a>
  457. </li>
  458. <li class=" tsd-kind-class">
  459. <a href="classes/rcsbfv3dcustom.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DCustom</a>
  460. </li>
  461. <li class=" tsd-kind-class">
  462. <a href="classes/rcsbfvcontextmanager.html" class="tsd-kind-icon">Rcsb<wbr>FvContext<wbr>Manager</a>
  463. </li>
  464. <li class=" tsd-kind-class">
  465. <a href="classes/rcsbfvselectormanager.html" class="tsd-kind-icon">Rcsb<wbr>FvSelector<wbr>Manager</a>
  466. </li>
  467. <li class=" tsd-kind-class tsd-has-type-parameter">
  468. <a href="classes/rcsbfvsequence.html" class="tsd-kind-icon">Rcsb<wbr>FvSequence</a>
  469. </li>
  470. <li class=" tsd-kind-class tsd-has-type-parameter">
  471. <a href="classes/rcsbfvstructure.html" class="tsd-kind-icon">Rcsb<wbr>FvStructure</a>
  472. </li>
  473. <li class=" tsd-kind-interface">
  474. <a href="interfaces/abstractviewinterface.html" class="tsd-kind-icon">Abstract<wbr>View<wbr>Interface</a>
  475. </li>
  476. <li class=" tsd-kind-interface">
  477. <a href="interfaces/assemblyviewinterface.html" class="tsd-kind-icon">Assembly<wbr>View<wbr>Interface</a>
  478. </li>
  479. <li class=" tsd-kind-interface">
  480. <a href="interfaces/callbackconfig.html" class="tsd-kind-icon">Callback<wbr>Config</a>
  481. </li>
  482. <li class=" tsd-kind-interface">
  483. <a href="interfaces/chaindisplayinterface.html" class="tsd-kind-icon">Chain<wbr>Display<wbr>Interface</a>
  484. </li>
  485. <li class=" tsd-kind-interface">
  486. <a href="interfaces/chaindisplaystate.html" class="tsd-kind-icon">Chain<wbr>Display<wbr>State</a>
  487. </li>
  488. <li class=" tsd-kind-interface">
  489. <a href="interfaces/chainselectioninterface.html" class="tsd-kind-icon">Chain<wbr>Selection<wbr>Interface</a>
  490. </li>
  491. <li class=" tsd-kind-interface">
  492. <a href="interfaces/customviewinterface.html" class="tsd-kind-icon">Custom<wbr>View<wbr>Interface</a>
  493. </li>
  494. <li class=" tsd-kind-interface">
  495. <a href="interfaces/featureblockinterface.html" class="tsd-kind-icon">Feature<wbr>Block<wbr>Interface</a>
  496. </li>
  497. <li class=" tsd-kind-interface">
  498. <a href="interfaces/featureviewinterface.html" class="tsd-kind-icon">Feature<wbr>View<wbr>Interface</a>
  499. </li>
  500. <li class=" tsd-kind-interface">
  501. <a href="interfaces/loadmolstarinterface.html" class="tsd-kind-icon">Load<wbr>Molstar<wbr>Interface</a>
  502. </li>
  503. <li class=" tsd-kind-interface tsd-has-type-parameter">
  504. <a href="interfaces/loadparams.html" class="tsd-kind-icon">Load<wbr>Params</a>
  505. </li>
  506. <li class=" tsd-kind-interface">
  507. <a href="interfaces/rcsbfv3dabstractinterface.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DAbstract<wbr>Interface</a>
  508. </li>
  509. <li class=" tsd-kind-interface">
  510. <a href="interfaces/rcsbfv3dassemblyinterface.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DAssembly<wbr>Interface</a>
  511. </li>
  512. <li class=" tsd-kind-interface">
  513. <a href="interfaces/rcsbfv3dcomponentinterface.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DComponent<wbr>Interface</a>
  514. </li>
  515. <li class=" tsd-kind-interface">
  516. <a href="interfaces/rcsbfv3dcomponentstate.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DComponent<wbr>State</a>
  517. </li>
  518. <li class=" tsd-kind-interface">
  519. <a href="interfaces/rcsbfv3dcssconfig.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DCss<wbr>Config</a>
  520. </li>
  521. <li class=" tsd-kind-interface">
  522. <a href="interfaces/rcsbfv3dcustominterface.html" class="tsd-kind-icon">Rcsb<wbr>Fv3DCustom<wbr>Interface</a>
  523. </li>
  524. <li class=" tsd-kind-interface">
  525. <a href="interfaces/rcsbfvcontextmanagerinterface.html" class="tsd-kind-icon">Rcsb<wbr>FvContext<wbr>Manager<wbr>Interface</a>
  526. </li>
  527. <li class=" tsd-kind-interface">
  528. <a href="interfaces/rcsbfvsequenceinterface.html" class="tsd-kind-icon">Rcsb<wbr>FvSequence<wbr>Interface</a>
  529. </li>
  530. <li class=" tsd-kind-interface">
  531. <a href="interfaces/rcsbfvstructureinterface.html" class="tsd-kind-icon">Rcsb<wbr>FvStructure<wbr>Interface</a>
  532. </li>
  533. <li class=" tsd-kind-interface">
  534. <a href="interfaces/regionselectioninterface.html" class="tsd-kind-icon">Region<wbr>Selection<wbr>Interface</a>
  535. </li>
  536. <li class=" tsd-kind-interface">
  537. <a href="interfaces/residueselectioninterface.html" class="tsd-kind-icon">Residue<wbr>Selection<wbr>Interface</a>
  538. </li>
  539. <li class=" tsd-kind-interface">
  540. <a href="interfaces/saguaroplugininterface.html" class="tsd-kind-icon">Saguaro<wbr>Plugin<wbr>Interface</a>
  541. </li>
  542. <li class=" tsd-kind-interface">
  543. <a href="interfaces/saguaropluginpublicinterface.html" class="tsd-kind-icon">Saguaro<wbr>Plugin<wbr>Public<wbr>Interface</a>
  544. </li>
  545. <li class=" tsd-kind-interface">
  546. <a href="interfaces/sequenceviewinterface.html" class="tsd-kind-icon">Sequence<wbr>View<wbr>Interface</a>
  547. </li>
  548. <li class=" tsd-kind-interface">
  549. <a href="interfaces/updateconfiginterface.html" class="tsd-kind-icon">Update<wbr>Config<wbr>Interface</a>
  550. </li>
  551. <li class=" tsd-kind-type-alias">
  552. <a href="globals.html#chaintype" class="tsd-kind-icon">Chain<wbr>Type</a>
  553. </li>
  554. <li class=" tsd-kind-type-alias">
  555. <a href="globals.html#customviewstateinterface" class="tsd-kind-icon">Custom<wbr>View<wbr>State<wbr>Interface</a>
  556. </li>
  557. <li class=" tsd-kind-type-alias">
  558. <a href="globals.html#saguaropluginmodelmaptype" class="tsd-kind-icon">Saguaro<wbr>Plugin<wbr>Model<wbr>Map<wbr>Type</a>
  559. </li>
  560. <li class=" tsd-kind-type-alias">
  561. <a href="globals.html#structureobject" class="tsd-kind-icon">Structure<wbr>Object</a>
  562. </li>
  563. <li class=" tsd-kind-variable">
  564. <a href="globals.html#rcsbrepresentationpreset" class="tsd-kind-icon">Rcsb<wbr>Representation<wbr>Preset</a>
  565. </li>
  566. <li class=" tsd-kind-variable">
  567. <a href="globals.html#rcsbfvwebapppath" class="tsd-kind-icon">rcsb<wbr>FvWeb<wbr>App<wbr>Path</a>
  568. </li>
  569. <li class=" tsd-kind-function">
  570. <a href="globals.html#buildintervals" class="tsd-kind-icon">build<wbr>Intervals</a>
  571. </li>
  572. <li class=" tsd-kind-function">
  573. <a href="globals.html#createcomponents" class="tsd-kind-icon">create<wbr>Components</a>
  574. </li>
  575. <li class=" tsd-kind-function">
  576. <a href="globals.html#getchainvalues" class="tsd-kind-icon">get<wbr>Chain<wbr>Values</a>
  577. </li>
  578. <li class=" tsd-kind-function">
  579. <a href="globals.html#getmodelentityoptions" class="tsd-kind-icon">get<wbr>Model<wbr>Entity<wbr>Options</a>
  580. </li>
  581. <li class=" tsd-kind-function">
  582. <a href="globals.html#getstructure" class="tsd-kind-icon">get<wbr>Structure</a>
  583. </li>
  584. <li class=" tsd-kind-function">
  585. <a href="globals.html#getstructureoptions" class="tsd-kind-icon">get<wbr>Structure<wbr>Options</a>
  586. </li>
  587. <li class=" tsd-kind-function">
  588. <a href="globals.html#getstructurewithmodelid" class="tsd-kind-icon">get<wbr>Structure<wbr>With<wbr>Model<wbr>Id</a>
  589. </li>
  590. <li class=" tsd-kind-function">
  591. <a href="globals.html#processgaps" class="tsd-kind-icon">process<wbr>Gaps</a>
  592. </li>
  593. <li class=" tsd-kind-function">
  594. <a href="globals.html#processmultiplegaps" class="tsd-kind-icon">process<wbr>Multiple<wbr>Gaps</a>
  595. </li>
  596. <li class=" tsd-kind-function">
  597. <a href="globals.html#selectionfilter" class="tsd-kind-icon">selection<wbr>Filter</a>
  598. </li>
  599. <li class=" tsd-kind-function">
  600. <a href="globals.html#selectionfromresidueselection" class="tsd-kind-icon">selection<wbr>From<wbr>Residue<wbr>Selection</a>
  601. </li>
  602. <li class=" tsd-kind-function">
  603. <a href="globals.html#splitmodelentityid" class="tsd-kind-icon">split<wbr>Model<wbr>Entity<wbr>Id</a>
  604. </li>
  605. </ul>
  606. </nav>
  607. </div>
  608. </div>
  609. </div>
  610. <footer class="with-border-bottom">
  611. <div class="container">
  612. <h2>Legend</h2>
  613. <div class="tsd-legend-group">
  614. <ul class="tsd-legend">
  615. <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
  616. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
  617. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
  618. </ul>
  619. <ul class="tsd-legend">
  620. <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
  621. <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
  622. </ul>
  623. <ul class="tsd-legend">
  624. <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
  625. <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
  626. </ul>
  627. <ul class="tsd-legend">
  628. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
  629. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
  630. </ul>
  631. <ul class="tsd-legend">
  632. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
  633. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
  634. </ul>
  635. </div>
  636. </div>
  637. </footer>
  638. <div class="container tsd-generator">
  639. <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
  640. </div>
  641. <div class="overlay"></div>
  642. <script src="assets/js/main.js"></script>
  643. </body>
  644. </html>