Giter Club home page Giter Club logo

phenoptr's Introduction

GitHub last commit (branch) GitHub Release Date

Disclaimer

This fork of phenoptr contains altering source changes from the source material.

phenoptr

Helpers for working with inForm data

phenoptr contains functions that make it easier to read and analyze data tables and images created by Akoya Biosciences' inForm® software.

phenoptr is part of the Akoya Biosciences Phenoptics™ family of Quantitative Pathology Research Solutions. For more information visit the Phenoptics™ home page.


Installation

phenoptr requires the R environment for statistical computing, version 4.0.0 or higher. To install R, visit the R download page. The RStudio IDE is highly recommended as well.

  1. Install R. Download the most recent version from https://cloud.r-project.org/.
  2. Install RStudio. Download the desktop version from https://www.rstudio.com/products/rstudio/.
  3. Start RStudio.
  4. Install phenoptr from GitHub. In the RStudio console, copy and paste or type these commands (press Enter after each line):
# install devtools package
install.packages("devtools")

# install phenoptr plugin from GitHub
devtools::install_github("christianrickert/phenoptr")
  1. When requested, enter 1 (Yes) to install BiocInstaller.

Optional packages

  • Spatial metrics The Akoya Biosciences rtree package dramatically speeds calculation and reduces memory requirements of spatial metrics such as nearest neighbors and count within. See the installation instructions in the package README file.

Getting Started

These Tutorials introduce the most important features of phenoptr.

For examples showing aggregation across multiple inForm fields and multiple slides, see the Tutorials in the phenoptrExamples package.

Learning R

R is a powerful and popular environment for data manipulation and statistical analysis. Many learning resources are available online.

phenoptr is designed to work in harmony with packages in the tidyverse.

  • readr is used to read data files.
  • A tibble (also known as data_frame) is the preferred representation of tabular data.
  • dplyr, purrr and the pipe operator (%>%) are used extensively in package code and examples.

If you'd like to learn more about the tidyverse packages, a good place to start is Garrett Grolemund and Hadley Wickham's book, available free online at R for data science. If you are new to R, the book's Introduction will help you get started.


Full documentation

See the Reference section of the documentation for details on individual functions.

To cite package phenoptr in publications use:

  Kent S Johnson (2022). phenoptr: inForm Helper Functions. R package version 0.3.2.
  https://akoyabio.github.io/phenoptr/

phenoptr's People

Contributors

ab-kent avatar christianrickert avatar kent37 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.