Code Monkey home page Code Monkey logo

python-scripts's Introduction

Python scripts

This repository is a collection of python scripts that can be used to visualize data (Data exploration), check the image quality (ImageQuality), and to find the contours in a binary image (findContoursBinaryImage). The subprojects ImageQuality and findContourBinaryImage are in an alpha version and might not work properly. The Data exploration functions are ready to be used for data visualization.

Data exploration

This project contains the a python class DataExploration that can be used to create a histogram, violin plot, lmplot, and data descriptives. The CreatePCA, CreateTSNE, and CalculateSVD classes can be used to get an understanding of the variance in your data, as well as to identify potential outliers or batch effects. For a more detailed instruction on how to use these classes, please check the readme file in the folder Data exploration.

python-scripts's People

Contributors

tjmkuijpers avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar

python-scripts's Issues

findContoursBinaryImage

Implement the following two calculations to identify the right spacing between objects:

  • Spacing between primitives that build a feature
  • Spacing between multiple features within on Image

createPCA

Function should be added to get the loading matrix (so we can identify the most relevant loadings)

createTSNE

perplexity is hard coded, no option to select the solver

createPCA

Different markers should be added to the 3D PCA plot

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.