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)

Arguments

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.

Value

a dataframe object ordered by time and replicate id.