getLigandProp: Get a specific property from a list of ligands

Description Usage Arguments Value Examples

View source: R/classes.R

Description

Get a specific property from a list of ligands

Usage

1
getLigandProp(value, ligands, what)

Arguments

value

here for decoration, not needed

ligands

the list of ligands

what

what property to get

Value

gets some stuff from ligands i guess

Examples

1
2
3
4
5
6
7
8
## Not run: 
ligands <- list(
 Ligand$new(name = 'Prot-x1234', base = './'),
 Ligand$new(name = 'Prot-x1233', base = './')
)
getLigandProp(ligands=ligands, what = 'name')

## End(Not run)

TJGorrie/localXCR documentation built on Dec. 18, 2021, 4:01 p.m.