transform_single_gene_df: Convert a single gene's count row number into data frame with...

View source: R/Utility.R

transform_single_gene_dfR Documentation

Convert a single gene's count row number into data frame with two columns.

Description

Convert a single gene's count row number into data frame with two columns.

Usage

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.


jaleesr/TrendCatcher_1.0.0 documentation built on Jan. 29, 2024, 9:34 p.m.