loadCTRPgeneExpression: Load CTRP data

Description Usage Arguments Value

View source: R/drugSensitivity.R

Description

If given paths direct to non-existing files, those files will be downloaded

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
loadCTRPgeneExpression(
  geneExpressionFile = "CTRP 2.1/geneExpr.txt",
  geneInfoFile = "CTRP 2.1/geneInfo.txt",
  cellLineInfoFile = "CTRP 2.1/cellLineInfo.txt"
)

loadCTRPdrugSensitivity(
  drugSensitivityFile = "CTRP 2.1/drugSensitivity.txt",
  experimentFile = "CTRP 2.1/experimentInfo.txt",
  compoundFile = "CTRP 2.1/compoundInfo.txt"
)

loadCTRPcompoundInfo(compoundFile = "CTRP 2.1/compoundInfo.txt")

loadNCI60geneExpression(
  file = "NCI60/geneExpr.xls",
  cellLineInfoFile = "cellLineInfo.xls"
)

loadGDSC7file(file, filename, type, ...)

loadGDSC7cellLineInfo(file = "GDSC_7/cellLineInfo.xlsx")

loadGDSC7compoundInfo(file = "GDSC_7/compoundInfo.xlsx")

loadGDSC7geneExpression(file = "GDSC_7/geneExpr.txt")

loadGDSC7drugSensitivity(file = "GDSC_7/drugs.xlsx")

Arguments

geneExpressionFile

Character: path to file with gene expression

geneInfoFile

Character: path to file with gene information

cellLineInfoFile

Character: path to file with cell line information

drugSensitivityFile

Character: path to file with drug sensitivity

experimentFile

Character: path to file with experiment information

compoundFile

Character: path to file with compound information

file

Character: file path

Value

Data frame


cTRAP documentation built on Nov. 8, 2020, 10:58 p.m.