get.tabs {ELMER} | R Documentation |
Code used to create matrix for MR TF heatmap
get.tabs(dir, classification = "family", top = TRUE)
dir |
Vector ofr directory with results |
classification |
Consider family or subfamily |
top |
Consider only top 1 within each (sub)family |
## 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)