-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
MVS Schema
To consume MVS we would need to implement some or all of the below. See spec schema here.
- Download
- Parse
- PDB/mmCIf via pdbtbx
- bcif
- Structure
- [ x] "model"
- "assembly"
- "symmetry"
- "symmetry_mates"
- Transform
- Component
- High Level: ("all" | "polymer" | "protein" | "nucleic" | "branched" | "ligand" | "ion" | "water") |
- Partial<{ label_entity_id: string,
label_asym_id: string,
auth_asym_id: string,
label_seq_id: Integer,
auth_seq_id: Integer,
pdbx_PDB_ins_code: string,
beg_label_seq_id: Integer,
end_label_seq_id: Integer,
beg_auth_seq_id: Integer,
end_auth_seq_id: Integer,
label_atom_id: string,
auth_atom_id: string,
type_symbol: string,
atom_id: Integer,
atom_index: Integer }> | - Array<Partial<>>
- Representation
- "ball_and_stick"
- "cartoon"
- "surface"
- Color
- Hex Color | NamedColor
- Selector ( same as component above )
- Focus
- Camera
- Canvas
Metadata
Metadata
Assignees
Labels
No labels