TidySet.read: Read a .ts.tar.gz file to a TidySet

View source: R/TidySet.read-function.R

TidySet.readR Documentation

Read a .ts.tar.gz file to a TidySet

Description

This function read multiple files archived by tar with gzip compression to a TidySet.

Usage

TidySet.read(path)

Arguments

path

A character of .ts.tar.gz file path (include file extension).

Value

output A TidySet, an ExpressionSet with three tables. Function of TidySet.write can write this file from the TidySet.

Examples


## Create input example
input=utils.example()

## Compile input to a TidySet
tidy_set=
  TidySet.compile(
    value=input$value
    ,outcome=input$outcome
    ,similarity=input$similarity
    ,mapping=input$mapping
    ,ontology=input$ontology
  )

## Write a .ts.tar.gz file from a TidySet
TidySet.write(tidy_set,'example')

## Read a .ts.tar.gz file to a TidySet
TidySet.read('example.ts.tar.gz')

herdiantrisufriyana/divnn documentation built on July 30, 2024, 7:47 a.m.