Package netclass. July 2, 2014

Size: px
Start display at page:

Download "Package netclass. July 2, 2014"

Transcription

1 Package netclass Jul 2, 2014 Version Date Title netclass: An R Package for Network-Based Biomarker Discover Author Yupeng Cun Maintainer netclass is an R package for network-based feature (gene) selection for biomarkers discover via integrating biological information. This package adapts the following 5 algorithms for classifing and predicting gene epression data using prior knowledge: 1) average gene epression of pathwa (aep); 2) pathwa activities classification (PAC); 3) Hub network Classification (hubc); 4) filter via top ranked genes (FrSVM); 5) network smoothed t-statistic (stsvm). Depends R (>= 2.14), kernlab Imports AnnotationDbi, Matri, ROCR, graph, igraph, samr Suggests parallel, Biobase, KEGG.db, pathclass License GPL (>= 2) LazLoad es NeedsCompilation no Repositor CRAN Date/Publication :44:46 1

2 2 netclass-package R topics documented: netclass-package ad.matri calc.diffusionkernelp classif.aep classif.frsvm classif.hubc classif.pac classif.stsvm cv.aep cv.frsvm cv.hubc cv.pac cv.stsvm EN2SY epr getgeneranking getgraphrank Gs pgenerank pofhubs predictaep predictfrsvm predicthubc predictpac predictstsvm probeset2pathwa probeset2pathwatrain probeset2pathwatst train.aep train.frsvm train.hubc train.pac train.stsvm Inde 35 netclass-package An R package for network-based microarra Classification We implemented average gene epression of pathwa (aep), pathwa activitive classification (PAC), Hub network Classsifccation, filter via top ranked genes(frsvm), smoothed t-statistic(stsvm) for two classes microarr classification which emploed the prior information.

3 netclass-package 3 Details

4 4 ad.matri Package: netclass Tpe: Package Version: 1.2 Date: License: GPL (>= 2) LazLoad: es Yupeng Cun Maintainer: References Yupeng Cun, Holger Frohlich (2013) netclass: An R-package for network based, integrative biomarker signature discover. ad.matri An adjacenc matri of a sample graph... An adjacenc matri of a sample graph Details An adjacenc matri of a random graph with some random Entre ID of Protein for use in eample files and the vignette

5 calc.diffusionkernelp 5 calc.diffusionkernelp Computing the Random Walk Kernel matri of network Computing the Random Walk Kernel matri of network calc.diffusionkernelp(l, is.adjacenc = TRUE, p = 3, a = 2) L is.adjacenc p a an adjacenc matri that represents the underling biological network. using adjacenc of graph or not #(p) random walk step(s) of random walk kernel constant value of random walk kernel R Return a Random Walk Kernel matri of given network, L. References Kondor, R. I., & Laffert, J. (2002, Jul). Diffusion kernels on graphs and other discrete input spaces. In MACHINE LEARNING-INTERNATIONAL WORKSHOP THEN CONFERENCE- (pp ). as classif.stsvm librar(netclass) data(ad.matri) #dk= calc.diffusionkernelp(l=ad.matri, is.adjacenc=true, p=2,a=1)

6 6 classif.aep classif.aep Training and predicting using aepsvm (aepsvm) classification methods Training and predicting using aepsvm (aepsvm) classification methods classif.aep(fold, cuts, Cs,,, cv.repeat, int, =, Gsub) fold cuts Cs cv.repeat int Gsub number of -folds cross validation (CV) list for randoml divide the training set in to --folds CV soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). gene epression data class labels model for one CV training and predicting Intersect of genes in network and gene epression profile. show debugging information in screen more or less. an adjacenc matri that represents the underling biological network. fold auc train feat the recored for test fold The AUC values of test fold The tranined models for traning folds The feature selected b each b the train References Guo et al., Towards precise classification of cancers based on robust gene functional epression profiles. BMC Bioinformatics 2005, 6:58. as cv.aep #See cv.aep

7 classif.frsvm 7 classif.frsvm Training and predicting using FrSVM Training and predicting using FrSVM classif.frsvm(fold, cuts,,, cv.repeat, =, Gsub = Gsub, d = d, op = op,aa = aa, Cs = Cs) fold number of folds to perform cuts list for randoml divide the training set in to --CV epression data a factor of length p comprising the class labels. cv.repeat model for one CV training and predicting show debugging information in screen more or less. Gsub an adjacenc matri that represents the underling biological network. d damping factor for GeneRank, defaults value is 0.5 op the uper bound of top ranked genes aa the lower bound of top ranked genes Cs soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). fold auc train feat the recored for test fold The AUC values of test fold The tranined models for traning folds The feature selected b each b the train References Yupeng Cun, Holger Frohlich (2012) Integrating Prior Knowledge Into Prognostic Biomarker Discover Based on Network Structure.arXiv: Winter C, Kristiansen G, Kersting S, Ro J, Aust D, et al. (2012) Google Goes Cancer: Improving Outcome Prediction for Cancer Patients b Network-Based Ranking of Marker Genes. PLoS Comput Biol 8(5): e doi: /journal.pcbi

8 8 classif.hubc as cv.frsvm #see cv.frsvm classif.hubc Training and predicting using hub nodes classification methods Training and predicting using hub nodes classification methods classif.hubc(fold, r, cuts,,, cv.repeat, Gsub = Gsub, =, ghub = ghub, hubs = hubs, nperm = nperm, node.ct = node.ct, Cs = Cs) fold number of -fold cross validation (CV) cuts list for randoml divide the training set in to --fold CV Gsub an adjacenc matri that represents the underling biological network. gene epression data. a factor of length p comprising the class labels. cv.repeat model for one CV training and predicting show debugging information in screen more or less. r repeat order for CV ghub Subgraph of hubs of graph Gs hubs Hubs in graph Gs nperm number of permutation test steps node.ct cut off value for select highl quantile nodes in a nwtwork. Defaults to 0.98). Cs Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). fold auc train feat the recored for test fold The AUC values of test fold The tranined models for traning folds The feature selected b each b the train

9 classif.pac 9 References Talor et al.(2009)dnamic modularit in protein interaction networks predicts breast cancer outcome, Nat. Biotech.: doi: /nbt.1522 See cv.hubc #See cv.hubc classif.pac Training and predicting using PAC classification methods Training and predicting using PAC classification methods classif.pac(fold, cuts,,, cv.repeat, Gsub, int, = FALSE) fold cuts Gsub cv.repeat int number of -folds cross validation (CV) list for randoml divide the training set in to --folds CV an adjacenc matri that represents the underling biological network. gene epression data a factor of length p comprising the class labels. model for one CV training and predicting Intersect of genes in network and gene epression profile. show debugging information in screen or not. fold auc train feat the recored for test fold The AUC values of test fold The tranined models for traning folds The feature selected b each b the train

10 10 classif.stsvm References Lee E, Chuang H-Y, Kim J-W, Ideker T, Lee D (2008) Inferring Pathwa Activit toward Precise Disease Classification. PLoS Comput Biol 4(11): e doi: /journal.pcbi as cv.pac #see cv.pac classif.stsvm Training and predicting using stsvm classification methods Training and predicting using stsvm classification methods classif.stsvm(fold, cuts, e.sum,, p, a,, cv.repeat, =, Gsub=Gsub, op.method=op.method, op = op, aa = aa, dk = dk, dk.tf = dk.tf, seed = seed, Cs = Cs) fold cuts e.sum a p cv.repeat Gsub op.method op number of folds to perform list for randoml divide the training set in to --folds CV epression data epression data constant value of random walk kernel random walk step(s) of random walk kernel a factor of length p comprising the class labels. model for one CV training and predicting show debugging information in screen more or less. an adjacenc matri that represents the underling biological network. Method for selecet optimal feature subgoups: pt is permutation test, sp is span bound. optimal on top op

11 cv.aep 11 aa dk dk.tf seed Cs permutation test steps Random Walk Kernel matri of network cut off p-value of permutation test seed for random sampling. Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). fold auc train feat the recored for test fold The AUC values of test fold The tranined models for traning folds The feature selected b each b the train References Yupeng Cun, Holger Frohlich (2013) Network and Data Integration for Biomarker Signature Discover via Network Smoothed T-Statistics. PLoS ONE 8(9): e doi: /journal.pone see cv.stsvm #see cv.stsvm cv.aep Cross validation for aepsvm (aepsvm) Cross validation for aepsvm (aepsvm) using SAM to select significant differential epressed genes cv.aep(,, folds = 10, repeats = 5, parallel = FALSE, cores = 2, = TRUE, Gsub = matri(1, 100, 100), Cs = 10^(-3:3), seed = 1234)

12 12 cv.aep folds repeats parallel cores Gsub Cs seed a p n matri of epression measurements with p samples and n genes. a factor of length p comprising the class labels. number of -folds cross validation (CV) number of CV repeat times paralle computing or not cores used in parallel computing show more results or not Adjacenc matri of Protein-protein interaction network soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). seed for random sampling. a LIST for Cross-Validation results auc fits feat labels The AUC values of each test fold The tranined models for traning folds The feature selected b each b the fits the original lables for training References Guo et al., Towards precise classification of cancers based on robust gene functional epression profiles. BMC Bioinformatics 2005, 6:58. librar(netclass) data(epr) data(ad.matri) <- epr$genes <- epr$ librar(kegg.db) #r.aep <- cv.aep([,1:500],, folds=3, repeats=1, parallel=false,cores=2, # Gsub=ad.matri,Cs=10^(-3:3),seed=1234,=TRUE)

13 cv.frsvm 13 cv.frsvm Cross validation for FrSVM Cross validation for FrSVM, an R algorithm, which integrates protein-protein interaction network information into gene selection for microarr classification cv.frsvm(,, folds = 10, Gsub = matri(1, 100, 100), repeats = 5, parallel = FALSE, cores = 2, = FALSE, d = 0.85, top.uper = 10, top.lower = 50, seed = 1234, Cs = 10^c(-3:3)) gene epression data class labels folds number of -folds cross validation (CV) Gsub Adjacenc matri of Protein-protein intersction network repeats number of CV repeat times parallel paralle computing or not cores cores used in parallel computing show more results or not d damping factor for GeneRank, defaults value is 0.5 top.uper the uper bound of top ranked genes top.lower the lower bound of top ranked genes seed Seed for random sampling. Cs soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). a LIST for Cross-Validation results auc fits feat labels The AUC values of each test fold The tranined models for traning folds The feature selected b each b the fits the original lables for training

14 14 cv.hubc References Yupeng Cun, Holger Frohlich (2012) Integrating Prior Knowledge Into Prognostic Biomarker Discover Based on Network Structure, arxiv: Winter C, Kristiansen G, Kersting S, Ro J, Aust D, et al. (2012) Google Goes Cancer: Improving Outcome Prediction for Cancer Patients b Network-Based Ranking of Marker Genes. PLoS Comput Biol 8(5): e librar(netclass) data(epr) data(ad.matri) <- epr$genes <- epr$ ### r.frsvm <-cv.frsvm([,1:200],, folds=3,gsub=ad.matri, repeats=1, parallel=false, cores=2, =TRUE,d=.85,top.uper=5,top.lower=15,seed=1234,Cs=10^c(-3:3)) cv.hubc Cross validation for hub nodes classification Cross validation for hub nodes classification, which described in Talor et al.(2009). cv.hubc(,, folds = 10, repeats = 5, parallel = TRUE, cores = NULL, = TRUE, nperm = 500, node.ct = 0.98, Gsub = matri(1, 100, 100), Gs = Gs, seed = 1234, Cs = 10^c(-3:3)) folds repeats parallel cores nperm a p n matri of epression measurements with p samples and n genes. a factor of length p comprising the class labels. number of -folds cross validation (CV) number of CV repeat times paralle computing or not cores used in parallel computing show more results or not number of permutation test steps node.ct cut off value for select highl quantile nodes in a nwtwork. Defaults to 0.98).

15 cv.pac 15 Gsub Gs seed Cs an adjacenc matri that represents the underling biological network. Undirected of graph with adjacenc matri Gsub. Seed for random sampling. Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). auc fits feat labels The AUC values of each test fold The tranined models for traning folds The selected features of each training folds the original lables for training References Talor et al.(2009)dnamic modularit in protein interaction networks predicts breast cancer outcome, Nat. Biotech.: doi: /nbt.1522 data(ad.matri) #data(gs2) librar(netclass) data(epr) <- epr$genes <- epr$ # r.hubc <- cv.hubc(=, =, folds=3, repeats=1, parallel=false, cores=2, =TRUE, # nperm=2, Gsub=ad.matri,Gs=Gs2,node.ct=0.5,Cs=10^(-3:3)) cv.pac Cross validation for Pathwa Activities Classification(PAC) Cross validation for Pathwa Activities Classification(PAC) using Logistic regression model for classification. Implementation of the Pathwa Activities Classification b CROG algorithm. cv.pac(=, =, folds=10, repeats=5, parallel = TRUE, cores = NULL, =TRUE, Gsub=matri(1,100,100), seed=1234)

16 16 cv.pac folds repeats parallel cores Gsub seed a p n matri of epression measurements with p samples and n genes. a factor of length p comprising the class labels. number of -folds cross validation (CV) number of CV repeat times paralle computing or not cores used in parallel computing show debugging information in screen or not. Adjacenc matri of Protein-protein intersction network seed for random sampling. a LIST for Cross-Validation results auc fits feat labels The AUC values of each test fold The tranined models for traning folds The feature selected b each b the fits the original lables for training References Lee E, Chuang H-Y, Kim J-W, Ideker T, Lee D (2008) Inferring Pathwa Activit toward Precise Disease Classification. PLoS Comput Biol 4(11): e librar(netclass) data(epr) data(ad.matri) <- epr$genes <- epr$ librar(kegg.db) r.pac <- cv.pac(=, =, folds=3, repeats=1, parallel=false, cores=2, =TRUE, Gsub=ad.matri,seed=1234)

17 cv.stsvm 17 cv.stsvm Cross validation for smoothed t-statistic to select significant top ranked differential epressed genes Cross validation for smoothed t-statistic to select significant top ranked differential epressed genes cv.stsvm(=,.mi=null,=, folds=5,gsub=matri(1,100,100),op.method=c("pt","spb"), repeats=3, parallel=false, cores=2,=true, pt.pvalue=0.05,op=0.85, aa=1000,a=1,p=2,allf=true, seed=1234,cs=10^c(-3:3)).mi folds Gsub op.method repeats parallel cores pt.pvalue op aa a p allf seed Cs A p n matri of epression measurements with p samples and n genes. A p m matri of epression measurements with p samples and m mirnas. A factor of length p comprising the class labels. Folds number of folds to perform An adjacenc matri that represents the underling biological network. Method for selecet optimal feature subgoups: pt is permutation test, sp is span bound. Number of how often to repeat the -fold cross-validation Use parallel computing or not Number of cores will used when parallel is TRUE Show debugging information in screen more or less. Cut off p-value of permutation test Optimal on top op permutation test steps for permutation test (pt); low bounds top op constant value of random walk kernel random walk step(s) of random walk kernel Using all features (TRUE) or onl these genes mapped to prior information (FALSE). seed for random sampling. Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). a LIST for Cross-Validation results auc fits feat labels The AUC values of each test fold The tranined models for traning folds The feature selected b each b the fits the original lables for training

18 18 EN2SY References Yupeng Cun, Holger Frohlich (2013) Network and Data Integration for Biomarker Signature Discover via Network Smoothed T-Statistics. PLoS ONE 8(9): e librar(netclass) data(epr) data(ad.matri) <- epr$genes <- epr$ r.stsvm <- cv.stsvm(=[,1:500],.mi=null,=,folds=3,gsub=ad.matri,op.method="pt", repeats=1, parallel=false, cores=2,=true,pt.pvalue=0.05,op=0.9, aa=5,a=1,p=2,allf=true, seed=1234,cs=10^(-3:3)) EN2SY An list for mapping gene entre ids to smbol ids An list for mapping gene entre ids to smbol ids Details An list for mapping gene Entre ID of Smbol ID

19 epr 19 epr Two epression profile matris and their labels Details Two epression profile matris and thei labels Two epression profile matris and thei labels of random samples. epr$genes is the epression profile with Entrez ID of genes; epr$ is labels of the epression profile. getgeneranking Get gene ranking based on generank algorithm. Get the ranking of differential epression of genes on graph using generank algorithm. getgeneranking( =, =, Gsub = Gsub, d = d) gene epression data class labels Gsub Adjacenc matri of Protein-protein intersction network d damping factor for GeneRank, defaults value is 0.5 r ranking of each gebes on graph as pgenerank

20 20 getgraphrank librar(netclass) data(epr) data(ad.matri) e.sum <- epr$genes <- epr$ #r= getgeneranking( = e.sum, =, Gsub = ad.matri, d = 0.5) getgraphrank Random walk kernel matri smoothing t-statistic Using Random walk kernel matri of network to smooth t-statistic of each gene getgraphrank( =, =, Gsub = Gsub, sca = TRUE) Gsub sca a matri of epression measurements with p samples and n genes. a factor of length p comprising the class labels. Random Walk Kernel matri of network Sacling data or not r return a smoothed t-statistic of each gene References Yupeng Cun, Holger Frohlich (2013) Network and Data Integration for Biomarker Signature Disvover via Network Smoothed T-Statistics as getgraphrank #See also \code{classf.stsvm}

21 Gs2 21 Gs2 An subgraph of hub nodes An subgraph of hub nodes, which using igraph to generate from hubs Details An adjacenc matri of hubs of a random graph was used to constructed a sub-graph of hubs using igraph pgenerank GeneRANK Ranking gene based on Googles s PageRank algorithm pgenerank(w, e, d, ma.degree = Inf) W adjacenc matri of graph e the fold change/ diffiencicial epression of genes d damping factor for GeneRank, defaults value is 0.5 ma.degree Ma degree of graph r ranking of each gebes on graph

22 22 pofhubs References Morrison, Julie L., et al. "GeneRank: using search engine technolog for the analsis of microarra eperiments." BMC bioinformatics 6.1 (2005): 233. Page, Lawrence, et al. "The PageRank citation ranking: bringing order to the web." (1999). as classif.frsvm # as {classif.frsvm} pofhubs Computing p value of hubs using the permutation test Computing p value of hubs using the permutation test pofhubs( =, =, ghub = ghub, hubs = hubs, nperm = nperm) ghub hubs nperm gene epression data a factor of length p comprising the class labels. Subgraph of hubs of graph Gs Hubs in graph Gs number of permutation test steps pval hub Permutation test Pvalues of each hub name of hubs # see \code{pofhubs}

23 predictaep 23 predictaep Predicting the test tdata using aep trained model Predicting the test data using aep trained model predictaep(train = train,,, = FALSE, Gsub = Gsub) train Gsub trained model gene epression data for testing class labels show debugging information in screen more or less. an adjacenc matri that represents the underling biological network. The value returned auc The AUC values of test fold as cv.aep #see cv.aep

24 24 predicthubc predictfrsvm Predicting the test data using frsvm trained model Predicting the test data using frsvm trained model predictfrsvm(train = train, =, =, = FALSE) train trained model epression data for testing class labels show debugging information in screen more or less. auc The AUC values of test fold as cv.frsvm #see cv.frsvm predicthubc Predicting the test data using hubc trained model Predicting the test data using hubc trained model predicthubc(train = train, =, =, = FALSE)

25 predictpac 25 train trainied model bases on hub nodes. gene epression data for predicting. Class labels show debugging information in screen more or less. The value returned auc The AUC values of test fold as cv.hubc #See cv.hubc predictpac Predicting the test data using pac trained model Predicting the test data using pac trained model predictpac(train = train, =, =, int = int, = FALSE) train int gene epression data for the testing data a factor of length p comprising the class labels. Intersect of genes in network and gene epression profile. show debugging information in screen or not.

26 26 predictstsvm The value returned auc The AUC values of test fold as cv.pac #see cv.pac predictstsvm Predicting the test data using stsvm trained model Predicting the test data using stsvm trained model predictstsvm(train = train, =, =, = ) train trained model epression data for testing Class labels show debugging information in screen more or less. The value returned auc The AUC values of test fold as cv.stsvm

27 probeset2pathwa 27 #see cv.stsvm probeset2pathwa Generae a mean gene epression of genes of each pathwa matri Generae a mean gene epression of genes of each pathwa matri probeset2pathwa( =, int = int, siggens = siggens) int siggens gene epression data common genes between pathwa genes and genes in gene epression profile significant gene epression using SAM methods kse an matri with n pathwas and p samples References Guo et al., Towards precise classification of cancers based on robust gene functional epression profiles. BMC Bioinformatics 2005, 6:58. as classif.aep

28 28 probeset2pathwatrain probeset2pathwatrain Search CROG in training data Search CROG in training data, and using these CORG set to make a matri for pathwas. probeset2pathwatrain( =, =, int = int) int gene epression data a factor of length p comprising the class labels. Common genes between gene epression data and interaction network. ap selectedgenes... top ranked pathas CROG genes References Lee E, Chuang H-Y, Kim J-W, Ideker T, Lee D (2008) Inferring Pathwa Activit toward Precise Disease Classification. PLoS Comput Biol 4(11): e doi: /journal.pcbi as pac.cv # as \name{pac.cv}

29 probeset2pathwatst 29 probeset2pathwatst Applied CROG to testing data Applied CORG and pathwas activities lists to make a matri for pathwas for test data. probeset2pathwatst( =, aptrain = aptrain) aptrain gene epression data PAC objet which contain CORG and pathwas activities lists of training data. ap top ranked pathas References Lee E, Chuang H-Y, Kim J-W, Ideker T, Lee D (2008) Inferring Pathwa Activit toward Precise Disease Classification. PLoS Comput Biol 4(11): e doi: /journal.pcbi as pac.cv, probeset2pathwatrain # as \code{pac.cv, probeset2pathwatrain}

30 30 train.aep train.aep Training the data using aep methods Training the data using aep methods train.aep( =, =, = FALSE, int = int, Gsub = Gsub, Cs = 10^(-3:3)) int Gsub Cs epression data for training a factor of length p comprising the class labels. show debugging information in screen more or less. Intersect of genes in network and gene epression profile. an adjacenc matri that represents the underling biological network. soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). The returned lists trained sig.genes The tranined models for traning folds The differential epressed feature References Guo et al., Towards precise classification of cancers based on robust gene functional epression profiles. BMC Bioinformatics 2005, 6:58. as cv.aep #see cv.aep

31 train.frsvm 31 train.frsvm Training the data using frsvm method Training the data using frsvm methods train.frsvm( =, =, = FALSE, Gsub = Gsub, d = 0.85, op = 10, aa = 50, Cs = 10^(-3:3)) Epression data for training Class labels show debugging information in screen more or less. Gsub an adjacenc matri that represents the underling biological network. d damping factor for GeneRank, defaults value is 0.5 op the uper bound of top ranked genes aa the lower bound of top ranked genes Cs soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). The value list returned train feat The tranined models for traning folds The feature selected b each b the train as cv.frsvm #see cv.frsvm

32 32 train.hubc train.hubc Predicting the data using hub nodes classification model Predicting the data using hub nodes classification model train.hubc( =, =, = FALSE, Gsub = Gsub, ghub = ghub, hubs = hubs, nperm = 500, node.ct = 0.95, Cs = 10^(-3:3)) gene epression data for training. Class labels show debugging information in screen more or less. Gsub an adjacenc matri that represents the underling biological network. ghub Subgraph of hubs of graph Gs hubs Hubs in graph Gs nperm number of permutation test steps node.ct cut off value for select highl quantile nodes in a nwtwork. Defaults to 0.98). Cs Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). The list returned trained feat The tranined models for traning folds The feature selected b each b the train as cv.hubc #See cv.hubc

33 train.pac 33 train.pac Training the data using pac methods Training the data using pac methods train.pac( =, =, int = int, = FALSE, Gsub = Gsub) int Gsub gene epression data for the training data a factor of length p comprising the class labels. Intersect of genes in network and gene epression profile. show debugging information in screen or not. an adjacenc matri that represents the underling biological network. the value returned trained The tranined models for traning folds as cv.pac #see cv.pac

34 34 train.stsvm train.stsvm Training the data using stsvm methods Training the data using stsvm methods train.stsvm(=, =, =FALSE,Gsub=Gsub, op.method="sp", op=10,aa=100, dk=dk, dk.tf=0.05,seed = 1234,Cs=10^(-3:3),EN2SY=NULL) Gsub op.method op aa dk dk.tf seed Cs EN2SY epression data for training Class labels show debugging information in screen more or less. an adjacenc matri that represents the underling biological network. Method for selecet optimal feature subgoups: pt is permutation test, sp is span bound. optimal on top op permutation test steps Random Walk Kernel matri of network cut off p-value of permutation test seed for random sampling. Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3). A list for mapping gene sbol ids or entez ids. The list returned trained feat The tranined models for traning folds The feature selected b each b the train See cv.stsvm #see cv.stsvm

35 Inde Topic FrSVM getgeneranking, 19 pgenerank, 21 Topic GeneRank train.frsvm, 31 Topic aep classif.aep, 6 cv.aep, 11 predictaep, 23 probeset2pathwa, 27 train.aep, 30 Topic biomarker discover, microarra classification, interaction network netclass-package, 2 Topic data ad.matri, 4 EN2SY, 18 epr, 19 Gs2, 21 Topic frsvm classif.frsvm, 7 cv.frsvm, 13 predictfrsvm, 24 train.frsvm, 31 Topic hubc classif.hubc, 8 cv.hubc, 14 pofhubs, 22 predicthubc, 24 train.hubc, 32 Topic pac classif.pac, 9 cv.pac, 15 predictpac, 25 probeset2pathwatrain, 28 probeset2pathwatst, 29 train.pac, 33 Topic stsvm calc.diffusionkernelp, 5 cv.stsvm, 17 getgraphrank, 20 Topic stsvm classif.stsvm, 10 predictstsvm, 26 train.stsvm, 34 ad.matri, 4 calc.diffusionkernelp, 5 classif.aep, 6 classif.frsvm, 7 classif.hubc, 8 classif.pac, 9 classif.stsvm, 10 cv.aep, 11 cv.frsvm, 13 cv.hubc, 14 cv.pac, 15 cv.stsvm, 17 EN2SY, 18 epr, 19 getgeneranking, 19 getgraphrank, 20 Gs2, 21 netclass (netclass-package), 2 netclass-package, 2 pgenerank, 21 pofhubs, 22 predictaep, 23 predictfrsvm, 24 predicthubc, 24 predictpac, 25 predictstsvm, 26 probeset2pathwa, 27 probeset2pathwatrain, 28 35

36 36 INDEX probeset2pathwatst, 29 train.aep, 30 train.frsvm, 31 train.hubc, 32 train.pac, 33 train.stsvm, 34

Package AbsFilterGSEA

Package AbsFilterGSEA Type Package Package AbsFilterGSEA September 21, 2017 Title Improved False Positive Control of Gene-Permuting GSEA with Absolute Filtering Version 1.5.1 Author Sora Yoon Maintainer

More information

Package ORIClust. February 19, 2015

Package ORIClust. February 19, 2015 Type Package Package ORIClust February 19, 2015 Title Order-restricted Information Criterion-based Clustering Algorithm Version 1.0-1 Date 2009-09-10 Author Maintainer Tianqing Liu

More information

Package rvtdt. February 20, rvtdt... 1 rvtdt.example... 3 rvtdts... 3 TrendWeights Index 6. population control weighted rare-varaints TDT

Package rvtdt. February 20, rvtdt... 1 rvtdt.example... 3 rvtdts... 3 TrendWeights Index 6. population control weighted rare-varaints TDT Type Package Package rvtdt February 20, 2015 Title population control weighted rare-variants TDT Version 1.0 Date 2014-04-07 Author Yu Jiang, Andrew S. Allen Maintainer Yu Jiang

More information

Package cssam. February 19, 2015

Package cssam. February 19, 2015 Type Package Package cssam February 19, 2015 Title cssam - cell-specific Significance Analysis of Microarrays Version 1.2.4 Date 2011-10-08 Author Shai Shen-Orr, Rob Tibshirani, Narasimhan Balasubramanian,

More information

Package inote. June 8, 2017

Package inote. June 8, 2017 Type Package Package inote June 8, 2017 Title Integrative Network Omnibus Total Effect Test Version 1.0 Date 2017-06-05 Author Su H. Chu Yen-Tsung Huang

More information

Metabolomic Data Analysis with MetaboAnalyst

Metabolomic Data Analysis with MetaboAnalyst Metabolomic Data Analysis with MetaboAnalyst User ID: guest6501 April 16, 2009 1 Data Processing and Normalization 1.1 Reading and Processing the Raw Data MetaboAnalyst accepts a variety of data types

More information

Computer Age Statistical Inference. Algorithms, Evidence, and Data Science. BRADLEY EFRON Stanford University, California

Computer Age Statistical Inference. Algorithms, Evidence, and Data Science. BRADLEY EFRON Stanford University, California Computer Age Statistical Inference Algorithms, Evidence, and Data Science BRADLEY EFRON Stanford University, California TREVOR HASTIE Stanford University, California ggf CAMBRIDGE UNIVERSITY PRESS Preface

More information

VL Network Analysis ( ) SS2016 Week 3

VL Network Analysis ( ) SS2016 Week 3 VL Network Analysis (19401701) SS2016 Week 3 Based on slides by J Ruan (U Texas) Tim Conrad AG Medical Bioinformatics Institut für Mathematik & Informatik, Freie Universität Berlin 1 Motivation 2 Lecture

More information

Package citccmst. February 19, 2015

Package citccmst. February 19, 2015 Version 1.0.2 Date 2014-01-07 Package citccmst February 19, 2015 Title CIT Colon Cancer Molecular SubTypes Prediction Description This package implements the approach to assign tumor gene expression dataset

More information

Characterizing health informatics journals by subject-level dependencies: a citation network analysis

Characterizing health informatics journals by subject-level dependencies: a citation network analysis Characterizing health informatics journals by subject-level dependencies: a citation network analysis Arezo Bodaghi School of Industrial and Systems Engineering, Tarbiat Modares University, Iran arezo.bodaghi@modares.ac.ir

More information

Package MethPed. September 1, 2018

Package MethPed. September 1, 2018 Type Package Version 1.8.0 Date 2016-01-01 Package MethPed September 1, 2018 Title A DNA methylation classifier tool for the identification of pediatric brain tumor subtypes Depends R (>= 3.0.0), Biobase

More information

Package propoverlap. R topics documented: February 20, Type Package

Package propoverlap. R topics documented: February 20, Type Package Type Package Package propoverlap February 20, 2015 Title Feature (gene) selection based on the Proportional Overlapping Scores Version 1.0 Date 2014-09-15 Author Osama Mahmoud, Andrew Harrison, Aris Perperoglou,

More information

EXPression ANalyzer and DisplayER

EXPression ANalyzer and DisplayER EXPression ANalyzer and DisplayER Tom Hait Aviv Steiner Igor Ulitsky Chaim Linhart Amos Tanay Seagull Shavit Rani Elkon Adi Maron-Katz Dorit Sagir Eyal David Roded Sharan Israel Steinfeld Yossi Shiloh

More information

R documentation. of GSCA/man/GSCA-package.Rd etc. June 8, GSCA-package. LungCancer metadi... 3 plotmnw... 5 plotnw... 6 singledc...

R documentation. of GSCA/man/GSCA-package.Rd etc. June 8, GSCA-package. LungCancer metadi... 3 plotmnw... 5 plotnw... 6 singledc... R topics documented: R documentation of GSCA/man/GSCA-package.Rd etc. June 8, 2009 GSCA-package....................................... 1 LungCancer3........................................ 2 metadi...........................................

More information

Comparing Two ROC Curves Independent Groups Design

Comparing Two ROC Curves Independent Groups Design Chapter 548 Comparing Two ROC Curves Independent Groups Design Introduction This procedure is used to compare two ROC curves generated from data from two independent groups. In addition to producing a

More information

Network-based biomarkers enhance classical approaches to prognostic gene expression signatures

Network-based biomarkers enhance classical approaches to prognostic gene expression signatures RESEARCH Open Access Network-based biomarkers enhance classical approaches to prognostic gene expression signatures Rebecca L Barter 1, Sarah-Jane Schramm 2,3, Graham J Mann 2,3, Yee Hwa Yang 1,3* From

More information

Package xseq. R topics documented: September 11, 2015

Package xseq. R topics documented: September 11, 2015 Package xseq September 11, 2015 Title Assessing Functional Impact on Gene Expression of Mutations in Cancer Version 0.2.1 Date 2015-08-25 Author Jiarui Ding, Sohrab Shah Maintainer Jiarui Ding

More information

Package ClusteredMutations

Package ClusteredMutations Package ClusteredMutations April 29, 2016 Version 1.0.1 Date 2016-04-28 Title Location and Visualization of Clustered Somatic Mutations Depends seriation Description Identification and visualization of

More information

Package ExactCIdiff. February 15, 2013

Package ExactCIdiff. February 15, 2013 Package ExactCIdiff February 15, 2013 Version 1.2 Date 2013-01-28 Title Inductive Confidence Intervals for the difference between two proportions Author Guogen Shan , Weizhen Wang

More information

Package HAP.ROR. R topics documented: February 19, 2015

Package HAP.ROR. R topics documented: February 19, 2015 Type Package Title Recursive Organizer (ROR) Version 1.0 Date 2013-03-23 Author Lue Ping Zhao and Xin Huang Package HAP.ROR February 19, 2015 Maintainer Xin Huang Depends R (>=

More information

Package wally. May 25, Type Package

Package wally. May 25, Type Package Type Package Package wally May 25, 2017 Title The Wally Calibration Plot for Risk Prediction Models Version 1.0.9 Date 2017-04-28 Author Paul F Blanche , Thomas A. Gerds

More information

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

Network-based pattern recognition models for neuroimaging

Network-based pattern recognition models for neuroimaging Network-based pattern recognition models for neuroimaging Maria J. Rosa Centre for Neuroimaging Sciences, Institute of Psychiatry King s College London, UK Outline Introduction Pattern recognition Network-based

More information

Package inctools. January 3, 2018

Package inctools. January 3, 2018 Encoding UTF-8 Type Package Title Incidence Estimation Tools Version 1.0.11 Date 2018-01-03 Package inctools January 3, 2018 Tools for estimating incidence from biomarker data in crosssectional surveys,

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

The 16th KJC Bioinformatics Symposium Integrative analysis identifies potential DNA methylation biomarkers for pan-cancer diagnosis and prognosis

The 16th KJC Bioinformatics Symposium Integrative analysis identifies potential DNA methylation biomarkers for pan-cancer diagnosis and prognosis The 16th KJC Bioinformatics Symposium Integrative analysis identifies potential DNA methylation biomarkers for pan-cancer diagnosis and prognosis Tieliu Shi tlshi@bio.ecnu.edu.cn The Center for bioinformatics

More information

Modeling Sentiment with Ridge Regression

Modeling Sentiment with Ridge Regression Modeling Sentiment with Ridge Regression Luke Segars 2/20/2012 The goal of this project was to generate a linear sentiment model for classifying Amazon book reviews according to their star rank. More generally,

More information

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Dhouha Grissa, Mélanie Pétéra, Marion Brandolini, Amedeo Napoli, Blandine Comte and Estelle Pujos-Guillot

More information

Package CorMut. January 21, 2019

Package CorMut. January 21, 2019 Type Package Package CorMut January 21, 2019 Title Detect the correlated mutations based on selection pressure Version 1.24.0 Date 2018-02-21 Author Maintainer Depends methods,seqinr,igraph

More information

Package appnn. R topics documented: July 12, 2015

Package appnn. R topics documented: July 12, 2015 Package appnn July 12, 2015 Type Package Title Amyloid Propensity Prediction Neural Network Version 1.0-0 Date 2015-07-11 Encoding UTF-8 Author Maintainer Carlos Família Amyloid

More information

I. Setup. - Note that: autohgpec_v1.0 can work on Windows, Ubuntu and Mac OS.

I. Setup. - Note that: autohgpec_v1.0 can work on Windows, Ubuntu and Mac OS. autohgpec: Automated prediction of novel disease-gene and diseasedisease associations and evidence collection based on a random walk on heterogeneous network Duc-Hau Le 1,*, Trang T.H. Tran 1 1 School

More information

Case Studies on High Throughput Gene Expression Data Kun Huang, PhD Raghu Machiraju, PhD

Case Studies on High Throughput Gene Expression Data Kun Huang, PhD Raghu Machiraju, PhD Case Studies on High Throughput Gene Expression Data Kun Huang, PhD Raghu Machiraju, PhD Department of Biomedical Informatics Department of Computer Science and Engineering The Ohio State University Review

More information

Package QualInt. February 19, 2015

Package QualInt. February 19, 2015 Title Test for Qualitative Interactions Version 1.0.0 Package QualInt February 19, 2015 Author Lixi Yu, Eun-Young Suh, Guohua (James) Pan Maintainer Lixi Yu Description Used for testing

More information

Package diggitdata. April 11, 2019

Package diggitdata. April 11, 2019 Type Package Title Example data for the diggit package Version 1.14.0 Date 2014-08-29 Author Mariano Javier Alvarez Package diggitdata April 11, 2019 Maintainer Mariano Javier Alvarez

More information

Package nopaco. R topics documented: April 13, Type Package Title Non-Parametric Concordance Coefficient Version 1.0.

Package nopaco. R topics documented: April 13, Type Package Title Non-Parametric Concordance Coefficient Version 1.0. Type Package Title Non-Parametric Concordance Coefficient Version 1.0.3 Date 2017-04-10 Package nopaco April 13, 2017 A non-parametric test for multi-observer concordance and differences between concordances

More information

CoINcIDE: A framework for discovery of patient subtypes across multiple datasets

CoINcIDE: A framework for discovery of patient subtypes across multiple datasets Planey and Gevaert Genome Medicine (2016) 8:27 DOI 10.1186/s13073-016-0281-4 METHOD CoINcIDE: A framework for discovery of patient subtypes across multiple datasets Catherine R. Planey and Olivier Gevaert

More information

Predicting Breast Cancer Survival Using Treatment and Patient Factors

Predicting Breast Cancer Survival Using Treatment and Patient Factors Predicting Breast Cancer Survival Using Treatment and Patient Factors William Chen wchen808@stanford.edu Henry Wang hwang9@stanford.edu 1. Introduction Breast cancer is the leading type of cancer in women

More information

Identifikation von Risikofaktoren in der koronaren Herzchirurgie

Identifikation von Risikofaktoren in der koronaren Herzchirurgie Identifikation von Risikofaktoren in der koronaren Herzchirurgie Julia Schiffner 1 Erhard Godehardt 2 Stefanie Hillebrand 1 Alexander Albert 2 Artur Lichtenberg 2 Claus Weihs 1 1 Fakultät Statistik, Technische

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

Package longroc. November 20, 2017

Package longroc. November 20, 2017 Type Package Package longroc November 20, 2017 Title Time-Dependent Prognostic Accuracy with Multiply Evaluated Bio Markers or Scores Version 1.0 Date 2017-11-18 Author Alessio Farcomeni Maintainer Alessio

More information

Package bionetdata. R topics documented: February 19, Type Package Title Biological and chemical data networks Version 1.0.

Package bionetdata. R topics documented: February 19, Type Package Title Biological and chemical data networks Version 1.0. Type Package Title Biological and chemical data networks Version 1.0.1 Date 2014-09-07 Package bionetdata February 19, 2015 Author Matteo Re, Giorgio Valentini -- Universita' degli Studi di Milano Maintainer

More information

Package ordibreadth. R topics documented: December 4, Type Package Title Ordinated Diet Breadth Version 1.0 Date Author James Fordyce

Package ordibreadth. R topics documented: December 4, Type Package Title Ordinated Diet Breadth Version 1.0 Date Author James Fordyce Type Package Title Ordinated Diet Breadth Version 1.0 Date 2015-11-11 Author Package ordibreadth December 4, 2015 Maintainer James A. Fordyce Calculates ordinated diet breadth with some

More information

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

Micro-RNA web tools. Introduction. UBio Training Courses. mirnas, target prediction, biology. Gonzalo

Micro-RNA web tools. Introduction. UBio Training Courses. mirnas, target prediction, biology. Gonzalo Micro-RNA web tools UBio Training Courses Gonzalo Gómez//ggomez@cnio.es Introduction mirnas, target prediction, biology Experimental data Network Filtering Pathway interpretation mirs-pathways network

More information

Package BCRA. April 25, 2018

Package BCRA. April 25, 2018 Type Package Title Breast Cancer Risk Assessment Version 2.0 Date 2018-04-25 Author Fanni Zhang Maintainer Fanni Zhang Package BCRA April 25, 2018 Functions provide risk projections

More information

Bayesian Networks Representation. Machine Learning 10701/15781 Carlos Guestrin Carnegie Mellon University

Bayesian Networks Representation. Machine Learning 10701/15781 Carlos Guestrin Carnegie Mellon University Bayesian Networks Representation Machine Learning 10701/15781 Carlos Guestrin Carnegie Mellon University March 16 th, 2005 Handwriting recognition Character recognition, e.g., kernel SVMs r r r a c r rr

More information

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods International Journal of Bioinformatics and Biomedical Engineering Vol. 1, No. 3, 2015, pp. 318-322 http://www.aiscience.org/journal/ijbbe ISSN: 2381-7399 (Print); ISSN: 2381-7402 (Online) Diagnosis of

More information

Biomarker adaptive designs in clinical trials

Biomarker adaptive designs in clinical trials Review Article Biomarker adaptive designs in clinical trials James J. Chen 1, Tzu-Pin Lu 1,2, Dung-Tsa Chen 3, Sue-Jane Wang 4 1 Division of Bioinformatics and Biostatistics, National Center for Toxicological

More information

Inferring condition-specific mirna activity from matched mirna and mrna expression data

Inferring condition-specific mirna activity from matched mirna and mrna expression data Inferring condition-specific mirna activity from matched mirna and mrna expression data Junpeng Zhang 1, Thuc Duy Le 2, Lin Liu 2, Bing Liu 3, Jianfeng He 4, Gregory J Goodall 5 and Jiuyong Li 2,* 1 Faculty

More information

Sarah Cohen-Boulakia. Université Paris Sud, LRI CNRS UMR 8623

Sarah Cohen-Boulakia. Université Paris Sud, LRI CNRS UMR 8623 Sarah Cohen-Boulakia Université Paris Sud, LRI CNRS UMR 86 Part I Data Integration workflows What are scientific workflow systems Designing a workflow from scratch or by reuse workflows and reproducibility

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Package singlecase. April 19, 2009

Package singlecase. April 19, 2009 Package singlecase April 19, 2009 Type Package Title statistical tests for single case studies in neuropsychology Version 0.1 Date 2008-05-07 Author Matthieu Dubois Maintainer Matthieu

More information

Package speff2trial. February 20, 2015

Package speff2trial. February 20, 2015 Version 1.0.4 Date 2012-10-30 Package speff2trial February 20, 2015 Title Semiparametric efficient estimation for a two-sample treatment effect Author Michal Juraska , with contributions

More information

Algorithms in Nature. Pruning in neural networks

Algorithms in Nature. Pruning in neural networks Algorithms in Nature Pruning in neural networks Neural network development 1. Efficient signal propagation [e.g. information processing & integration] 2. Robust to noise and failures [e.g. cell or synapse

More information

Predicting Breast Cancer Recurrence Using Machine Learning Techniques

Predicting Breast Cancer Recurrence Using Machine Learning Techniques Predicting Breast Cancer Recurrence Using Machine Learning Techniques Umesh D R Department of Computer Science & Engineering PESCE, Mandya, Karnataka, India Dr. B Ramachandra Department of Electrical and

More information

SNPrints: Defining SNP signatures for prediction of onset in complex diseases

SNPrints: Defining SNP signatures for prediction of onset in complex diseases SNPrints: Defining SNP signatures for prediction of onset in complex diseases Linda Liu, Biomedical Informatics, Stanford University Daniel Newburger, Biomedical Informatics, Stanford University Grace

More information

Supplementary Materials

Supplementary Materials Supplementary Materials July 2, 2015 1 EEG-measures of consciousness Table 1 makes explicit the abbreviations of the EEG-measures. Their computation closely follows Sitt et al. (2014) (supplement). PE

More information

ivlewbel: Uses heteroscedasticity to estimate mismeasured and endogenous regressor models

ivlewbel: Uses heteroscedasticity to estimate mismeasured and endogenous regressor models ivlewbel: Uses heteroscedasticity to estimate mismeasured and endogenous regressor models Fernihough, A. ivlewbel: Uses heteroscedasticity to estimate mismeasured and endogenous regressor models Queen's

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1

Nature Neuroscience: doi: /nn Supplementary Figure 1 Supplementary Figure 1 Illustration of the working of network-based SVM to confidently predict a new (and now confirmed) ASD gene. Gene CTNND2 s brain network neighborhood that enabled its prediction by

More information

Big Image-Omics Data Analytics for Clinical Outcome Prediction

Big Image-Omics Data Analytics for Clinical Outcome Prediction Big Image-Omics Data Analytics for Clinical Outcome Prediction Junzhou Huang, Ph.D. Associate Professor Dept. Computer Science & Engineering University of Texas at Arlington Dept. CSE, UT Arlington Scalable

More information

Informatics in Computational Medicine

Informatics in Computational Medicine Informatics in Computational Medicine Inderjit S. Dhillon Director, Center for Big Data Analytics UT Austin Computer Science, Mathematics & ICES ICES Computational Medicine Day May 13, 2014 Introduction

More information

Package PELVIS. R topics documented: December 18, Type Package

Package PELVIS. R topics documented: December 18, Type Package Type Package Package PELVIS December 18, 2018 Title Probabilistic Sex Estimate using Logistic Regression, Based on VISual Traits of the Human Os Coxae Version 1.0.5 Date 2018-12-18 Depends R (>= 3.4.0),

More information

Discovering Meaningful Cut-points to Predict High HbA1c Variation

Discovering Meaningful Cut-points to Predict High HbA1c Variation Proceedings of the 7th INFORMS Workshop on Data Mining and Health Informatics (DM-HI 202) H. Yang, D. Zeng, O. E. Kundakcioglu, eds. Discovering Meaningful Cut-points to Predict High HbAc Variation Si-Chi

More information

Supervised analysis of MS images using Cardinal

Supervised analysis of MS images using Cardinal Supervised analsis of MS images using Cardinal Klie A. Bemis and April Harr November, 28 Contents Introduction.............................. 2 Analsis of a renal cell carcinoma (RCC) dataset.... 2 2. Pre-processing..........................

More information

Package p3state.msm. R topics documented: February 20, 2015

Package p3state.msm. R topics documented: February 20, 2015 Package p3state.msm February 20, 2015 Type Package Depends R (>= 2.8.1),survival,base Title Analyzing survival data Version 1.3 Date 2012-06-03 Author Luis Meira-Machado and Javier Roca-Pardinas

More information

A Quick-Start Guide for rseqdiff

A Quick-Start Guide for rseqdiff A Quick-Start Guide for rseqdiff Yang Shi (email: shyboy@umich.edu) and Hui Jiang (email: jianghui@umich.edu) 09/05/2013 Introduction rseqdiff is an R package that can detect differential gene and isoform

More information

Evaluating Classifiers for Disease Gene Discovery

Evaluating Classifiers for Disease Gene Discovery Evaluating Classifiers for Disease Gene Discovery Kino Coursey Lon Turnbull khc0021@unt.edu lt0013@unt.edu Abstract Identification of genes involved in human hereditary disease is an important bioinfomatics

More information

A tree-like Bayesian structure learning algorithm for small-sample datasets from complex biological model systems

A tree-like Bayesian structure learning algorithm for small-sample datasets from complex biological model systems Yin et al. BMC Systems Biology (2015) 9:49 DOI 10.1186/s12918-015-0194-7 METHODOLOGY ARTICLE Open Access A tree-like Bayesian structure learning algorithm for small-sample datasets from complex biological

More information

Discovery of Novel Human Gene Regulatory Modules from Gene Co-expression and

Discovery of Novel Human Gene Regulatory Modules from Gene Co-expression and Discovery of Novel Human Gene Regulatory Modules from Gene Co-expression and Promoter Motif Analysis Shisong Ma 1,2*, Michael Snyder 3, and Savithramma P Dinesh-Kumar 2* 1 School of Life Sciences, University

More information

Using Bayesian Networks to Analyze Expression Data. Xu Siwei, s Muhammad Ali Faisal, s Tejal Joshi, s

Using Bayesian Networks to Analyze Expression Data. Xu Siwei, s Muhammad Ali Faisal, s Tejal Joshi, s Using Bayesian Networks to Analyze Expression Data Xu Siwei, s0789023 Muhammad Ali Faisal, s0677834 Tejal Joshi, s0677858 Outline Introduction Bayesian Networks Equivalence Classes Applying to Expression

More information

High-Resolution Breast Cancer Screening with Multi-View Deep Convolutional Neural Networks

High-Resolution Breast Cancer Screening with Multi-View Deep Convolutional Neural Networks High-Resolution Breast Cancer Screening with Multi-View Deep Convolutional Neural Networks Krzysztof J. Geras Joint work with Kyunghyun Cho, Linda Moy, Gene Kim, Stacey Wolfson and Artie Shen. GTC 2017

More information

Mature microrna identification via the use of a Naive Bayes classifier

Mature microrna identification via the use of a Naive Bayes classifier Mature microrna identification via the use of a Naive Bayes classifier Master Thesis Gkirtzou Katerina Computer Science Department University of Crete 13/03/2009 Gkirtzou K. (CSD UOC) Mature microrna identification

More information

National Surgical Adjuvant Breast and Bowel Project (NSABP) Foundation Annual Progress Report: 2009 Formula Grant

National Surgical Adjuvant Breast and Bowel Project (NSABP) Foundation Annual Progress Report: 2009 Formula Grant National Surgical Adjuvant Breast and Bowel Project (NSABP) Foundation Annual Progress Report: 2009 Formula Grant Reporting Period July 1, 2011 June 30, 2012 Formula Grant Overview The National Surgical

More information

Comparing Multifunctionality and Association Information when Classifying Oncogenes and Tumor Suppressor Genes

Comparing Multifunctionality and Association Information when Classifying Oncogenes and Tumor Suppressor Genes 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Supplementary Figure 1

Supplementary Figure 1 Supplementary Figure 1 An example of the gene-term-disease network automatically generated by Phenolyzer web server for 'autism'. The largest word represents the user s input term, Autism. The pink round

More information

Image Analysis. Edge Detection

Image Analysis. Edge Detection Image Analsis Image Analsis Edge Detection K. Buza Lars Schmidt-Thieme Inormation Sstems and Machine Learning Lab ISMLL Institute o Economics and Inormation Sstems & Institute o Computer Science Universit

More information

Prediction Model For Risk Of Breast Cancer Considering Interaction Between The Risk Factors

Prediction Model For Risk Of Breast Cancer Considering Interaction Between The Risk Factors INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME, ISSUE 0, SEPTEMBER 01 ISSN 81 Prediction Model For Risk Of Breast Cancer Considering Interaction Between The Risk Factors Nabila Al Balushi

More information

DeSigN: connecting gene expression with therapeutics for drug repurposing and development. Bernard lee GIW 2016, Shanghai 8 October 2016

DeSigN: connecting gene expression with therapeutics for drug repurposing and development. Bernard lee GIW 2016, Shanghai 8 October 2016 DeSigN: connecting gene expression with therapeutics for drug repurposing and development Bernard lee GIW 2016, Shanghai 8 October 2016 1 Motivation Average cost: USD 1.8 to 2.6 billion ~2% Attrition rate

More information

Cancer outlier differential gene expression detection

Cancer outlier differential gene expression detection Biostatistics (2007), 8, 3, pp. 566 575 doi:10.1093/biostatistics/kxl029 Advance Access publication on October 4, 2006 Cancer outlier differential gene expression detection BAOLIN WU Division of Biostatistics,

More information

Hierarchical Convolutional Features for Visual Tracking

Hierarchical Convolutional Features for Visual Tracking Hierarchical Convolutional Features for Visual Tracking Chao Ma Jia-Bin Huang Xiaokang Yang Ming-Husan Yang SJTU UIUC SJTU UC Merced ICCV 2015 Background Given the initial state (position and scale), estimate

More information

Programs for facies modeling with DMPE

Programs for facies modeling with DMPE Programs for facies modeling with DMPE Yupeng Li and Clayton V. Deutsch The programs needed for direct multivariate probability estimation (DMPE) are introduced in detail. The first program (TPcalc) is

More information

Package Actigraphy. R topics documented: January 15, Type Package Title Actigraphy Data Analysis Version 1.3.

Package Actigraphy. R topics documented: January 15, Type Package Title Actigraphy Data Analysis Version 1.3. Type Package Title Actigraphy Data Analysis Version 1.3.2 Date 2016-01-14 Package Actigraphy January 15, 2016 Author William Shannon, Tao Li, Hong Xian, Jia Wang, Elena Deych, Carlos Gonzalez Maintainer

More information

CLASSIFICATION OF BREAST CANCER INTO BENIGN AND MALIGNANT USING SUPPORT VECTOR MACHINES

CLASSIFICATION OF BREAST CANCER INTO BENIGN AND MALIGNANT USING SUPPORT VECTOR MACHINES CLASSIFICATION OF BREAST CANCER INTO BENIGN AND MALIGNANT USING SUPPORT VECTOR MACHINES K.S.NS. Gopala Krishna 1, B.L.S. Suraj 2, M. Trupthi 3 1,2 Student, 3 Assistant Professor, Department of Information

More information

Package prognosticroc

Package prognosticroc Type Package Package prognosticroc February 20, 2015 Title Prognostic ROC curves for evaluating the predictive capacity of a binary test Version 0.7 Date 2013-11-27 Author Y. Foucher

More information

Package IMAS. March 10, 2019

Package IMAS. March 10, 2019 Type Package Package IMAS March 10, 2019 Title Integrative analysis of Multi-omics data for Alternative Splicing Version 1.6.1 Author Seonggyun Han, Younghee Lee Maintainer Seonggyun Han

More information

Package CorMut. August 2, 2013

Package CorMut. August 2, 2013 Package CorMut August 2, 2013 Type Package Title Detect the correlated mutations based on selection pressure Version 1.3.0 Date 2012-9-12 Author Zhenpeng Li, Yang Huang, Yabo Ouyang, Yiming Shao, Liying

More information

15-110: Principles of Computing, Spring Problem Set 9 (PS9) Due: Friday, April 6 by 2:30PM via Gradescope Hand-in

15-110: Principles of Computing, Spring Problem Set 9 (PS9) Due: Friday, April 6 by 2:30PM via Gradescope Hand-in 15-110: Principles of Computing, Spring 2018 Problem Set 9 (PS9) Due: Friday, April 6 by 2:30PM via Gradescope Hand-in HANDIN INSTRUCTIONS Download a copy of this PDF file. You have two ways to fill in

More information

Package clust.bin.pair

Package clust.bin.pair Package clust.bin.pair February 15, 2018 Title Statistical Methods for Analyzing Clustered Matched Pair Data Version 0.1.2 Tests, utilities, and case studies for analyzing significance in clustered binary

More information

cis-regulatory enrichment analysis in human, mouse and fly

cis-regulatory enrichment analysis in human, mouse and fly cis-regulatory enrichment analysis in human, mouse and fly Zeynep Kalender Atak, PhD Laboratory of Computational Biology VIB-KU Leuven Center for Brain & Disease Research Laboratory of Computational Biology

More information

Computational Identification and Prediction of Tissue-Specific Alternative Splicing in H. Sapiens. Eric Van Nostrand CS229 Final Project

Computational Identification and Prediction of Tissue-Specific Alternative Splicing in H. Sapiens. Eric Van Nostrand CS229 Final Project Computational Identification and Prediction of Tissue-Specific Alternative Splicing in H. Sapiens. Eric Van Nostrand CS229 Final Project Introduction RNA splicing is a critical step in eukaryotic gene

More information

Package noia. February 20, 2015

Package noia. February 20, 2015 Type Package Package noia February 20, 2015 Title Implementation of the Natural and Orthogonal InterAction (NOIA) model Version 0.97.1 Date 2015-01-06 Author Arnaud Le Rouzic (2007-2014), Arne B. Gjuvsland

More information

Package EpiEstim. R topics documented: February 19, Version Date 2013/03/08

Package EpiEstim. R topics documented: February 19, Version Date 2013/03/08 Version 1.1-2 Date 2013/03/08 Package EpiEstim February 19, 2015 Title EpiEstim: a package to estimate time varying reproduction numbers from epidemic curves. Author Anne Cori Maintainer

More information

Learning Convolutional Neural Networks for Graphs

Learning Convolutional Neural Networks for Graphs GA-65449 Learning Convolutional Neural Networks for Graphs Mathias Niepert Mohamed Ahmed Konstantin Kutzkov NEC Laboratories Europe Representation Learning for Graphs Telecom Safety Transportation Industry

More information

OncoPPi Portal A Cancer Protein Interaction Network to Inform Therapeutic Strategies

OncoPPi Portal A Cancer Protein Interaction Network to Inform Therapeutic Strategies OncoPPi Portal A Cancer Protein Interaction Network to Inform Therapeutic Strategies 2017 Contents Datasets... 2 Protein-protein interaction dataset... 2 Set of known PPIs... 3 Domain-domain interactions...

More information

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata D.Mohanapriya 1 Department of Electronics and Communication Engineering, EBET Group of Institutions, Kangayam,

More information

Metabolomic Data Analysis with MetaboAnalyst

Metabolomic Data Analysis with MetaboAnalyst Metabolomic Data Analysis with MetaboAnalyst User ID: guest4965371694680211620 April 14, 2009 1 Data Processing and Normalization 1.1 Reading and Processing the Raw Data MetaboAnalyst accepts a variety

More information

Package tumgr. February 4, 2016

Package tumgr. February 4, 2016 Type Package Title Tumor Growth Rate Analysis Version 0.0.4 Date 2016-02-03 Author Julia Wilkerson Package tumgr February 4, 2016 Maintainer Julia Wilkerson URL https://wilkersj.shinyapps.io/tumgrshiny,

More information

Predictive Biomarkers

Predictive Biomarkers Uğur Sezerman Evolutionary Selection of Near Optimal Number of Features for Classification of Gene Expression Data Using Genetic Algorithms Predictive Biomarkers Biomarker: A gene, protein, or other change

More information

Integrative analysis of survival-associated gene sets in breast cancer

Integrative analysis of survival-associated gene sets in breast cancer Varn et al. BMC Medical Genomics (2015) 8:11 DOI 10.1186/s12920-015-0086-0 RESEARCH ARTICLE Open Access Integrative analysis of survival-associated gene sets in breast cancer Frederick S Varn 1, Matthew

More information