R/DE_PART_results_functions.R
plot_gene_traj_single_tp.Rd
Function takes in a target gene and will show the genes value for each sample of the matrix.
plot_gene_traj_single_tp(time_object, target_gene, return_data = FALSE)
dataframe with the trajectory data for the requested gene
TS_object<-create_example_object_for_R()
TS_object <- normalize_timeSeries_with_deseq2(time_object=TS_object)
#> converting counts to integer mode
#Perform conditional differential gene expression analysis
TS_object<-conditional_DE_wrapper(TS_object,vignette_run=TRUE)
aicda_traj_dta<-calculate_gene_traj_data(TS_object,'AICDA')