R/Utility.R
transform_single_gene_df.Rd
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)
a single row from count table.
the gene name.
the return value from get_time_array function.
the return value from get_rep_array function.
a dataframe object ordered by time and replicate id.