diff --git a/README.md b/README.md index 749abe69446aa4cf59c2ddfff0c908bb766f7eef..af7c5a2c673f45ec5dfb7b8923fb8c088d825365 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,13 @@ Batch Synchronization ## compute_tpm.py -Used to TPM (transcript per million reads) normalize a raw Gene Expression matrix. \ No newline at end of file +Used to TPM (transcript per million reads) normalize a raw Gene Expression matrix. + +## 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)