plot3DModel: Plots 3D model

Description Usage Arguments Examples

View source: R/plot3Dmodel.R

Description

Given a patientID, sf#, and colors, plots model of tumor with samples

Usage

1
2
3
4
5
6
plot3DModel(
  patientID,
  sf,
  colors,
  tumorModelsPath = system.file(package = "GliomaAtlas3D", "exdata", "models")
)

Arguments

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

Examples

1
plot3DModel("Patient300", sf="sf10711", colors=setNames(rep("#FF0000",10), seq(10)))

SRHilz/GliomaAtlas3D documentation built on Nov. 25, 2020, 8:31 p.m.