transform_single_gene_df | R Documentation |
Convert a single gene's count row number into data frame with two columns.
transform_single_gene_df(gene.row.info, gene.name, time.arr, rep.arr)
gene.row.info, |
a single row from count table. |
gene.name, |
the gene name. |
time.arr, |
the return value from get_time_array function. |
rep.arr, |
the return value from get_rep_array function. |
a dataframe object ordered by time and replicate id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.