genePairsShuffle: 'genePairsShuffle' Generate Coexpression correlation...

Description Usage Arguments Value Examples

Description

genePairsShuffle Coexpression correlation created by shuffled expression values of the two genes by 100000 times

Usage

1
genePairsShuffle(gene1, gene2)

Arguments

gene1

(char) HGNC symbol for the first gene of the coexpression profile

gene2

(char) HGNC symbol for the second gene

Value

(double vector) A double vector of Coexpression correlation generated by shuffled expression values of the two genes

Examples

1
2
3
4
5
6
7
## Not run: 
gene1 <- "NBN"
gene2 <- "ATM"
corrShuffled <- genePairsShuffle(gene1, gene2)
corrShuffled

## End(Not run)

hyginn/BCB420.2019.ESA documentation built on May 29, 2019, 1:23 p.m.