read_differential | R Documentation |
Read tables of differential statistics
read_differential(
filename,
feature_id_column = NULL,
pval_column = NULL,
qval_column = NULL,
fc_column = NULL,
unlog_foldchanges = FALSE
)
filename |
File name of file with table of differential statistics |
feature_id_column |
Column of stats file with feature identifiers |
pval_column |
Column of stats file with p values |
qval_column |
Column of stats file with adjust p values/ q values |
fc_column |
Column of stats with fold changes |
unlog_foldchanges |
Reverse a log on fold changes? Set to TRUE if values are logged. |
output Validated selected columns of differential stats files as a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.