chromDict | R Documentation |
Internal to many functions; creates a chromDict for faster computing times. chromDict can be run separately to speed up functions run iteratively. A chromDict is a list of chromosome-specific data.tables generated from ranks.
chromDict(ranks)
ranks |
getPCRanks output data frame |
Returns a list of data.tables
for each chromosome, for faster analysis. Used internall by many PCBS functions.
ranks <- getPCRanks(eigen, IDs = c("trt", "ctl"), PC = 1)
chromDictObj <- chromDict(ranks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.