Description Details Public fields Active bindings Methods Examples
Experiment Class
Experiment Class
Describes a collection of ligands from fragalysis-api output.
target
Name of protein system
ligands
List of Ligands
filepath
input directory
get_ligands
Vector of ligand names
get_apo_files
Vector of apo file names
get_mol_files
Vector of .mol files
get_2fofc_maps
Vector of 2fofc maps
get_fofc_maps
Vector of fofc maps
get_event_maps
Vector of event maps
get_smiles
Vector of SMILES strings
get_reviews
Table of Reviews
get_metadata
Table of meta data
get_status
Get the review status of ligands
new()
Create a new Experiment object
Experiment$new(folder_path)
folder_path
Directory path
experiment class!
clone()
The objects of this class are cloneable with this method.
Experiment$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 | ## Not run:
e <- Experiment$new(folder_path = './')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.