get.tabs: Creating matrix for MR TF heatmap

Description Usage Arguments Examples

View source: R/plots.R

Description

Code used to create matrix for MR TF heatmap

Usage

1
get.tabs(dir, classification = "family", top = TRUE)

Arguments

dir

Vector ofr directory with results

classification

Consider family or subfamily

top

Consider only top 1 within each (sub)family

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
elmer.results <- dirname(
dir(path = "analysis",
   pattern = "*.hypo.pairs.significant.csv",
   recursive = T,
   full.names = T,
   all.files = T))
tabs <- get.tabs(dir = elmer.results, classification = "subfamily")

## End(Not run)

ELMER documentation built on Nov. 8, 2020, 4:59 p.m.