get.tabs {ELMER}R Documentation

Creating matrix for MR TF heatmap

Description

Code used to create matrix for MR TF heatmap

Usage

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

## 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)

[Package ELMER version 2.18.0 Index]