isa_nodes: Show nodes in an isatab

View source: R/isatools.R

isa_nodesR Documentation

Show nodes in an isatab

Description

Show nodes in an isatab

Usage

isa_nodes(x)

Arguments

x

object of class isatab

Details

Note: IDs are a thing internal to this R package. They are not imported from or exported to actual ISA-tab files. However, given that the node 'identifiers' (e.g. 'Sample Name') can be ambiguous, IDs are necessary to unambiguously identify a node.

Value

Returns a data frame (tibble) containing columns with node ID, node identifier (name), number of properties associated with that node and a summary of the values for that node.

See Also

isatab

isatab, isa_properties()

Examples

file <- system.file('extdata', 's_isatab.txt', package='isaeditor')
isa_s <- read_isa(file)
isa_nodes(isa_s)

bihealth/isaeditor documentation built on Feb. 8, 2025, 2:23 p.m.