Skip to content
Snippets Groups Projects
Commit 14213589 authored by p1116214's avatar p1116214
Browse files

Update README.md

parent 46359ae1
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,13 @@ Batch ...@@ -9,4 +9,13 @@ Batch
Synchronization Synchronization
## compute_tpm.py ## compute_tpm.py
Used to TPM (transcript per million reads) normalize a raw Gene Expression matrix. Used to TPM (transcript per million reads) normalize a raw Gene Expression matrix.
\ No newline at end of file
## assemble_GE_matrix.R
Used to assemble a gene expression matrix [nb_gene x nb_samples] from star readcounts output files
## run_limma.R
Used to run a limma DEGanalysis on a GE matrix (tpm transformed)
## run_deseq.R
Used to run a DESEQ2 DEGanalysis on a GE matrix (unnormalized)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment