From 1c4acb0afea0785964a641182492c4a341bdccfa Mon Sep 17 00:00:00 2001 From: Anton Oresten Date: Thu, 12 Sep 2024 16:39:03 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 136d799..26dee31 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ ProtPlot exports the Ribbon plot: ## Examples -A ribbon plot is constructed from a `Vector{Backboner.Protein.Chain}`, which you can obtain from a PDB file using the exported `readpdb` function. -For convenience, argument conversion methods are defined, so you can also pass: +Ribbon plots are constructed from vectors of protein backbones represented as `3x3xL` arrays. +For convenience, argument conversion methods are defined, and the ribbon constructors can take: - a `3x3xL` array of residue backbone atom coordinates (N, Ca, C), or a vector of these for each chain. -- a `PDBEntry(pdb_id)`, which will download a temporary file, read it, delete it, and return a vector of chains. +- a `BioStructures.MolecularStructure` or `BioStructures.Chain`. - a PDB file path. ```julia