提交 f3171d66 编写于 作者: rictjo's avatar rictjo

upd++

上级 af3f5a23
......@@ -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
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册