MurrellGroup / ProtPlot.jl

Protein ribbon plots implemented in Julia using Makie
MIT License
13 stars 1 forks source link

Backbone atom coordinates constructor #32

Closed AntonOresten closed 6 months ago

AntonOresten commented 6 months ago

Would be convenient to have a constructor for ribbon plots that just takes a matrix of backbone atom (N, Ca, C) coordinates and converts them to chains using Backboner.jl, such that the user doesn't have to either write PDBs or mess around with Backboner types to create a ribbon.

AntonOresten commented 6 months ago

Implementing in v0.4.2