Skip to content

IvanRatushnyy/DifferentialExpression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a standalone application that runs a differential expression analysis test in a web worker.

To set up, download the HTML and Javascript files. The data is fetched using requests tracing to this repository, so download is simply to view the zipped data file.

Once a directory is created, download requirements of the deseqpyodide (modified version of pydeseq2) package using pip.

py -m pip install deseqpyodide

I am using Visual Studio Code, Python 3.11.4, and Powershell on my system.

Finally, the HTML file can be ran on a local server (I use the live server extenstion for VS Code), and the console can be brought up with F12.

Results should be brought up in the console. Network and memory developer tools can be used to check that requests are retrieving data correctly.

On my local machine, results take about 3 minutes and 40 seconds, with an output that looks like this:

output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published