uniqueTissues: get tissue information

Description Usage Arguments Value Author(s) See Also Examples

View source: R/tsgene.R

Description

This function reads the sample names of genes and get unique tissue information for further tissue-specific genes finding and clustering.

Usage

1

Arguments

x

a numeric matrix containing gene expression value. The column labels are samples names. For two samples from the same tissue T, their names should be assigned as T.1 and T.2, respectively.

Value

A data matrix in which the elements is 0 (the sample not from the tissue) or 1 (the sample from the tissue)

Author(s)

Chuang Ma, Xiangfeng Wang

See Also

getsgene, gcc.tsheatmap.

Examples

1
2
3
4
5
6
## Not run: 
   data(rsgcc)
   x <- rnaseq
   uniqueTissues(x)

## End(Not run)

rsgcc documentation built on May 2, 2019, 9:25 a.m.