Description Usage Arguments Value See Also Examples
View source: R/computeCellLine.R
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.
1 |
case_id |
vector of ids from octad database. Ids can be obtained from |
returnDF |
by default |
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 |
|
1 2 3 4 | 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,returnDF=TRUE)
computeCellLine(case_id,returnDF=TRUE,source='octad.small')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.