SkillAgentSearch skills...

HomogenMSI

Set of functions to estimate homogeneity in MSI datasets

Install / Use

/learn @pietrofranceschi/HomogenMSI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HomogenMSI

This package provides a reference implementation of our algorithm for drug homogeneity assessment in ion images extracted from MSI datasets.

Installation

  • Depends on
spatstat
  • Install devtools: in the R/R Studio shell type
install.packages("devtools")
  • Install HomogenMSI: In the shell type
library(devtools)
install_github("pietrofranceschi/HomogenMSI", dependencies = TRUE) 

To additionally build the vignette the previous command should include build_vignettes = TRUE

library(devtools)
install_github("pietrofranceschi/HomogenMSI", dependencies = TRUE, build_vignettes = TRUE) 
  • Load the package: In shell type
library(HomogenMSI)

Description

For the deails see the package vignette

Contact

email: Mridula Prasad (mridula.prasad@fmach.it)

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated7y ago
Forks5

Languages

R

Security Score

70/100

Audited on Dec 29, 2018

No findings