Description Usage Arguments Value Examples
View source: R/prepare_signature.R
This function takes a differential gene expression output from any pipeline like edgeR or DeSeq2 or any that give you the gene symbol, log_2 fold-change and p-value and transforms that into an L1000 signature for later processing.
1 2 3 4 5 6 | prepare_signature(
dge,
gene_column = "Symbol",
logfc_column = "logFC",
pval_column = "PValue"
)
|
dge |
A dataframe-like object that has the differential gene expression information |
gene_column |
The name of the column that has gene symbols |
logfc_column |
The name of the column that has log_2 fold-change values |
pval_column |
The name of the column that has p-values |
A tibble with the L1000 signature.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.