Learn R Programming

isaeditor (version 0.1.1)

isa_nodes: Show nodes in an isatab

Description

Show nodes in an isatab

Usage

isa_nodes(x)

Arguments

x

object of class isatab

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.

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.

See Also

'>isatab

'>isatab, isa_properties()

Examples

Run this code
# NOT RUN {
file <- system.file('extdata', 's_isatab.txt', package='isaeditor')
isa_s <- read_isa(file)
isa_nodes(isa_s)
# }

Run the code above in your browser using DataLab