t_test.CorrMat_identical.vs.different: Test with a Welch t-test between the group of similar tissues...

View source: R/metaAnalyses.R

t_test.CorrMat_identical.vs.differentR Documentation

Test with a Welch t-test between the group of similar tissues versus the group of different tissues.

Description

Test with a Welch t-test between the group of similar tissues versus the group of different tissues.

Usage

t_test.CorrMat_identical.vs.different(CorrMat, label.A, label.B,
  report = TRUE, index = "####", output = "DFtest_identical",
  publish = TRUE)

Arguments

CorrMat

correlation matrix between two studies tissue expression (column correlation)

label.A

character string. Name of the first study on which the correlations are based

label.B

character string. Name of the second study on which the correlations are based

report

boolean. Default: TRUE. Whether to output a text report.

index

character string. For the notebook, allows to create new sections.

output

character string. 'identical' to return only the pairs that comprise the same tissues, 'different' to return only the pairs that comprise the different tissues, 'DFtest' to return all the pairs, 'test' returns only the test, 'plot' returns only the plot, 'test_identical' returns the test and only the pairs that comprise the same tissues, 'DFtest_identical' returns all the pairs for the test and the identical tissues (as two different objects).

publish

boolean. Default: TRUE. Whether to apply theme_bw()

Value

the result of the Welch t-test and a figure


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.