Extend a Parameter Values Building Block (BB) with protein expression parameters for selected protein molecules in the selected organs.
Source:R/utilities-building-block.R
addProteinExpressionToParameterValuesBB.RdTBD: is a spatial structure required? Option 1 - define the organs as paths Option 2 - provide a spatial structure and then define organ paths. Entries will be created for all sub-organs.
Usage
addProteinExpressionToParameterValuesBB(
parameterValuesBuildingBlock,
spatialStructureBB,
organPaths = NULL,
moleculesBB,
moleculeNames = NULL
)Arguments
- parameterValuesBuildingBlock
A
BuildingBlockobject of typeParameter Values.- spatialStructureBB
A
BuildingBlockobject of typeSpatial Structure. Entries will be created for the selected molecules in all physical containers of this spatial structure.- organPaths
A vector of paths to the organs for which the expression paramters will be created. If any of the provided path is not an organ, an error is thrown. If
NULL(default), the function will use all organs from the spatial structure.- moleculesBB
A
BuildingBlockobject of typeMolecules. The entries will be created for all proteins from this building block, or for a subset of protein molecules defined in themoleculeNamesargument.- moleculeNames
Optional list of protein molecule names. If provided, only the molecules with these names will be added to the
parameterValuesBuildingBlock.