View source: R/computeCellLine.R
| computeCellLine | R Documentation | 
Select top CCLE cell lines sharing similar expression profiles with input case samples. Input case sample ids and output correlation scores for every cell line and/or output file. The results could be used for in-silico validation of predictions or used to weight cell lines in RGES computation.
CellLineCorrelations.csv, correlation between CCLE cell lines and input disease samples.
 computeCellLine(case_id = case_id, expSet = NULL, LINCS_overlaps = TRUE,
                            source = c("octad.small", "octad.whole", "expSet"),
                            file = NULL, output = TRUE,
                            outputFolder = NULL)
| case_id | vector of ids from octad database. Ids can be obtained from  | 
| output | by default  | 
| outputFolder | Folder to store results. | 
| LINCS_overlaps | vector of cell line ids from octad database. If  | 
| source | the file for the octad expression matrix. By default, set to  | 
| expSet | input expression matrix. By default set to  | 
| file | if  | 
| topline | 
 | 
runsRGES
#load data.frame with samples included in the OCTAD database
phenoDF=get_ExperimentHub_data('EH7274') 
HCC_primary=subset(phenoDF,cancer=='liver hepatocellular carcinoma'&
sample.type == 'primary') #select data
case_id=HCC_primary$sample.id #select cases
cell_line_computed=computeCellLine(case_id=case_id,source='octad.small')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.