knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The VectraPolarisData
package provides two large multiplex immunofluorescence datasets, collected using Vectra 3 and Vectra Polaris instruments. Data included a study of lung cancer and a study of ovarian cancer, and are provided as objects of class SpatialExperiment
.
Now available in Bioconductor version 3.15! To install, use:
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") } BiocManager::install("VectraPolarisData")
Here you can load data from the package. Data from the lung cancer study are loaded below.
library(VectraPolarisData) spe_lung <- HumanLungCancerV3() spe_lung
Data from the ovarian cancer study are loaded below.
spe_ovarian <- HumanOvarianCancerVP() spe_ovarian
These datasets are provided as SpatialExperiment
class objects. More detailed information about these datasets is available in the package vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.