Description Usage Arguments Details Value Author(s) Examples
Paired T test is parameter test method, and also use for the data with normal distribution(Gauss Distribution).
1 2 3 4 5 6 7 8 9  | run_Ttest_Paired(dataset=ExpressionSet,
                  trim="none",
                  transform="none",
                  normalize="none",
                  Group_info="Group",
                  Group_name=c("HC", "AA"),
                  Pair_ID="PID",
                  Pvalue=0.05,
                  Log2FC=1)
 | 
trim,  | 
 Character; filter to apply.(default: trim="none").  | 
transform,  | 
 Character; transformation to apply.(default: tranform="none").  | 
normalize,  | 
 Character; normalization to apply.(default: normalize="none").  | 
Group_info,  | 
 Character; design factor(default: "Group").  | 
Group_name,  | 
 Character; (Required) the group for comparison.  | 
Pair_ID,  | 
 Character; (Required) the paired ID.  | 
Pvalue,  | 
 Numeric; significant level(default: 0.05).  | 
Log2FC,  | 
 Numeric; log2FoldChange(default: 1).  | 
Expression,  | 
 ExpressionSet; (Required) ExpressionSet object.  | 
12/31/2021 Guangzhou China
significant difference with enriched directors: * Features * Block * Enrichment * AdjustPvalue * Pvalue * Log2FC * Statistic * Median (All/Groups) * Odds Ratio (95
Hua Zou
1 2 3 4  | data(ExprSetRawCount)
t_res <- run_Ttest_Paired(dataset=ExprSetRawCount, Group_info="Group", Group_name=c("HC", "AA"), Pair_ID="PID", Pvalue=0.05, Log2FC=1)
t_res$res
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.