Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/menchelab/bioprofiling.jl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/menchelab/bioprofiling.jl

  • v1.1.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

BioProfiling.jl

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CI CI codecov

Robust multidimensional profiling to quantify complex changes via the minimum covariance determinant.

Introduction

This package allows to perform robust multidimensional profiling in 'Julia' and comes with helper functions, especially designed for high-content imaging-based morphological profiling.

Installation

Installation from Julia's package repository (easiest option)

You can simply add this package from the Julia repository like any other package:

import Pkg
Pkg.add("BioProfiling")
using BioProfiling

Local installation

Alternatively, you may use the following to load this package after cloning this repository:

import Pkg
Pkg.activate(<pathToThisFolder>)
using BioProfiling
Pkg.activate()

Installation from GitHub

Use the following to install the package:

import Pkg
Pkg.add(Pkg.PackageSpec(url = "https://github.com/menchelab/BioProfiling.jl.git"))

You can then import the package normally:

using BioProfiling

Learn more

Credits

This package was created by Loan Vulliard @ Menche lab.
This package relies on several amazing open-source Julia packages, listed in the requirement file (see Project.toml).
If you use this tool in your research work, please cite the preprint in which we detail how this tool is implemented and can be used:

BioProfiling.jl: Profiling biological perturbations with high-content imaging in single cells and heterogeneous populations
Loan Vulliard, Joel Hancock, Anton Kamnev, Christopher W. Fell, Joana Ferreira da Silva, Joanna Loizou, Vanja Nagy, Loïc Dupré, Jörg Menche
bioRxiv 2021.06.18.448961; doi: https://doi.org/10.1101/2021.06.18.448961 

FAQs

Package last updated on 23 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc