MMC: Minimal Metabolize Circulation

Description Arguments Details Value Author(s) References See Also Examples

Description

Minimal Metabolize Circulation for Diagnose and Detect Markers in Extracellular Circulating

results = DDMarkerMMC(gene, ...);

Arguments

gene

Data vector.

IDType

-IDType shoulde be ( "Entrez", "GENE", "TCGA" ), "Entrez" denotes the entrez IDs, "GENE" denotes the gene IDs, "TCGA" denotes the TCGA IDs.
default: "Entrez"

PV

-PV should be a double number from 0.00 to 1.00. Telling which metabolize circulation should be written out. If -PV is 0.05, the DDMarkerMMC will only write the statistical significant results. Else if -PV is 1.00, the DDMarkerMMC will write all the metabolize circulations.
default: 0.05

out

-out should be a integer number greater than 0, a variable of -Path, DDMarkerMMC writting the minimal quantity between -out and the minimal metabolize circulation, or use "FALSE" to ignore.
default: "F"

mirna

-mirna shoulde be ( "T", "F" ). If -mirna is "TRUE", the DDMarkerMMC will not only do MMC function, but also write out the regulating relationship among Micro RNAs, no matter how less the statistical significant is.
default: "F"

pvalue

-pvalue should be a vector, only working significant when DDMarker is called by DDMarker.
default: "F"

Details

results = DDMarkerMMC(gene = c(), IDType = "Entrez", PV = 0.05, out = FALSE, mirna = FALSE, pvalue = FALSE);

Value

The R function, DDMarkerMMC returns an object of list, comes from the packages pathview:

plot.data.gene data.frame returned by node.map function for rendering mapped gene nodes, including node name, type, positions (x, y), sizes (width, height), and mapped gene.data. This data is also used as input for pseduo-color coding through node.color function. Default plot.data.gene=NULL.
plot.data.cpd same as plot.data.gene function, except for mapped compound node data. d plot.data.cpd=NULL. Default plot.data.cpd=NULL. Note that plot.data.gene and plot.data.cpd can't be NULL simultaneously.

The R function, DDMarkerMMC will write the result images in files named by the minimal metabolize circulations. The images will be in the Working Directory .

Author(s)

Yu Shang (JLU & UGA) yushang@uga.edu
Qiong Yu (JLU & UGA) yuqiong@uga.edu
Huansheng Cao (UGA) hshcao@uga.edu
Guoqing Liu (IMUST & UGA) gqliu@uga.edu
Wei Du (JLU & UGA) weidu@uga.edu
Yan Wang (JLU & UGA) wy6868@hotmail.com
Hao Wu (BIT & UGA) wuhao@uga.edu
Jingyu Yang (GSUT & UGA) jyyyjy@uga.edu
Xiufeng Liu (GZUCM & UGA) xfliu@uga.edu
Yuan Guo (SAHCQMU & UGA) yuanguo@uga.edu
Ying Xu (JLU & UGA) xyn@bmb.uga.edu

Maintainer: Yu Shang (JLU & UGA) yushang@uga.edu

References

citation("DDMarkerMMC");

See Also

DDMarker-package DDMarker-method EC MMC demo

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
data(data0);
# load the demo of DDMarker

results = DDMarkerMMC();
# run MMC with default parameters
# use a demo data named MMC.rda comes from the packages DDMarkerMMC

results = DDMarkerMMC(data0$demo.pm, mirna = "TRUE");
# run MMC uses a demo MiRNA data

results = DDMarkerMMC(data0$MI, mirna = "TRUE");
# run MMC uses another demo MiRNA data

# results is a variable of list comes from the packages pathview,
#   $plot.data.gene, data.frame returned by node.map function for rendering mapped gene nodes, including node name, type, positions (x, y), sizes (width, height), and mapped gene.data. This data is also used as input for pseduo-color coding through node.color function. Default plot.data.gene=NULL.
#   $plot.data.cpd, same as plot.data.gene function, except for mapped compound node data. d plot.data.cpd=NULL. Default plot.data.cpd=NULL. Note that plot.data.gene and plot.data.cpd can't be NULL simultaneously.
# The results returned by keggview.native and codekeggview.graph are both a list of graph plotting parameters. These are not intended to be used externally.

yu-shang/DDMarker documentation built on May 4, 2019, 5:34 p.m.