deseq_try_sv | R Documentation |
Sometimes sva returns a set of surrogate variable estimates which lead to models which are invalid according to DESeq2. This function will try before buying and tell the user if the sva model additions are valid according to DESeq.
deseq_try_sv(data, summarized, svs, num_sv = NULL)
data |
DESeqDataSet to test out. |
summarized |
Existing DESeq metadata to append svs. |
svs |
Surrogates from sva and friends to test out. |
num_sv |
Optionally, provide the number of SVs, primarily used if recursing in the hunt for a valid number of surrogates. |
DESeqDataSet with at least some of the SVs appended to the model.
[sva] [RUVSeq] [all_adjusters()] [normalize_batch()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.