index.html 28 KB

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