Pinned Repositories
cell-morphometry
Morphometric analysis of cells in microscopy images.
colocalisation
MATLAB function that calculates the percentage of colocalisation between two colour channels (red-green, red-blue, green-blue) in an RGB image obtained by a confocal microscope.
COVID-19_global_data_visualisation
A MATLAB GUI app displaying daily and cumulative COVID-19 cases and deaths globally, and by country and state or region.
cyclotron
Returns the energy of a positively charged isotope of hydrogen when it escapes a particle accelerator, and the number of times the isotope enters two vacuum chambers, after a voltage is applied to it.
EstimationErrorPlot
Find the mean squared error between a prediction and a target vector, the Pearson's correlation and significance p-value, and the range of the data used to draw the diagonal of the plot.
GradientAscent_complex
This function performs gradient ascent, a first-order iterative optimisation algorithm for finding the maximum of a function. This algorithm uses a complex function.
GradientAscent_simple
This function performs gradient ascent, a first-order iterative optimisation algorithm for finding the maximum of a function. This algorithm uses a relatively simple function.
hangman
Simple hangman game in Python
long-read-RNA-seq-plotting-suite
Various functions to inspect, extract, and visualise long-read RNA-seq data.
NMJ-MN-image-analysis-toolkit
Morphometric analysis of neuromuscular junction microscopy images, and protein distribution and localisation analysis of immunohistochemically-labelled microscopy images.
eleni-chr's Repositories
eleni-chr/EstimationErrorPlot
Find the mean squared error between a prediction and a target vector, the Pearson's correlation and significance p-value, and the range of the data used to draw the diagonal of the plot.
eleni-chr/grader
Compare results of two functions
eleni-chr/long-read-RNA-seq-plotting-suite
Various functions to inspect, extract, and visualise long-read RNA-seq data.
eleni-chr/cell-morphometry
Morphometric analysis of cells in microscopy images.
eleni-chr/COVID-19_global_data_visualisation
A MATLAB GUI app displaying daily and cumulative COVID-19 cases and deaths globally, and by country and state or region.
eleni-chr/NMJ-MN-image-analysis-toolkit
Morphometric analysis of neuromuscular junction microscopy images, and protein distribution and localisation analysis of immunohistochemically-labelled microscopy images.
eleni-chr/coinClassification
Localise and classify coins in an image and visualise the results.
eleni-chr/convolutionFiltering
Convolution filtering functions using a Gaussian filter or a bandpass filter.
eleni-chr/createPowerPointSlides
Automatically create a PowerPoint file using the contents of a TXT file.
eleni-chr/data_classification
Various functions for data classification.
eleni-chr/digit_sum
Sum the individual digits of an input number recursively
eleni-chr/edgy
Trace outlines of image
eleni-chr/eleni-chr
eleni-chr/image_analysis
Various functions for image analysis, such as resampling, filtering, and segmentation.
eleni-chr/IsNyquistSatisfied
Confirm if a proposed sampling rate is high enough to avoid aliasing when sampling.
eleni-chr/lin_reg
Determines the best fitting line in the least square sense, using the standard formula of a line: ax + b = y
eleni-chr/max_clique
Find the largest subset of people who all follow each other in a social network
eleni-chr/miRNA-lib-pre-seq-QC
Pre-sequencing quality control of miRNA-seq libraries.
eleni-chr/mixit
Obtain a single-track audio recording by mixing the individual tracks of a multi-track audio recording according to the static weights.
eleni-chr/pca_fun
Functions for dimensionality reduction using principal component analysis.
eleni-chr/plotHaemoglobinHistogram
Visualise Plasma Haemolysis Distribution
eleni-chr/PokemonTopTrumps
Pokémon-based Top Trumps game
eleni-chr/PythonHomework
My solutions to the homework questions from an introductory Python course.
eleni-chr/reversal
Reverse the elements of a vector
eleni-chr/signal_frequency_analysis
Various functions for signal frequency analysis using Fourier transform.
eleni-chr/SignalResample
Use interpolation to resample a signal with a new sampling rate.
eleni-chr/standard_deviation_distance
This function computes the standard deviation distance of a vector from a given value.
eleni-chr/StreetIncidentReportingSystem
Incident Reporting System for Street Safety
eleni-chr/voltage
Compute the voltages at three junctions of a basic electrical circuit with 8 resistors.
eleni-chr/voters
Construct a database of name-value pairs.