prepare_data | R Documentation |
This function takes vectors of gene names, log Fold-change values and optionally p-values and formats them into a tibble for downstream analysis.
prepare_data(genes, logfc, pvalues = NULL)
genes |
a character vector of gene names |
logfc |
a numeric vector of log fold-change values |
pvalues |
(optional) a numeric vector of p-values |
The function returns an object of class BPNList that will update as the analysis proceeds
An object of class BPNList with the following slot set:
input
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.