View source: R/DESeq2_functions.R
get_all_data_DESeq2 | R Documentation |
When running DESeq2 you usually require to get all statiscal results and normalized data
get_all_data_DESeq2(dds_obj, coef_n, type = "DESeq2")
dds_obj |
DESeq2 object (DESeqDataSet) |
coef_n |
Name of the coefficient obtain from DESeq2::resultsNames(dds_obj)) |
type |
By default RNA is expected and genes, either EntrezID or ENSEMBL ID is used as ID. You can specify XICRA if miRNA is provided and Gene is the combination of miRNA, variant and isomir (e.g hsa-let-7a-2-3p&iso_add3p:1&iso-23-NLJ18XQZD2). If type XICRA provided, columns is splitted into three new columns (parent, variant and UID) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.