Skip to content

EntropyOrg/p5-Devel-IPerl-Plugin-ProteinViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p5-Devel-IPerl-Plugin-ProteinViewer

PV Plugin for the IPerl kernel of Jupyter Notebooks that enables inline visualization of protein structures.

SYNOPSIS

    [1] IPerl->load_plugin("ProteinViewer");
    ...
    [2] my $viewer = ProteinViewer->new(file => "some.pdb"); 

DESCRIPTION

This plugin aims to simplify inline visualization of molecular structures in the IPerl kernel of Jupyter Notebooks. It ecapsulates calls to PV, which is a javascript library that renders graphics with WebGL. The Perl implementation works from the [pvviewer, python scripts] (https://github.com/biasmv/pv/tree/master/pvviewer).

IMPORTANT

This code doesn't work yet!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages