SigDF {sesame}R Documentation

SigDF constructor from a plain data frame

Description

SigDF constructor from a plain data frame

Usage

SigDF(df, platform = "EPIC", ctl = NULL)

Arguments

df

a data.frame with Probe_ID, MG, MR, UG, UR, col and mask

platform

a string to specify the array platform

ctl

optional control probe data frame

Value

a SigDF object

Examples

sesameDataCache("EPIC") # if not done yet
df <- as.data.frame(sesameDataGet('EPIC.1.SigDF'))

[Package sesame version 1.11.14 Index]