processDifferentialExpressionAnalysisResultByGeneValueObject_tsv | R Documentation |
processDifferentialExpressionAnalysisResultByGeneValueObject_tsv
processDifferentialExpressionAnalysisResultByGeneValueObject_tsv(content)
A data.table containing differential expression results. This table
is stripped down some relevant information for speed of execution. Details about
the contrasts can be accessesed via get_result_sets
function
The fields of the output data.table are:
result.ID
: Result set ID of the differential expression analysis.
May represent multiple factors in a single model.
contrast.ID
: Id of the specific contrast factor. Together with the result.ID
they uniquely represent a given contrast.
experiment.ID
: Id of the source experiment
factor.coefficient
: Model coefficient calculated for the specific contrast factor
factor.logfc
: Log 2 fold change calculated for the specific contrast factor
factor.pvalue
: p values calculated for the specific contrast factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.