New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bioinsilico/rcsb-saguaro-app

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bioinsilico/rcsb-saguaro-app

RCSB 1D Saguaro Web App

  • 0.9.24
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

rcsb-saguaro-app

RCSB Saguaro Web Application is an open-source library built on the top of the RCSB Saguaro 1D Feature Viewer and designed to display protein features at the RCSB Web Site. The package collects protein annotations from the 1D Coordinate Server and the main RCSB Data API and generates preconfigures Protein Feature Summaries. The package allows access to RCSB Saguaro methods to add or change displayed data.

Node Module Instalation

npm install @bioinsilico/rcsb-saguaro-app

CDN JavaScript

<script src="https://cdn.jsdelivr.net/npm/@bioinsilico/rcsb-saguaro-app@0.9.20/dist/build/app.js" type="text/javascript"></script>

JavaScript Examples

The full collection of examples can be edit and modified at CODEPEN

Library Documentation

TypeScript classes documentation can be found here.

Main Class and Methods

RcsbFvWebApp calss provides a collection of methods to display preconfigured features over PDB and UniProt sequences as displayed at RCSB PDB web site. Additionally, it allows to configure board size and set up feature click events.

  • RcsbFvWebApp.buildUniprotFv(elementId: string, upAcc: string)

  • RcsbFvWebApp.buildEntityFv(elementId: string, entityId: string)

  • RcsbFvWebApp.buildInstanceFv(elementId: string, instanceId: string)

  • RcsbFvWebApp.buildUniprotEntityFv(elementId: string, upAcc: string, entityId: string)

  • RcsbFvWebApp.buildUniprotEntityInstanceFv(elementId: string, upAcc: string, entityId: string, instanceId: string)

  • RcsbFvWebApp.setBoardConfig(boardConfigData: RcsbFvBoardConfigInterface)

  • RcsbFvWebApp.getRcsbFv(elementId: string)

Keywords

FAQs

Package last updated on 30 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc