knitr::opts_chunk$set( echo = FALSE, collapse = TRUE, # fig.path = "man/figures/README-", out.width = "100%" ) library(spatialTIME)
The goal of spatialTIME
is to perform basic analysis and plotting of IF data from Vectra.
You can install spatialTIME
from GitHub with:
# install.packages("devtools") devtools::install_github("fridleylab/spatialTIME")
spatialTIME
currently implements both univariate and bi-variate Ripley's K
analyses. The basis of the spatialTIME
functions is the creation of the
mif
object.
x <- create_mif(clinical_data = example_clinical, sample_data = example_summary, spatial_list = example_spatial, patient_id = "deidentified_id", sample_id = "deidentified_sample", clean_columns = TRUE) x
For a more in-depth description of the methods used, please see the included vignette.
For a point-and-click resource that performs related analyses please check out iTIME.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.