Description Usage Arguments Value Examples
Returns a list containing two data frames. The second data frame is a formatted and transposed version of the original data with an additional labels column added. For data format instructions see https://github.com/Anderson-Lab/ComplementaryDomainPrioritization/wiki.
1  | load.gene.data(file, start.data.inx)
 | 
file | 
 A string pointing to the location of the data file  | 
start.data.inx | 
 An integer >= 2 that indicates where the actual data starts.  | 
a list containing two data frames.
1 2 3  | download.example.data()
TCGA.rna = load.gene.data("TCGA_rna.csv",3)
Cattaneo.rna = load.gene.data("Cattaneo_array.csv",5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.