simudata: Generate data for simulation experiments.

View source: R/simudata.R

simudataR Documentation

Generate data for simulation experiments.

Description

The code of simudata could generate data for simulation experiments.

Usage

simudata(platform,mye_ratio,lym_ratio)

Arguments

platform

Select the simulated methylation platform(450 or 850).

mye_ratio

Proportion of myeloid cells in simulated data.

lym_ratio

Proportion of lymphocytes in simulated data.

Value

A list with the following three items.

DMG Positive DMG gene set in simulated data.

simu.normal A beta value of dataframe for simulated normal blood.

simu.disease A beta value of dataframe for simulated disease blood.

Examples

simu_0.6 = simudata(450,0.6,0.4)

FunMoy/LeukocyteDMGs documentation built on Feb. 22, 2023, 3:27 p.m.