Description Usage Arguments Value
View source: R/prep_bthin_matrix_diffrep.R
Prepare the matrix output from seqgendiff::thin_diff
for use in differential representation analyses by, for example, DESeq2
or delboy
.
1 2 3 4 5 6 7 | prep_bthin_matrix_diffrep(
data,
bthin_matrix,
sample_names,
treat_cols,
gene_column
)
|
data |
A data frame of normalized (and batch-corrected, if necessary) counts for a set of samples with the true signal controlled (by, for example, batch-correcting it). |
bthin_matrix |
The matrix output from |
sample_names |
A character vector giving the sample names from the original input data provided to |
treat_cols |
A vector of 1/0 where a 1 indicates a treatment sample in |
gene_column |
A character string naming the column containing gene names. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.