ddmarker: Diagnose and Detect Markers

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

Description

Diagnose and Detect Markers in Extracellular Circulating is a homo sapiens deductive system solving the markers in extracellular circulating. It entails the symbols of markers, like the genes, the proteins, the micro RNAs, and the isoforms, whether can be diagnose and detect in extracellular circulating, especially the blood serum and the urine for the biological and medicine significance. With the help of a homo sapiens annotation database in DDMarkerData package, DDMarker can even diagnose and detect the sequence among the genes, the proteins, the micro RNAs, and the isoforms. There are two main function in this package, the ddmarker, and the DDMarkerMMC, short for Minimal Metabolize Circulation. DDMarkerMMC entails the markers among the minimal metabolize circulation.

results = ddmarker(data, ...);

Arguments

data

Data vector.

pre

-pre should be ( "gene", "protein", "MiRNA", "entrez", "isoform", "mix" ), is a data type variable, telling DDMarker under which constraint DDMarker will do the diagnose and detect. If -pre is "mix", DDMarker will do the diagnose and detect on all constraints.
default: "mix"

file

-file should be a filename to output the results if want to save, or use "FALSE" to ignore.
default: "FALSE"

type

-type should be ( "both", "blood", "urine", "all" ), is a predict type variable, telling DDMarker which extracellular circulating DDMarker will do the diagnose and detect. If -pre is "all", DDMarker will do the diagnose and detect on all extracellular circulatings.
default: "all"

Seq

-Seq should be ( "T", "F" ). If -Seq is True, the DDMarker will predic the sequence first, then doing DDMarker under the results of that. The sequence can come from the genes, the proteins, the micro RNAs, and the isoforms, and the data vector must be the sequence vector.
default: "F"

Path

-Path should be ( "T", "F" ). If -Path is True, The DDMarker will do Minimal Metabolize Circulation, write the images into the files under the results of the diagnose and detect in ddmarker.
default: "F"

PV

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

out

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

pvalue

-pvalue should be a vector, is a vector of path. If -pvalue is not "False", DDMarker not only writes the minimal metabolize circulation, but also entails the degree of the markers.
default: "F"

Details

data(data0); results = ddmarker(data = data0$demo.ddm, pre = "Mix", file = "FALSE", type = "All", Seq = "F", Path = "FALSE", PV = 0.05, out = "FALSE", pvalue = "FALSE");

Value

The R function, ddmarker returns an object of list:

BLOOD An object of list, having Gene, Entrez, Isoform and Protein.
URINE An object of list, having Gene, Entrez, Isoform and Protein.
MIRNA An object of list, having RNA_name, RNA_class, RNA_type and Journal.
Gene An entailment, entails the symbol of the genes which can be diagnosed and detected in Extracellular Circulating or BLOOD and URINE.
Entrez A entailment, entails the symbol of the entrez which can be diagnosed and detected in Extracellular Circulating or BLOOD and URINE.
Isoform A entailment, entails the symbol of the isoform which can be diagnosed and detected in Extracellular Circulating or BLOOD and URINE.
Protein A entailment, entails the the symbol of the protein which can be diagnosed and detected in Extracellular Circulating or BLOOD and URINE.
RNA_name A entailment, entails the symbol of the micro RNAs which can be diagnosed and detected in Extracellular Circulating.
RNA_class A entailment, entails the class of the micro RNAs.
RNA_type A entailment, entails the type of the micro RNAs, simply which EC part it can be diagnosed and detected.
Journal A entailment, if existed, entails in which scientific research, it being studied.

The R function, ddmarker will write the results in a file named by -file, IFF -file is not FALSE by default. The file will be in the Working Directory .
The R function, ddmarker will write the minimal metabolize circulation results in the files named by the MMC names, IFF -Path is not FALSE by default. The file 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("DDMarker");
[1] Yan Wang, et al. (2009) DMarker: A Bio-Marker Inference System for Human Diseases based on Microarray Gene Expression Data 2009
[2] Juan Cui, et al. (2008) Computational prediction of human proteins that can be secreted into the bloodstream BIOINFORMATICS, Vol.24 no. 20 2008 pages 2370-2375
[3] Jiaxin Wang, et al. (2013) Computational Prediction of Human Salivary Proteins from Blood Circulation and Application to Diagnostic Biomarker Identification PLoS ONE, DOI: 10.1371/journal.pone.0080211, 2013
[4] S Hong, et al. (2011) A Computational Method for Prediction of Excretory Proteins and Application to Identification of cancer markers in urine and application to gastric cancer PLoS ONE,6(2):e16875, 2011
[5] http://bioinfosrv1.bmb.uga.edu/DMarker/

See Also

DDMarker-package MMC-method EC demo

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
data(data0);
# load the demo of DDMarker

results = ddmarker(data0$demo.ddm);
# run dmarker with default parameters
# results is a variable of list with,
#   $BLOOD,
#   $BLOOD[,"Gene"], entails the symbol of the genes which can be diagnosed and detected in BLOOD,
#   $BLOOD[,"Entrez"],entails the symbol of the entrez which can be diagnosed and detected in BLOOD,
#   $BLOOD[,"Isoform"], entails the symbol of the isoform which can be diagnosed and detected in BLOOD,
#   $BLOOD[,"Protein"], entails the the symbol of the protein which can be diagnosed and detected in BLOOD,
#   $URINE,
#   $URINE[,"Gene"], entails the symbol of the genes which can be diagnosed and detected in URINE,
#   $URINE[,"Entrez"], entails the symbol of the entrez which can be diagnosed and detected in URINE,
#   $URINE[,"Isoform"], entails the symbol of the isoform which can be diagnosed and detected in URINE,
#   $URINE[,"Protein"], entails the the symbol of the protein which can be diagnosed and detected in URINE,
#   $MIRNA,
#   $MIRNA[,"RNA_name"], entails the symbol of the micro RNAs which can be diagnosed and detected in extracellular circulating,
#   $MIRNA[,"RNA_class"], entails the class of the micro RNAs,
#   $MIRNA[,"RNA_type"], entails the type of the micro RNAs, simply which EC part it can be diagnosed and detected,
#   $MIRNA[,"Journal"], if existed, entails in which scientific research, it being studied,
# or results = ddmarker(data = data0$demo.ddm, pre = "Mix", file = "FALSE", type = "All", Seq = "F", Path = "FALSE", PV = 0.05, out = "FALSE", pvalue = "FALSE");

results = ddmarker(data0$demo.ddm, file = "DDMarkerResults.txt");
# Saving the results both in R variable results and the file, named DMarkerResults.txt by -file.

results = ddmarker(data0$demo.seq, Seq = "TRUE");
# Diagnose and detect the sequences of markers in extracellular circulating.

results = ddmarker(data0$demo.path, path = "TRUE", pvalue = data0$demo.pm);
# Doing both DDMarker and minimal metabolize circulation with the degree of the markers.

results = ddmarker(data = data0$demo.pro, pre = "protein", type = "blood");
# Proteins are diagnosed and detected whether in blood.

results = ddmarker(data = data0$demo.gen, pre = "gene", type = "urine");
# Genes are diagnosed and detected whether in urine.

results = ddmarker(data = data0$demo.iso, pre = "isoform", type = "both");
# Isoforms are diagnosed and detected whether in blood or urine

results = ddmarker(data = data0$demo.ent, pre = "entrez", type = "all");
# Entrezs are diagnosed and detected whether in extracellular circulating.

results = ddmarker(data = data0$demo.mir, pre = "MiRNA");
# Micro RNAs are diagnosed and detected whether in extracellular circulating.

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