getPromId: Get Promoter IDs

Description Usage Arguments Value Author(s) Examples

Description

Get promoter IDs sorted by PC from a data.frame of genomic regions

Usage

1
getPromId(gr ,pc)

Arguments

gr

data.frame of genomic regions output by dPCA, which contains the id and PC

pc

the name of the PC used to sort the promoter IDs, must be contained in the column names of the data.frame

Value

Vector of sorted promoter IDs

Author(s)

Qi Wang

Examples

1
2
3
4
5
data(markers)
data(CLL)
j <- c(1,2,6,8)
res <- dPCA(meta, bed, data, datasets=j, transform=j, normlen=j, processedData=TRUE, verbose=TRUE)
prom <- getPromId(res$gr)

qwang-big/irene documentation built on May 23, 2019, 1:47 p.m.