From f3171d66f09627ed120be57218a17a0194426159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Tj=C3=B6rnhammar?= Date: Tue, 22 Jun 2021 00:03:15 +0200 Subject: [PATCH] upd++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 801677c..7e93e61 100755 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ This encoded dataframe can be used to calculate statistical parameters or solve columns = analyte_df .index , index = encoded_df .index ) .apply ( lambda x:x/np.sum(encoded_df,1) ) ) ``` -which will immediately calculates the mean values of all transcripts across all different groups. +which will immediately calculate the mean values of all transcripts across all different groups. The `multifactor_evaluation` calculates the coefficients that best recreates the encoded journal by employing the psudo inverse of the analyte frame utlizing Singular Value Decomposition. The beta coefficients are then evaluated using a normal distribution assumption to obtain `p values` and rank corrected `q values` are also returned. The full function can be called with the follwing code ``` -- GitLab