Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deepcon

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepcon

Protein Contact Prediction using Dilated Convolutional Neural Networks with Dropout

  • 0.4.0
  • PyPI
  • Socket score

Maintainers
2

Deepcon-package

Python package for the DEEPCON contact prediction tool at https://github.com/ba-lab/DEEPCON

How to install DEEPCON package?

pip3 install deepcon

How to test DEEPCON package?

wget https://raw.githubusercontent.com/ba-lab/deepcon-package/master/deepcon/test/1a0tP0.aln
wget https://raw.githubusercontent.com/ba-lab/deepcon-package/master/deepcon/weights-rdd-covariance.hdf5
python3
import deepcon
from deepcon import deepconcovariance
deepconcovariance.main("1a0tP0.aln","1a0tP0.rr")

To print the contact map as image, add the image name as the last parameter (optional)

deepconcovariance.main("1a0tP0.aln","1a0tP0.rr", "1a0tP0.png")

Example contact map as an image:

Python package developed by:

Chase Richards
Email: CNRichards@gmail.com

FAQs


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