tumor_vs_normal: Tumor vs Normal Adjust tumor expression by Normal sample...

Description Usage Arguments

View source: R/TvsN.R

Description

Tumor vs Normal Adjust tumor expression by Normal sample expression

Usage

1
tumor_vs_normal(data, tumor = NULL, normal = NULL, log = FALSE)

Arguments

data

A matrix representing the genomic data such as gene expression data, miRNA expression data.
For the matrix, the rows represent the genomic features, and the columns represent the samples.

tumor

A vector contain the names of tumor samples, it must match with 'data' column names.

normal

A vector contain the names of normal samples, it must match with 'data' column names. And with matched order with 'tumor'.

log

whether have log transform the 'data'


Moonerss/ProteinBase documentation built on Dec. 17, 2021, 4:21 a.m.