Description Usage Arguments Value Author(s)
View source: R/test_classification_celllines.R
DrugPrediction TESTING version 1
1 2 3 | test_classification_celllines(combined_matrix, train_idx, test_idx,
cell_line_response = "cell_line_response_threshold_0.50_large_and_small_screen.RData",
targetid = "target_id.txt", genelist = "Trusight_genes.csv", state)
|
combined_matrix |
(string):path to FINAL_norm.txt run through normalizeRUV in SMMARTFunctions.R |
train_idx |
(string):cell_line_response_threshold_0.50_large_and_small_screen.RData |
test_idx |
(string):cell_line_response_threshold_0.50_large_and_small_screen.RData |
cell_line_response |
(string): cell_line_response_threshold_0.50_large_and_small_screen.RData. Cell line are rows and drugs are columns. |
targetid |
(string): path to target_id.txt. Converts to HUGO identifiers and filters to protein coding genes. |
genelist |
(string): path to gene list Trusight.csv. Used to filter genes associated with cancer. Make sure gene identifiers match. |
state |
(string): path to "smmart_trained_machine_learning_model.RData" from drugPredTrain |
Y_predicted(data.frame): prediction
Janice Patterson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.