copy_annotations: Copy annotations

View source: R/annotations.R

copy_annotationsR Documentation

Copy annotations

Description

Copy annotations (all or selectively) from a source entity to one or more target entities. If annotations already exist on target entities, the copy will replace the current values.

Usage

copy_annotations(entity_from, entity_to, select = NULL, update = FALSE)

Arguments

entity_from

Syn id from which to copy.

entity_to

One or more syn ids to copy annotations to.

select

Vector of properties to selectively copy if present on the entity. If not specified, will copy over everything, which may not be desirable.

update

Whether to immediately update or return annotation objects only.


nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.