as.LOBdataset: Transformation of a single longitudinal data matrix into...

Description Usage Arguments Value Examples

View source: R/LoBrA.R

Description

Real signals and background noise originating from experimental settings or random events

Usage

1
2
as.LOBdataset(longData, name = "", id = "id", time = "time",
  type = "type", class = "class", bg = FALSE)

Arguments

longData

Matrix of longitudinal data containing all components

name

name of the dataset

id

name to identify the experiment id column

time

name to identify the time column

type

name to identify the type column

class

name to identify the class column

bg

indicates whether the data table contains background data

Value

LoBra data object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
 
  data(longDataExample)
  id="id"
  name="Longitudinal Test Dataset"
  time="time"
  type="type"
  class="class"
  bg=FALSE
  longData<-longDataExample
  ldo<-as.LOBdataset(longDataExample, name, bg=TRUE)
  save(ldo,file="data/ldoExample.RData")
  

ac-hauschild/LoBrA documentation built on May 26, 2019, 3:35 p.m.