The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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")
::install_github("fridleylab/spatialTIME") devtools
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.
<- create_mif(clinical_data = example_clinical,
x sample_data = example_summary,
spatial_list = example_spatial,
patient_id = "deidentified_id", sample_id = "deidentified_sample",
clean_columns = TRUE)
x## 229 patients spanning 229 samples and 5 spatial data frames were found
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.