isa_nodes: Show nodes in an isatab

Description Usage Arguments Details Value See Also Examples

View source: R/isatools.R

Description

Show nodes in an isatab

Usage

1

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

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

isaeditor documentation built on Sept. 29, 2021, 9:08 a.m.