CandidateBacon-package: CandidateBacon

Description Details Author(s) References Examples

Description

Description: Selection of candidate genes is an important step in the exploration of complex genetic architecture. However, it can cause misleading results if not validated properly. The CandidateBacon package is a simple tool that provides such validation and ensures that proposed interaction networks are not statistical artifacts.

Details

Package: CandidateBacon
Type: Package
Version: 1.0
Date: 2013-10-29
License: GPL

Author(s)

R.M. Nelson & M.E. Pettersson

Maintainer: Ronald Nelson <ronnie.nelson@slu.se>

References

Nelson R.M. & Pettersson M.E. Degrees of Separation as a statistical tool for finding candidate genes. Submitted

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## Not run: 
#CandidateBacon example

network <- import_network("example_network_Cyt.txt")

path_k_to_e <- find_path(network, "k", "e")

draw_network(network, path_k_to_e)

candidate_gene_matrix <- as.data.frame(matrix(data = c("a", "c", "c", "d", "e", "h", "j", "f", "k", "i", "x", "i"), 
	ncol = 2, byrow = T), stringsAsFactors = F)

multi_gene_separation <- multi_gene_paths(network, candidate_gene_matrix)

DOS <- degree_of_separation(network, repeats = 100)

## End(Not run)

CandidateBacon documentation built on May 2, 2019, 6:11 p.m.