rnamethdeg: rnamethdeg function

Description Usage Arguments Value Examples

View source: R/rnamethdeg.R

Description

Uses limma to find differentially methylated islands between the high and low groups

Usage

1
rnamethdeg(pat2, meth)

Arguments

pat2

data frame generated by rnasubset function

meth

data frame of CpG Island methylation values

Value

data frame of significant differentially methylated islands between the two groups defined in rnasubset or mutsubset

Examples

1
2
3
4
data(skcm)
gene <- "SOX10"
sox10.rna <- rnasubset(pat, rna, gene, 10)
sox10.methdeg <- rnamethdeg(sox10.rna, meth)

pcheng84/TCGAbrowser documentation built on Sept. 7, 2021, 8:28 p.m.