Skip to content

web-mev/mev-normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mev-normalize

This repository contains a WebMeV-compatible tool for RNA-seq normalization. We provide a number of commonly used transformations.

The result is a normalized count matrix.


To run external of WebMeV:

Either:

To run, execute the following:

docker run -d -v $PWD:/work <IMAGE> /usr/local/bin/run.sh /work/<path to raw counts in TSV format> <normalization method> <perform log transform on result?>

(here, we mount the current directory to /work inside the container- we assume your current working directory has the raw count matrix you are attempting to normalize)

The <normalization method> is one of those included in operation_spec.json:

The final argument dicates whether to log-transform the resulting normalized counts. Use 0 (no) or 1 (yes).

This will create an output file (the normalized counts in TSV format) in your current directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages