Description Usage Arguments Value
View source: R/pdbcluster_package.R
Main function
1 2 3 4 5 6 | run(file_name = "", file_type = "list", save_files = F, skip_frames = 0,
plots = T, protein_representation = "CA", chain = "",
cluster_quantity = 10, receptor_peptide_mode = F,
reference_structure_pdb_code = "", reference_structure_file = "",
reference_chain_id = "", kmeans_algorithm = "Hartigan-Wong",
output_directory = "")
|
file_name |
path to file |
file_type |
list or file |
save_files |
boolean |
skip_frames |
number how many first frames should be skipped |
plots |
boolean |
protein_representation |
CA or all |
chain |
chain ID |
cluster_quantity |
number |
receptor_peptide_mode |
boolean |
reference_structure_pdb_code |
code from PDB web repository |
reference_structure_file |
path to file |
reference_chain_id |
chain ID |
kmeans_algorithm |
Hartigan-Wong / MacQueen / Lloyd / Forgy |
output_directory |
path to directory |
return object with clusters data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.