Package diggit. R topics documented: January 11, Version Date

Size: px
Start display at page:

Download "Package diggit. R topics documented: January 11, Version Date"

Transcription

1 Version Date Package diggit January 11, 2019 Title Inference of Genetic Variants Driving Cellular Phenotypes Author Mariano J Alvarez <reef103@gmail.com> Maintainer Mariano J Alvarez <reef103@gmail.com> Depends R (>= 3.0.2), Biobase, methods Imports ks, viper(>= 1.3.1), parallel Suggests diggitdata Inference of Genetic Variants Driving Cellullar Phenotypes by the DIGGIT algorithm License file LICENSE biocviews SystemsBiology, NetworkEnrichment, GeneEpression, FunctionalPrediction, GeneRegulation git_url git_branch RELEASE_3_8 git_last_commit 038aa4d git_last_commit_date Date/Publication R topics documented: aecdf aqtl conditional correlation diggit-class fcnv marina mutualinfo plot,diggit-method print,diggit-method Inde 13 1

2 2 aqtl aecdf Approimate empirical commulative distribution function This function generates an empirical null model that computes a normalized statistics and p-value aecdf(dnull, symmetric = FALSE) dnull symmetric Numerical vector representing the null model Logical, whether the distribution should be treated as symmetric around zero and only one tail should be approimated function with two parameters, and alternative aqtl Inference of aqtl This function infers aqtls from F-CNVs and VIPER activity aqtl(,...) aqtl(, mr = 0.01, mr.adjust = c("none", "fdr", "bonferroni"), fcnv = 0.01, fcnv.adjust = c("none", "fdr", "bonferroni"), method = c("spearman", "mi", "pearson", "kendall"), mindy = FALSE, cores = 1, verbose = TRUE) Object of class diggit... Additional parameters to pass to the function mr mr.adjust fcnv Either a numerical value between 0 and 1 indicating the p-value threshold for the Master Regulator (MR) selection, or a vector of character strings listing the MRs Character string indicating the multiple hypothesis test correction for the MRs Either a numerical value between 0 and 1 indicating the p-value threshold for the F-CNV, or a vector of character strings listing the F-CNVs

3 conditional 3 fcnv.adjust Character string indicating the multiple hypothesis test correction for the F- CNVs method mindy cores verbose Character string indicating the method for computing the association between F-CNV and regulator activity (aqtl analysis) Logical, whether only post-translational modulators of each evaluated TF should be considered as putative genetic driver Integer indicating the number of cores to use (1 for Windows-based systems) Logical, whether progress should be reported Updated diggit object with viper and aqtl slots data(gbm.epression, package="diggitdata") data(gbm.cnv, package="diggitdata") data(gbm.aracne, package="diggitdata") dobj <- diggitclass(epset=gbmeprs, cnv=gbmcnv, regulon=gbmtfregulon) dobj <- fcnv(dobj) dobj <- aqtl(dobj, mr=c("cebpd", "STAT3"), fcnv.adjust="fdr") dobj diggitaqtl(dobj)[, 1:4] conditional Conditional analysis of CNVs This function performs the conditional analysis of fcnvs conditional(,...) conditional(, pheno = "cond", group1, group2 = NULL, cnv = 0.2, mr = 0.01, mr.adjust = c("none", "fdr", "bonferroni"), modul = 0.01, modul.adjust = c("none", "fdr", "bonferroni"), fet.pval = 0.05, cores = 1, verbose = TRUE) Object of class diggit... Additional parameters to pass to the function pheno group1 group2 cnv Character string indicating the feature for sample groups Character string indicating the treatment group Optional character string indicating the reference group Single number or vector of two numbers indicating the thresholds for CNVs

4 4 correlation mr mr.adjust modul modul.adjust fet.pval cores verbose Either vector of character strings indicating the MR genes, or number indicating the corrected p-value threshold for selecting the MRs Character string indicating the multiple-hypothesis correction to apply to the MR p-values Number indicating the p-value threshold for a modulator to be considered associated with the MR activity Character string indicating the multiple-hypothesis correction to apply to the aqtl results Number indicating the FET p-value threshold for the association between CNVs and sample groups Integer indicating the number of cores to use (1 for Windows-based systems) Logical, whether progress should be reported Object of class diggit with conditional analysis results data(gbm.epression, package="diggitdata") data(gbm.cnv, package="diggitdata") data(gbm.aracne, package="diggitdata") dobj <- diggitclass(epset=gbmeprs, cnv=gbmcnv, regulon=gbmtfregulon) dobj <- fcnv(dobj) dobj <- aqtl(dobj, mr=c("cebpd", "STAT3"), fcnv.adjust="fdr", verbose=false) dobj <- conditional(dobj, pheno="subtype", group1="mes", group2="pn", mr="stat3", verbose=false) dobj correlation Correlation test This function computes the correlation between and y given both are numeric vectors, between the columns of if it is a numeric matri, or between the columns of and y if both are numeric matries correlation(, y = NULL, method = c("pearson", "spearman", "kendall"), pairwise = FALSE) y method pairwise Numeric vector or matri Optional numeric vector or matri Character string indicating the correlation method Logical, wether columns of and y should be compared in a pairwise manner. and y must have the same number of columns

5 diggit-class 5 Details This function computes correlation and associated p-values Numeric value, vector or matri of results <- seq(0, 10, length=50) y <- +rnorm(length(), sd=2) correlation(, y) diggit-class The diggit class This class stores parameters and results of the diggit algorithm This function generates diggit class objects diggitclass(epset = NULL, cnv = NULL, regulon = NULL, mindy = NULL, fcnv = NULL, mr = NULL, viper = NULL, aqtl = NULL, conditional = NULL) epset cnv regulon mindy fcnv mr viper aqtl conditional EpressionSet object or numeric matri of epression data, with features in rows and samples in columns Numeric matri of CNV data Regulon class object containing the transcriptional interactome Regulon class object containing the post-translational interactome Vector of F-CNV p-values Vector of master regulator Z-score (NES) Numeric matri of VIPER results Numeric matri of aqtl p-values List containing the conditional analysis results Details see diggit-methods for related methods Object of class diggit

6 6 fcnv Slots epset: EpressionSet object containing the gene epression data cnv: Matrri containing the CNV data regulon: Regulon object containing the transcriptional interactome mindy: Regulon object containing the post-translational interactome fcnv: Numeric vector containing the p-values for functional CNVs mr: Numeric vector of normalized enrichment scores for the MARINa analysis viper: Numeric matri of normalized enrichment scores for the VIPER analysis aqtl: Numeric matri of association p-values for the aqtl analysis conditional: List containing the conditional analysis results data(gbm.epression, package="diggitdata") data(gbm.aracne, package="diggitdata") dobj <- diggitclass(epset=gbmeprs, regulon=gbmtfregulon) print(dobj) fcnv Inference of functional CNVs This function infers functional CNVs by computing their association with gene epression fcnv(,...) fcnv(, epset = NULL, cnv = NULL, method = c("spearman", "mi", "pearson", "kendall"), cores = 1, verbose = TRUE) ## S4 method for signature 'EpressionSet' fcnv(, cnv, method = c("spearman", "mi", "pearson", "kendall"), cores = 1, verbose = TRUE) ## S4 method for signature 'matri' fcnv(, cnv, method = c("spearman", "mi", "pearson", "kendall"), cores = 1, verbose = TRUE) ## S4 method for signature 'data.frame' fcnv(, cnv, method = c("spearman", "mi", "pearson", "kendall"), cores = 1, verbose = TRUE)

7 marina 7 Object of class diggit, epressionset object or numeric matri of epression data, with features in rows and samples in columns... Additional arguments epset cnv method cores verbose Optional numeric matri of epression data Optional numeric matri of CNVs Character string indicating the method for computing the association between CNVs and epression Integer indicating the number of cores to use (1 for Windows-based systems) Logical, whether to report analysis progress Objet of class diggit with updated fcnv slot data(gbm.epression, package="diggitdata") data(gbm.cnv, package="diggitdata") genes <- intersect(rownames(gbmeprs), rownames(gbmcnv))[1:100] gbmcnv <- gbmcnv[match(genes, rownames(gbmcnv)), ] dgo <- diggitclass(epset=gbmeprs, cnv=gbmcnv) dgo <- fcnv(dgo) dgo diggitfcnv(dgo)[1:5] dgo <- fcnv(gbmeprs, gbmcnv) print(dgo) diggitfcnv(dgo)[1:5] dgo <- fcnv(eprs(gbmeprs), gbmcnv) dgo diggitfcnv(dgo)[1:5] dgo <- fcnv(as.data.frame(eprs(gbmeprs)), gbmcnv) dgo diggitfcnv(dgo)[1:5] marina Inference of Master Regulators This function infers the master regulators for the transition between two phenotypes marina(,...) ## S4 method for signature 'matri' marina(, y = NULL, mu = 0, regulon, per = 1000, cores = 1, verbose = TRUE)

8 8 marina ## S4 method for signature 'EpressionSet' marina(, pheno = "cond", group1, group2 = NULL, mu = 0, regulon, per = 1000, cores = 1, verbose = TRUE) marina(, pheno, group1, group2 = NULL, mu = 0, regulon = NULL, per = 1000, cores = 1, verbose = TRUE) Object of class diggit, epressionset object or numerical matri containing the test samples... Additional arguments y mu regulon per cores verbose pheno group1 group2 Numerical matri containing the control samples Number indicating the control mean when y is ommited Transcriptional interactome Interger indicating the number of permutations to compute the marina null model Integer indicating the number of cores to use (1 for Windows-based systems) Logical, whether progress should be reported Character string indicating the phenotype data to use Vector of character strings indicating the category from phenotype pheno to use as test group Vector of character strings indicating the category from phenotype pheno to use as control group Updated diggit object with Master Regulator results cores <- 3*(Sys.info()[1]!= "Windows")+1 data(gbm.epression, package="diggitdata") data(gbm.aracne, package="diggitdata") eset <- eprs(gbmeprs) samples <- pdata(gbmeprs)[["subtype"]] <- eset[, samples=="mes"] y <- eset[, samples=="pn"] dgo <- marina(, y, regulon=gbmtfregulon, per=100, cores=cores) dgo diggitmr(dgo)[1:5] dgo <- marina(gbmeprs, pheno="subtype", group1="mes", group2="pn", regulon=gbmtfregulon, per=100, cores=cor dgo diggitmr(dgo)[1:5] <- diggitclass(epset=gbmeprs, regulon=gbmtfregulon) dgo <- marina(, pheno="subtype", group1="mes", group2="pn", per=100, cores=cores) dgo diggitmr(dgo)[1:5]

9 mutualinfo 9 mutualinfo Mutual information This function estimates the mutual information between and y given both are numeric vectors, between the columns of if it is a numeric matri, or between the columns of and y if both are numeric matries mutualinfo(, y = NULL, per = 0, pairwise = FALSE, bw = 100, cores = 1, verbose = TRUE) y per pairwise bw cores verbose Numeric vector or matri Optional numeric vector or matri Integer indicating the number of permutations to compute p-values Logical, wether columns of and y should be compared in a pairwise maner. and y must have the same number of columns Integer indicating the grid size for integrating the joint probability density Integer indicating the number of cores to use (1 for Windows-based systems) Logical, whether progression bars should be shown Details This function estimates the mutual information between continuous variables using a fi bandwidth implementation Numeric value, vector or matri of results <- seq(0, pi, length=100) y <- 5*sin()+rnorm(100) cor.test(, y) mutualinfo(, y, per=100)

10 10 print,diggit-method plot,diggit-method Diggit plot This function generate plots for the diggit conditional analysis plot(, mr = NULL, cluster = NULL, sub = NULL,...) Diggit class object mr Optional vector of character strings indicating the MR names cluster Optional vector of cluster names sub Optional sub-title for the plot... Additional parameters to pass to the plot function Nothing, plots are generated in the default output device data(gbm.epression, package="diggitdata") data(gbm.cnv, package="diggitdata") data(gbm.aracne, package="diggitdata") dobj <- diggitclass(epset=gbmeprs, cnv=gbmcnv, regulon=gbmtfregulon) dobj <- fcnv(dobj) dobj <- aqtl(dobj, mr=c("cebpd", "STAT3"), fcnv.adjust="fdr", verbose=false) dobj <- conditional(dobj, pheno="subtype", group1="mes", group2="pn", mr="stat3", verbose=false) plot(dobj, cluster="3") print,diggit-method Basic methods for class diggit This document lists a series of basic methods for the class diggit

11 print,diggit-method 11 print(, pval = 0.05) show(object) eprs(object) diggitcnv() diggitregulon() diggitmindy() diggitfcnv() diggitmr() diggitviper() diggitaqtl() diggitconditional() summary(object) head(, rows = 4, cols = 4) mindyfiltering(, mr = 0.01, mr.adjust = c("none", "fdr", "bonferroni")) pval object rows cols Object of class diggit P-value threshold for the conditional analysis Object of class diggit Integer indicating the maimum number of rows to show Integer indicating the maimum number of columns to show

12 12 print,diggit-method mr mr.adjust Either a numerical value between 0 and 1 indicating the p-value threshold for the Master Regulator (MR) selection, or a vector of character strings listing the MRs Character string indicating the multiple hypothesis test correction for the MRs print returns summary information about the diggit object show returns summary information about the object of class diggit eprs returns the EpressionSet object containing the epression profile data diggitcnv returns a matri containing the CNV data diggitregulon returns a regulon object containing the transcriptional interactome diggitmindy returns a regulon object containing the post-translational interactome diggitfcnv returns a vector of p-values for the F-CNVs diggitmr returns a vector of master regulators NES diggitviper returns a matri of VIPER results diggitaqtl returns a matri of aqtls (p-value) diggitconditional returns a list containing the conditional analysis results summary returns the integrated results from the conditional analysis head returns a list containing a reduced view for an object of class diggit mindyfiltering returns a diggit class object with CNV and aqtl slots filtered to contain only MINDy post-translational modulators of the MRs data(gbm.epression, package="diggitdata") data(gbm.cnv, package="diggitdata") data(gbm.aracne, package="diggitdata") dobj <- diggitclass(epset=gbmeprs, cnv=gbmcnv, regulon=gbmtfregulon) print(dobj) show(dobj) eprs(dobj) diggitcnv(dobj)[1:3, 1:3] diggitregulon(dobj) diggitmindy(dobj) diggitfcnv(dobj) diggitmr(dobj) diggitviper(dobj) diggitaqtl(dobj) diggitconditional(dobj) head(dobj) data(gbm.epression, package="diggitdata") data(gbm.cnv, package="diggitdata") data(gbm.mindy, package="diggitdata") dobj <- diggitclass(epset=gbmeprs, cnv=gbmcnv, mindy=gbmmindy) dobj <- fcnv(dobj) dobj dobj <- mindyfiltering(dobj, mr=c("stat3", "CEBPD")) dobj

13 Inde aecdf, 2 aqtl, 2 aqtl,diggit-method (aqtl), 2 conditional, 3 conditional,diggit-method (conditional), 3 correlation, 4 diggit-class, 5 diggitaqtl diggitaqtl,diggit-method diggitclass (diggit-class), 5 diggitcnv diggitcnv,diggit-method diggitconditional diggitconditional,diggit-method diggitfcnv diggitfcnv,diggit-method diggitmindy diggitmindy,diggit-method diggitmr diggitmr,diggit-method diggitregulon diggitregulon,diggit-method diggitviper diggitviper,diggit-method fcnv,epressionset-method (fcnv), 6 fcnv,matri-method (fcnv), 6 head,diggit-method head.diggit marina, 7 marina,diggit-method (marina), 7 marina,epressionset-method (marina), 7 marina,matri-method (marina), 7 mindyfiltering mindyfiltering,diggit-method mutualinfo, 9 plot (plot,diggit-method), 10 plot,diggit-method, 10 print,diggit-method, 10 print.diggit show,diggit-method show.diggit summary,diggit-method summary.diggit eprs,diggit-method eprs.diggit fcnv, 6 fcnv,data.frame-method (fcnv), 6 fcnv,diggit-method (fcnv), 6 13

Package viper. R topics documented: March 8, Version Date

Package viper. R topics documented: March 8, Version Date Version 1.16.0 Date 2013-04-09 Package viper March 8, 2019 Title Virtual Inference of Protein-activity by Enriched Regulon analysis Author Mariano J Alvarez Maintainer Mariano J Alvarez

More information

Package RTNduals. R topics documented: March 7, Type Package

Package RTNduals. R topics documented: March 7, Type Package Type Package Package RTNduals March 7, 2019 Title Analysis of co-regulation and inference of 'dual regulons' Version 1.7.0 Author Vinicius S. Chagas, Clarice S. Groeneveld, Gordon Robertson, Kerstin B.

More information

Package pandar. April 30, 2018

Package pandar. April 30, 2018 Title PANDA Algorithm Version 1.11.0 Package pandar April 30, 2018 Author Dan Schlauch, Joseph N. Paulson, Albert Young, John Quackenbush, Kimberly Glass Maintainer Joseph N. Paulson ,

More information

Package biodist. R topics documented: April 9, Title Different distance measures Version Author B. Ding, R. Gentleman and Vincent Carey

Package biodist. R topics documented: April 9, Title Different distance measures Version Author B. Ding, R. Gentleman and Vincent Carey Title Different distance measures Version 1.38.0 Author B. Ding, R. Gentleman and Vincent Carey Package biodist April 9, 2015 A collection of software tools for calculating distance measures. Maintainer

More information

Package mgsa. January 13, 2019

Package mgsa. January 13, 2019 Version 1.31.0 Date 2017-04-28 Title Model-based gene set analysis Package mgsa January 13, 2019 Author Sebastian Bauer , Julien Gagneur Maintainer

More information

biodist July 15, 2010 Continuous version of Kullback-Leibler Distance (KLD) KLD.matrix Description

biodist July 15, 2010 Continuous version of Kullback-Leibler Distance (KLD) KLD.matrix Description biodist July 15, 2010 KLD.matri Continuous version of Kullback-Leibler Distance (KLD) Calculate KLD by estimating by smoothing log(f()/g()) f() and then integrating. KLD.matri(,...) n by p matri or list

More information

Package cycle. March 30, 2019

Package cycle. March 30, 2019 Package cycle March 30, 2019 Version 1.36.0 Date 2016-02-18 Title Significance of periodic expression pattern in time-series data Author Matthias Futschik Maintainer Matthias Futschik

More information

Package GSRI. March 31, 2019

Package GSRI. March 31, 2019 Type Package Title Gene Set Regulation Index Version 2.30.0 Package GSRI March 31, 2019 Author Julian Gehring, Kilian Bartholome, Clemens Kreutz, Jens Timmer Maintainer Julian Gehring

More information

Package RcisTarget. July 17, 2018

Package RcisTarget. July 17, 2018 Type Package Package RcisTarget July 17, 2018 Title RcisTarget: Identify transcription factor binding motifs enriched on a gene list Version 1.1.2 Date 2018-05-26 Author Sara Aibar, Gert Hulselmans, Stein

More information

Package frma. R topics documented: March 8, Version Date Title Frozen RMA and Barcode

Package frma. R topics documented: March 8, Version Date Title Frozen RMA and Barcode Version 1.34.0 Date 2017-11-08 Title Frozen RMA and Barcode Package frma March 8, 2019 Preprocessing and analysis for single microarrays and microarray batches. Author Matthew N. McCall ,

More information

Package EMDomics. November 11, 2018

Package EMDomics. November 11, 2018 Package EMDomics November 11, 2018 Title Earth Mover's Distance for Differential Analysis of Genomics Data The EMDomics algorithm is used to perform a supervised multi-class analysis to measure the magnitude

More information

Package QUBIC. September 1, 2018

Package QUBIC. September 1, 2018 Type Package Package QUBIC September 1, 2018 Title An R package for qualitative biclustering in support of gene co-expression analyses The core function of this R package is to provide the implementation

More information

Package cnvgsa. R topics documented: January 4, Type Package

Package cnvgsa. R topics documented: January 4, Type Package Type Package Package cnvgsa January 4, 2019 Title Gene Set Analysis of (Rare) Copy Number Variants Version 1.26.0 Date 2015-03-02 Author Daniele Merico , Robert Ziman ;

More information

Package dmrseq. September 14, 2018

Package dmrseq. September 14, 2018 Type Package Package dmrseq September 14, 2018 Title Detection and inference of differentially methylated regions from Whole Genome Bisulfite Sequencing Version 1.1.15 Author Keegan Korthauer ,

More information

Package slinky. March 15, 2019

Package slinky. March 15, 2019 Type Package Package slinky March 15, 2019 Title Putting the fun in LINCS L1000 data analysis Version 1.0.2 Date 2018-09 -21 Author Eric J. Kort Maintainer Eric J. Kort Wrappers to

More information

Package tspair. July 18, 2013

Package tspair. July 18, 2013 Package tspair July 18, 2013 Title Top Scoring Pairs for Microarray Classification Version 1.18.0 Author These functions calculate the pair of genes that show the maximum difference in ranking between

More information

Package dualks. April 3, 2019

Package dualks. April 3, 2019 Type Package Package dualks April 3, 2019 Title Dual KS Discriminant Analysis and Classification Version 1.42.0 Date 2008-04-25 Author Eric J. Kort, Yarong Yang Maintainer Eric J. Kort ,

More information

Package omicade4. June 29, 2018

Package omicade4. June 29, 2018 Type Package Title Multiple co-inertia analysis of omics datasets Version 1.20.0 Date 2017-04-24 Package omicade4 June 29, 2018 Author, Aedin Culhane, Amin M. Gholami. Maintainer

More information

Package RTN. October 9, 2015

Package RTN. October 9, 2015 Type Package Package RTN October 9, 2015 Title Reconstruction of transcriptional networks and analysis of master regulators Version 1.6.2 Date 2015-05-06 Author, Xin Wang, Michael Fletcher, Florian Markowetz

More information

Package RTN. April 15, 2017

Package RTN. April 15, 2017 Type Package Package RTN April 15, 2017 Title Reconstruction of transcriptional networks and analysis of master regulators Version 1.12.0 Date 2016-03-11 Author, Xin Wang, Michael Fletcher, Florian Markowetz

More information

Package SC3. September 29, 2018

Package SC3. September 29, 2018 Type Package Title Single-Cell Consensus Clustering Version 1.8.0 Author Vladimir Kiselev Package SC3 September 29, 2018 Maintainer Vladimir Kiselev A tool for unsupervised

More information

Package rmat. November 1, 2018

Package rmat. November 1, 2018 Type Package Package rmat November 1, 2018 Title R implementation from MAT program to normalize and analyze tiling arrays and ChIP-chip data. Version 3.32.0 Author Charles Cheung and Arnaud Droit and Raphael

More information

Package twilight. August 3, 2013

Package twilight. August 3, 2013 Package twilight August 3, 2013 Version 1.37.0 Title Estimation of local false discovery rate Author Stefanie Scheid In a typical microarray setting with gene expression data observed

More information

The ctest Package. January 3, 2000

The ctest Package. January 3, 2000 R objects documented: The ctest Package January 3, 2000 bartlett.test....................................... 1 binom.test........................................ 2 cor.test.........................................

More information

Package bacon. October 31, 2018

Package bacon. October 31, 2018 Type Package Package October 31, 2018 Title Controlling bias and inflation in association studies using the empirical null distribution Version 1.10.0 Author Maarten van Iterson [aut, cre], Erik van Zwet

More information

Package generxcluster

Package generxcluster Date 2013-02-13 Version 1.18.0 License GPL (>= 2) Package generxcluster April 10, 2019 Detect Differential Clustering of Genomic Sites such as gene therapy integrations. The package provides some functions

More information

Package DiffCorr. August 29, 2016

Package DiffCorr. August 29, 2016 Type Package Package DiffCorr August 29, 2016 Title Analyzing and Visualizing Differential Correlation Networks in Biological Data Version 0.4.1 Date 2015-03-31 Author, Kozo Nishida Maintainer

More information

Package lol. R topics documented: December 13, Type Package Title Lots Of Lasso Version Date Author Yinyin Yuan

Package lol. R topics documented: December 13, Type Package Title Lots Of Lasso Version Date Author Yinyin Yuan Type Package Title Lots Of Lasso Version 1.30.0 Date 2011-04-02 Author Package lol December 13, 2018 Maintainer Various optimization methods for Lasso inference with matri warpper

More information

Package multihiccompare

Package multihiccompare Package multihiccompare September 23, 2018 Title Normalize and detect differences between Hi-C datasets when replicates of each experimental condition are available Version 0.99.44 multihiccompare provides

More information

Package LncPath. May 16, 2016

Package LncPath. May 16, 2016 Type Package Package LncPath May 16, 2016 Title Identifying the Pathways Regulated by LncRNA Sets of Interest Version 1.0 Date 2016-04-27 Author Junwei Han, Zeguo Sun Maintainer Junwei Han

More information

Package methyvim. April 5, 2019

Package methyvim. April 5, 2019 Package methyvim April 5, 2019 Title Targeted, Robust, and Model-free Differential Methylation Analysis Version 1.4.0 Maintainer Nima Hejazi Author Nima Hejazi [aut, cre, cph], Mark

More information

Package ConsensusClusterPlus

Package ConsensusClusterPlus Type Package Package ConsensusClusterPlus October 1, 2018 Imports Biobase, ALL, graphics, stats, utils, cluster Title ConsensusClusterPlus Version 1.44.0 Date 2015-12-29 Author Matt Wilkerson ,

More information

Package kdetrees. February 20, 2015

Package kdetrees. February 20, 2015 Type Package Package kdetrees February 20, 2015 Title Nonparametric method for identifying discordant phylogenetic trees Version 0.1.5 Date 2014-05-21 Author and Ruriko Yoshida Maintainer

More information

Package MEAL. August 16, 2018

Package MEAL. August 16, 2018 Title Perform methylation analysis Version 1.11.6 Package MEAL August 16, 2018 Package to integrate methylation and expression data. It can also perform methylation or expression analysis alone. Several

More information

Package ibbig. R topics documented: December 24, 2018

Package ibbig. R topics documented: December 24, 2018 Type Package Title Iterative Binary Biclustering of Genesets Version 1.26.0 Date 2011-11-23 Author Daniel Gusenleitner, Aedin Culhane Package ibbig December 24, 2018 Maintainer Aedin Culhane

More information

Package PSEA. R topics documented: November 17, Version Date Title Population-Specific Expression Analysis.

Package PSEA. R topics documented: November 17, Version Date Title Population-Specific Expression Analysis. Version 1.16.0 Date 2017-06-09 Title Population-Specific Expression Analysis. Package PSEA November 17, 2018 Author Maintainer Imports Biobase, MASS Suggests BiocStyle Deconvolution of gene expression

More information

Package geneslope. October 26, 2016

Package geneslope. October 26, 2016 Type Package Package geneslope October 26, 2016 Title Genome-Wide Association Study with SLOPE Version 0.37.0 Date 2016-10-26 Genome-wide association study (GWAS) performed with SLOPE, short for Sorted

More information

Package SSRA. August 22, 2016

Package SSRA. August 22, 2016 Type Package Title Sakai Sequential Relation Analysis Version 0.1-0 Date 2016-08-22 Author Takuya Yanagida [cre, aut], Keiko Sakai [aut] Package SSRA August 22, 2016 Maintainer Takuya Yanagida

More information

Package ALDEx2. April 4, 2019

Package ALDEx2. April 4, 2019 Type Package Package ALDEx2 April 4, 2019 Title Analysis Of Differential Abundance Taking Sample Variation Into Account Version 1.14.1 Date 2017-10-11 Author Greg Gloor, Ruth Grace Wong, Andrew Fernandes,

More information

Package RankAggreg. May 15, 2018

Package RankAggreg. May 15, 2018 Type Package Title Weighted Rank Aggregation Version 0.6.5 Date 2018-05-14 Package RankAggreg May 15, 2018 Author Vasyl Pihur , Somnath Datta , Susmita Datta

More information

Package SC3. November 27, 2017

Package SC3. November 27, 2017 Type Package Title Single-Cell Consensus Clustering Version 1.7.1 Author Vladimir Kiselev Package SC3 November 27, 2017 Maintainer Vladimir Kiselev A tool for unsupervised

More information

Package rqt. November 21, 2017

Package rqt. November 21, 2017 Type Package Title rqt: utilities for gene-level meta-analysis Version 1.4.0 Package rqt November 21, 2017 Author I. Y. Zhbannikov, K. G. Arbeev, A. I. Yashin. Maintainer Ilya Y. Zhbannikov

More information

Package STROMA4. October 22, 2018

Package STROMA4. October 22, 2018 Version 1.5.2 Date 2017-03-23 Title Assign Properties to TNBC Patients Package STROMA4 October 22, 2018 This package estimates four stromal properties identified in TNBC patients in each patient of a gene

More information

Package RmiR. R topics documented: September 26, 2018

Package RmiR. R topics documented: September 26, 2018 Package RmiR September 26, 2018 Title Package to work with mirnas and mirna targets with R Description Useful functions to merge microrna and respective targets using differents databases Version 1.36.0

More information

Package ASEB. January 20, 2019

Package ASEB. January 20, 2019 Title Predict Acetylated Lysine Sites Version 1.26.0 Package ASEB January 20, 2019 Author Likun Wang and Tingting Li . ASEB is an R package to predict lysine

More information

Package scmap. March 29, 2019

Package scmap. March 29, 2019 Type Package Package scmap March 29, 2019 Title A tool for unsupervised projection of single cell RNA-seq data Version 1.4.1 Author Vladimir Kiselev Maintainer Vladimir Kiselev

More information

Package BAC. R topics documented: November 30, 2018

Package BAC. R topics documented: November 30, 2018 Type Package Title Bayesian Analysis of Chip-chip experiment Version 1.42.0 Date 2007-11-20 Author Raphael Gottardo Package BAC November 30, 2018 Maintainer Raphael Gottardo Depends

More information

Package CONOR. August 29, 2013

Package CONOR. August 29, 2013 Package CONOR August 29, 2013 Type Package Title CONOR Version 1.0.2 Date 2010-11-06 Author Jason Rudy and Faramarz Valafar Maintainer Jason Rudy Description CrOss-platform NOrmalization

More information

Package LiquidAssociation

Package LiquidAssociation Type Package Title LiquidAssociation Version 1.36.0 Date 2009-10-07 Package LiquidAssociation Author Yen-Yi Ho Maintainer Yen-Yi Ho March 8, 2019 The package contains functions

More information

Package enrichplot. September 29, 2018

Package enrichplot. September 29, 2018 Package enrichplot September 29, 2018 Title Visualization of Functional Enrichment Result Version 1.1.7 The 'enrichplot' package implements several visualization methods for interpreting functional enrichment

More information

Package fgpt. February 19, 2015

Package fgpt. February 19, 2015 Type Package Title Floating Grid Permutation Technique Version 2.3 Date 2015-02-19 Author Reinder Radersma & Ben Sheldon Package fgpt February 19, 2015 Maintainer Reinder Radersma

More information

Package PICS. R topics documented: February 4, Type Package Title Probabilistic inference of ChIP-seq Version

Package PICS. R topics documented: February 4, Type Package Title Probabilistic inference of ChIP-seq Version Type Package Title Probabilistic inference of ChIP-seq Version 2.22.0 Package PICS February 4, 2018 Author Xuekui Zhang , Raphael Gottardo Maintainer Renan Sauteraud

More information

Package ccmap. June 17, 2018

Package ccmap. June 17, 2018 Type Package Title Combination Connectivity Mapping Version 1.6.0 Author Alex Pickering Package ccmap June 17, 2018 Maintainer Alex Pickering Finds drugs and drug combinations

More information

Package PedCNV. February 19, 2015

Package PedCNV. February 19, 2015 Type Package Package PedCNV February 19, 2015 Title An implementation for association analysis with CNV data. Version 0.1 Date 2013-08-03 Author, Sungho Won and Weicheng Zhu Maintainer

More information

Package semisup. March 10, Version Title Semi-Supervised Mixture Model

Package semisup. March 10, Version Title Semi-Supervised Mixture Model Version 1.7.1 Title Semi-Supervised Mixture Model Package semisup March 10, 2019 Description Useful for detecting SNPs with interactive effects on a quantitative trait. This R packages moves away from

More information

Package anota2seq. January 30, 2018

Package anota2seq. January 30, 2018 Version 1.1.0 Package anota2seq January 30, 2018 Title Generally applicable transcriptome-wide analysis of translational efficiency using anota2seq Author Christian Oertlin , Julie

More information

Package FunciSNP. November 16, 2018

Package FunciSNP. November 16, 2018 Type Package Package FunciSNP November 16, 2018 Title Integrating Functional Non-coding Datasets with Genetic Association Studies to Identify Candidate Regulatory SNPs Version 1.26.0 Date 2013-01-19 Author

More information

Package snm. July 20, 2018

Package snm. July 20, 2018 Type Package Title Supervised Normalization of Microarrays Version 1.28.0 Package snm July 20, 2018 Author Brig Mecham and John D. Storey SNM is a modeling strategy especially designed

More information

safe September 23, 2010

safe September 23, 2010 safe September 23, 2010 SAFE-class Class SAFE Slots The class SAFE is the output from the function safe. It is also the input to the plotting function safeplot. local: Object of class "character" describing

More information

Package GARS. March 17, 2019

Package GARS. March 17, 2019 Type Package Date 2018-10-09 Package GARS March 17, 2019 Title GARS: Genetic Algorithm for the identification of Robust Subsets of variables in high-dimensional and challenging datasets Version 1.2.0 Author

More information

Package cghmcr. March 6, 2019

Package cghmcr. March 6, 2019 Version 1.40.0 Package cghmcr March 6, 2019 Title Find chromosome regions showing common gains/losses Author J. Zhang and B. Feng Maintainer J. Zhang Depends methods, DNAcopy,

More information

Package STAN. R topics documented: July 23, Version Date Title The Genomic STate ANnotation Package

Package STAN. R topics documented: July 23, Version Date Title The Genomic STate ANnotation Package Version 2.8.0 Date 2017-08-10 Title The Genomic STate ANnotation Package Package STAN July 23, 2018 Author Benedikt Zacher, Julia Ertl, Julien Gagneur, Achim Tresch Maintainer Rafael Campos-Martin

More information

Package geecc. R topics documented: December 7, Type Package

Package geecc. R topics documented: December 7, Type Package Type Package Package geecc December 7, 2018 Title Gene Set Enrichment Analysis Extended to Contingency Cubes Version 1.16.0 Date 2016-09-19 Author Markus Boenn Maintainer Markus Boenn

More information

Package seqcat. March 25, 2019

Package seqcat. March 25, 2019 Package seqcat March 25, 2019 Title High Throughput Sequencing Cell Authentication Toolkit Version 1.4.1 The seqcat package uses variant calling data (in the form of VCF files) from high throughput sequencing

More information

Package superbiclust

Package superbiclust Type Package Package superbiclust February 20, 2015 Title Generating Robust Biclusters from a Bicluster Set (Ensemble Biclustering) Version 1.1 Date 2012-08-23 Author Maintainer

More information

University of Wisconsin-Madison Spring 2018 BMI/CS 776: Advanced Bioinformatics Homework #2

University of Wisconsin-Madison Spring 2018 BMI/CS 776: Advanced Bioinformatics Homework #2 Assignment goals Use mutual information to reconstruct gene expression networks Evaluate classifier predictions Examine Gibbs sampling for a Markov random field Control for multiple hypothesis testing

More information

Medical Image Analysis

Medical Image Analysis Medical Image Analysis Instructor: Moo K. Chung mchung@stat.wisc.edu Lecture 10. Multiple Comparisons March 06, 2007 This lecture will show you how to construct P-value maps fmri Multiple Comparisons 4-Dimensional

More information

Package macorrplot. R topics documented: October 2, Title Visualize artificial correlation in microarray data. Version 1.50.

Package macorrplot. R topics documented: October 2, Title Visualize artificial correlation in microarray data. Version 1.50. Package macorrplot October 2, 2018 Title Visualize artificial correlation in microarray data Version 1.50.0 Author Alexander Ploner Description Graphically displays correlation

More information

Package MIRA. October 16, 2018

Package MIRA. October 16, 2018 Version 1.2.0 Date 2018-04-17 Package MIRA October 16, 2018 Title Methylation-Based Inference of Regulatory Activity MIRA measures the degree of ``dip'' in methylation level surrounding a regulatory site

More information

Package dupradar. R topics documented: July 12, Type Package

Package dupradar. R topics documented: July 12, Type Package Type Package Package dupradar July 12, 2018 Title Assessment of duplication rates in RNA-Seq datasets Version 1.10.0 Date 2015-09-26 Author Sergi Sayols , Holger Klein

More information

Package icnv. R topics documented: March 8, Title Integrated Copy Number Variation detection Version Author Zilu Zhou, Nancy Zhang

Package icnv. R topics documented: March 8, Title Integrated Copy Number Variation detection Version Author Zilu Zhou, Nancy Zhang Title Integrated Copy Number Variation detection Version 1.2.1 Author Zilu Zhou, Nancy Zhang Package icnv March 8, 2019 Maintainer Zilu Zhou Integrative copy number variation

More information

Package CoGAPS. January 24, 2019

Package CoGAPS. January 24, 2019 Version 3.2.2 Date 2018-04-24 Title Coordinated Gene Activity in Pattern Sets Package CoGAPS January 24, 2019 Author Thomas Sherman, Wai-shing Lee, Conor Kelton, Ondrej Maxian, Jacob Carey, Genevieve Stein-O'Brien,

More information

Package rain. March 4, 2018

Package rain. March 4, 2018 Package rain March 4, 2018 Type Package Title Rhythmicity Analysis Incorporating Non-parametric Methods Version 1.13.0 Date 2015-09-01 Author Paul F. Thaben, Pål O. Westermark Maintainer Paul F. Thaben

More information

Package msda. February 20, 2015

Package msda. February 20, 2015 Title Multi-Class Sparse Discriminant Analysis Version 1.0.2 Date 2014-09-26 Package msda February 20, 2015 Author Maintainer Yi Yang Depends Matri, MASS Efficient procedures for computing

More information

Package GateFinder. March 17, 2019

Package GateFinder. March 17, 2019 Type Package Package GateFinder March 17, 2019 Title Projection-based Gating Strategy Optimization for Flow and Mass Cytometry Version 1.3.2 Date 2018-03-28 Author Nima Aghaeepour ,

More information

Package logisticpca. R topics documented: August 29, 2016

Package logisticpca. R topics documented: August 29, 2016 Type Package Title Binary Dimensionality Reduction Version 0.2 Date 2016-03-13 NeedsCompilation yes ByteCompile yes Author Andrew J. Landgraf Package logisticpca August 29, 2016 Maintainer Andrew J. Landgraf

More information

Package pcagopromoter

Package pcagopromoter Version 1.26.0 Date 2012-03-16 Package pcagopromoter November 13, 2018 Title pcagopromoter is used to analyze DNA micro array data Author Morten Hansen, Jorgen Olsen Maintainer Morten Hansen

More information

Package propr. November 19, 2018

Package propr. November 19, 2018 Package propr November 19, 2018 Title Calculating Proportionality Between Vectors of Compositional Data Version 4.1.1 URL http://github.com/tpq/propr BugReports http://github.com/tpq/propr/issues The bioinformatic

More information

Package doppelgangr. March 25, 2019

Package doppelgangr. March 25, 2019 Package doppelgangr March 25, 2019 Title Identify likely duplicate samples from genomic or meta-data Version 1.10.1 The main function is doppelgangr(), which takes as minimal input a list of ExpressionSet

More information

Package Director. October 15, 2018

Package Director. October 15, 2018 Package Director October 15, 2018 Title A dynamic visualization tool of multi-level data Version 1.7.3 Author Katherine Icay [aut, cre] Maintainer Katherine Icay Director is

More information

Package mgc. April 13, 2018

Package mgc. April 13, 2018 Type Package Title Multiscale Graph Correlation Version 1.0.1 Date 2018-04-12 Package mgc April 13, 2018 Maintainer Multiscale Graph Correlation (MGC) is a framework developed by Shen

More information

Package DMCHMM. January 19, 2019

Package DMCHMM. January 19, 2019 Package DMCHMM January 19, 2019 Type Package Title Differentially Methylated CpG using Hidden Markov Model Version 1.4.0 Author Farhad Shokoohi Maintainer A pipeline for identifying differentially methylated

More information

Differential Expression Analysis at PATRIC

Differential Expression Analysis at PATRIC Differential Expression Analysis at PATRIC The following step- by- step workflow is intended to help users learn how to upload their differential gene expression data to their private workspace using Expression

More information

Package crossmeta. September 5, 2018

Package crossmeta. September 5, 2018 Package crossmeta September 5, 2018 Title Cross Platform Meta-Analysis of Microarray Data Version 1.6.0 Author Alex Pickering Maintainer Alex Pickering Implements cross-platform

More information

Package pgca. March 17, 2019

Package pgca. March 17, 2019 Package pgca March 17, 2019 Type Package Title PGCA: An Algorithm to Link Protein Groups Created from MS/MS Data Version 1.6.1 biocviews ImmunoOncology, WorkflowStep,AssayDomain,Proteomics,MassSpectrometry

More information

Package biosigner. March 6, 2019

Package biosigner. March 6, 2019 Type Package Title Signature discovery from omics data Version 1.10.0 Date 2018-04-15 Package biosigner March 6, 2019 Author Philippe Rinaudo , Etienne Thevenot

More information

Package MODA. January 8, 2019

Package MODA. January 8, 2019 Type Package Package MODA January 8, 2019 Title MODA: MOdule Differential Analysis for weighted gene co-expression network Version 1.8.0 Date 2016-12-16 Author Dong Li, James B. Brown, Luisa Orsini, Zhisong

More information

Package Modeler. May 18, 2018

Package Modeler. May 18, 2018 Version 3.4.3 Date 2018-05-17 Package Modeler May 18, 2018 Title Classes and Methods for Training and Using Binary Prediction Models Author Kevin R. Coombes Maintainer Kevin R. Coombes

More information

Package rdgidb. November 10, 2018

Package rdgidb. November 10, 2018 Type Package Title R Wrapper for DGIdb Version 1.8.0 Package rdgidb November 10, 2018 Author Thomas Thurnherr, Franziska Singer, Daniel J. Stekhoven, and Niko Beerenwinkel Maintainer The rdgidb package

More information

Package roar. August 31, 2018

Package roar. August 31, 2018 Type Package Package roar August 31, 2018 Title Identify differential APA usage from RNA-seq alignments Version 1.16.0 Date 2016-03-21 Author Elena Grassi Maintainer Elena Grassi Identify

More information

Package enrich. September 3, 2013

Package enrich. September 3, 2013 Package enrich September 3, 2013 Type Package Title An R package for the analysis of multiple ChIP-seq data Version 2.0 Date 2013-09-01 Author Yanchun Bao , Veronica Vinciotti

More information

Package slam. December 1, 2016

Package slam. December 1, 2016 Version 0.1-40 Title Sparse Lightweight Arrays and Matrices Package slam December 1, 2016 Data structures and algorithms for sparse arrays and matrices, based on inde arrays and simple triplet representations,

More information

Package RTN. August 24, 2018

Package RTN. August 24, 2018 Type Package Package RTN August 24, 2018 Title Reconstruction of transcriptional networks and analysis of master regulators Version 2.5.3 Author, Xin Wang, Michael Fletcher, Florian Markowetz and Kerstin

More information

Package BubbleTree. December 28, 2018

Package BubbleTree. December 28, 2018 Type Package Package BubbleTree December 28, 2018 Title BubbleTree: an intuitive visualization to elucidate tumoral aneuploidy and clonality in somatic mosaicism using next generation sequencing data Version

More information

Package OrderedList. December 31, 2017

Package OrderedList. December 31, 2017 Title Similarities of Ordered Gene Lists Version 1.50.0 Date 2008-07-09 Package OrderedList December 31, 2017 Author Xinan Yang, Stefanie Scheid, Claudio Lottaz Detection of similarities between ordered

More information

Package gpart. November 19, 2018

Package gpart. November 19, 2018 Package gpart November 19, 2018 Title Human genome partitioning of dense sequencing data by identifying haplotype blocks Version 1.0.0 Depends R (>= 3.5.0), grid, Homo.sapiens, TxDb.Hsapiens.UCSC.hg38.knownGene,

More information

Package rococo. August 29, 2013

Package rococo. August 29, 2013 Package rococo August 29, 2013 Type Package Title RObust rank COrrelation COefficient and test Version 1.1.0 Date 2013-01-10 Author Martin Krone, Ulrich Bodenhofer Maintainer Ulrich Bodenhofer

More information

Package affypdnn. January 10, 2019

Package affypdnn. January 10, 2019 Version 1.56.0 Date 2009-09-22 Package affypdnn January 10, 2019 Title Probe Dependent Nearest Neighbours (PDNN) for the affy package Author H. Bjorn Nielsen and Laurent Gautier (Many thanks to Li Zhang

More information

Package narray. January 28, 2018

Package narray. January 28, 2018 Package narray January 28, 2018 Title Subset- And Name-Aware Array Utility Functions Version 0.4.0 Author Michael Schubert Maintainer Michael Schubert Stacking

More information

Package CNTools. November 6, 2018

Package CNTools. November 6, 2018 Version 1.38.0 Package CNTools November 6, 2018 Title Convert segment data into a region by sample matrix to allow for other high level computational analyses. Author Jianhua Zhang Maintainer J. Zhang

More information