ebseq_two | R Documentation |
Most of the time, my invocation of ebseq will fall into this function.
ebseq_two(
pair_data,
conditions,
numerator = 2,
denominator = 1,
ng_vector = NULL,
rounds = 10,
target_fdr = 0.05,
norm = "median",
force = FALSE
)
pair_data |
Matrix containing the samples comprising two experimental factors of interest. |
conditions |
Factor of conditions in the data. |
numerator |
Which factor has the numerator in the data. |
denominator |
Which factor has the denominator in the data. |
ng_vector |
Passed to ebseq. |
rounds |
Passed to ebseq. |
target_fdr |
Passed to ebseq. |
norm |
Normalization method of ebseq to apply. |
force |
Force inappropriate data into ebseq? |
EBSeq result table with some extra formatting.
[ebseq_pairwise()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.