Description Usage Arguments Examples
Given a patientID, sf#, and colors, plots model of tumor with samples
1 2 3 4 5 6 | plot3DModel(
patientID,
sf,
colors,
tumorModelsPath = system.file(package = "GliomaAtlas3D", "exdata", "models")
)
|
patientID |
Patient ID in long form (i.e. Patient300 not P300) |
sf |
sf number with sf lower |
colors |
vector of colors, usually corresponding to intensity of metric of interest; should be length of number of samples |
tumorModelsPath |
path to models |
1 | plot3DModel("Patient300", sf="sf10711", colors=setNames(rep("#FF0000",10), seq(10)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.