Description Usage Arguments Value Examples
View source: R/clean_deseq_res.R
Function for adding q-values (FDR), annotate, arrange, and clean the deseq2 results.
Steps involved:
Deseq2 results were converted into a data frame.
Row names were converted to the column (ENTREZID).
Q values (FDR) were calculated using the P-values and 'qvalue' package.
ENTREZID were Annotated to get the SYMBOL and GENENAME.
Annotations were merged with results.
The columns were rearranged and the results were arranged based on P values.
1 | clean_deseq_res(deseq_res)
|
deseq_res |
a Large Deseq Results |
clean_res_df: Deseq2 results which is DEG arranged ascendingly based on their P values
1 | clean_res <- clean_deseq_res(deseq_res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.