getCnvp: getCnvp

Description Usage Arguments Details Value Examples

View source: R/getp.R

Description

'getCnvp' perform t-test on copy number variation data

Usage

1
2
3
4
5
6
7
8

Arguments

exp_data

A data frame

cnv_data

Copy number variation data

amp_gene

A vector of strings, the IDs of amplified genes.

del_gene

A vector of strings, the IDs of deleted genes.

p.adjust

Logical,tell if returns corrected p-values

method

Correction method,which can be one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY",

Details

cnv_data is TCGA level4 data.if p.adjust=TRUE,return corrected p-values,if p.adjust=FALSE,return p-values

Value

A numeric vector of p-values or corrected p-values

Examples

1
2
3
4
5
6

ICDS documentation built on July 15, 2021, 5:06 p.m.