|
a |
|
b/man/INDEED.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/INDEED.R |
|
|
3 |
\docType{package} |
|
|
4 |
\name{INDEED} |
|
|
5 |
\alias{INDEED} |
|
|
6 |
\title{INDEED: A network-based method for cacner biomarker discovery.} |
|
|
7 |
\description{ |
|
|
8 |
The INDEED R package provides important functions as shown below: |
|
|
9 |
non_partial_cor(), select_rho_partial(), partial_cor(), and network_display(). |
|
|
10 |
} |
|
|
11 |
\section{non_partial_cor function}{ |
|
|
12 |
|
|
|
13 |
non_partial_cor function performs typical correlation analysis |
|
|
14 |
based on user input data, class label, p-value, sample id, |
|
|
15 |
number of permutations, and the method (default pearson) |
|
|
16 |
p value is optional, |
|
|
17 |
the result of score table and differential network will be returned |
|
|
18 |
} |
|
|
19 |
|
|
|
20 |
\section{select_rho_partial function}{ |
|
|
21 |
|
|
|
22 |
select_rho_partial function preprocesses data for partical correlation analysis, |
|
|
23 |
the result contains list of preprocessed data and rho values and |
|
|
24 |
error plot for user to choose desired rho value for graphical lasso |
|
|
25 |
} |
|
|
26 |
|
|
|
27 |
\section{partial_cor function}{ |
|
|
28 |
|
|
|
29 |
partial_cor function performs partical correlation analysis |
|
|
30 |
based on user input preprocessed list from select_rho_partial step |
|
|
31 |
and the rho choosing method or values of their choice |
|
|
32 |
and number of permutations (default 1000), p-value is optional, |
|
|
33 |
the result of score table and differential network will be returned |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
\section{network_display function}{ |
|
|
37 |
|
|
|
38 |
A function to assist in the network visualization of the result from INDEED functions |
|
|
39 |
non_partial_cor() and patial_cor(). |
|
|
40 |
} |
|
|
41 |
|