https://github.com/bioconductor-source/vectrapolarisdata

https://github.com/bioconductor-source/vectrapolarisdata

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • Language: R
  • Default Branch: devel
  • Size: 280 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%"
)
```

# VectraPolarisData




The `VectraPolarisData` package provides two large multiplex immunofluorescence datasets, collected using [Vectra 3 and Vectra Polaris](https://www.akoyabio.com/phenoptics/mantra-vectra-instruments/) instruments. Data included a study of lung cancer and a study of ovarian cancer, and are provided as objects of class `SpatialExperiment`. 


## Installation instructions

Until the next update of Bioconductor in April, the package is currently only available through GitHub and requires the developer version of Bioconductor to be installed: 

```{r 'install', eval = FALSE}
# This will also require you to install the devel version of R from CRAN
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install(version = "devel")


BiocManager::install("julia-wrobel/VectraPolarisData")


# Installation instructions once new version of Bioc is available
# if (!requireNamespace("BiocManager", quietly = TRUE)) {
#     install.packages("BiocManager")
# }

#BiocManager::install("VectraPolarisData")
```

## Example

Here you can load data from the package. Data from the [lung cancer study](https://www.jto.org/article/S1556-0864(21)02175-4/fulltext) are loaded below.

```{r example1, eval = requireNamespace('VectraPolarisData')}
library(VectraPolarisData)
spe_lung <- HumanLungCancerV3()
spe_lung
```


Data from the [ovarian cancer study](https://aacrjournals.org/mcr/article/19/12/1973/675069/The-Spatial-Context-of-Tumor-Infiltrating-Immune) are loaded below.

```{r example2, eval = requireNamespace('VectraPolarisData')}
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.

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • ExperimentHub * depends
  • SpatialExperiment * depends
  • utils * depends
  • BiocStyle * suggests
  • dplyr * suggests
  • knitr * suggests
  • rmarkdown * suggests