Description Usage Arguments Value Examples
This function connects the basic set of analysis arms (drug screen analysis, somatic mutation, arbitrary gene input data and overlap analysis) to a Study object.
1 | loadBasicArms(STUDY)
|
STUDY |
A |
A Study
object with study arms loaded.
1 2 3 4 5 6 | study = getStudyObject(study.name="testDataSets",
geneIdentifierType="HUGO")
study = loadBasicArms(STUDY=study)
sa = slot(object=study, name="arms")
print(names(sa))
print(slotNames(sa$functional_drug_screen_summary))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.