Package ontologyplot

Size: px
Start display at page:

Download "Package ontologyplot"

Transcription

1 Type Package Package Plot October 28, 2016 Title Functions for Visualising Sets of Ontological Terms Version 1.4 Date Author Daniel Greene Maintainer Daniel Greene Functions for visualising sets of ontological using the 'graphviz' layout system. License GPL (>= 2) Depends R (>= 3.0.0) Imports methods, Index, paintmap, Rgraphviz Suggests knitr VignetteBuilder knitr RoxygenNote NeedsCompilation no Repository CRAN Date/Publication :13:50 R topics documented: annotation_grid calibrate_sizes colour_by_frequency colour_by_population_frequency colour_by_term_set dot_string get_adjacency_matrix get_node_friendly_long_names get plot get_pseudo_adjacency_matrix get_shortened_names grid_

2 2 annotation_grid label_by_frequency label_by_term_set long_labels n_most_frequent_ official_labels Plot onto_plot plot._plot plot_annotation_grid print._plot p_values_for_occurrence_of_term_in_group remove_links remove with_less_than_n_occurrences remove_uninformative_ simple_cap simple_labels to_svg_string width_by_frequency width_by_significance write_dot Index 24 annotation_grid Get logical matrix of term annotation for group of cases Get logical matrix of term annotation for group of cases annotation_grid(,, all_ = grid_(, ), remove_unanimous = FALSE, cluster_rows = TRUE, cluster_cols = TRUE) _index object all_ Character vector giving to use in annotation. remove_unanimous Logical value determining whether to remove present in all. cluster_rows cluster_cols Logical value rows determining whether to use hclust to cluster. Logical value rows determining whether to use hclust to cluster (based on correlation of inclusion in ).

3 calibrate_sizes 3 Logical matrix. calibrate_sizes Function to scale values between two given limits Could be useful to modify a vector of sizes to between, say 1 and 3, before passing to onto_plot. calibrate_sizes(x, high, low) x high low Numeric vector Numeric value of largest size Numeric value of smallest size Numeric vector Examples calibrate_sizes(c("hp: "=10, "HP: "=5), high=3, low=1) colour_by_frequency Function to assign colours to based on frequency with which appear in Function to assign colours to based on frequency with which appear in colour_by_frequency(,,, colour_func = colorramppalette(c("yellow", "Green", "#0099FF")))

4 4 colour_by_population_frequency colour_func _index object Character vector of ontological Function capable of returning a set of colours, given the number of colours it needs to return Character vector of colours, named by term colour_by_term_set, colour_by_population_frequency colour_by_population_frequency Function to assign colours to based on population frequency of Function to assign colours to based on population frequency of colour_by_population_frequency(,, frequencies, colour_palette = colorramppalette(c("yellow", "Green", "#0099FF"))(10), max_colour_freq = max(_freq), min_colour_freq = min(_freq)) frequencies _index object Character vector of ontological Numeric vector of term frequencies named by term IDs colour_palette Character vector of colours for the different information contents of the to be plotted, going from rare to common max_colour_freq Numeric value in [0, 1] giving the maximum frequency (to which the dullest color will be assigned) min_colour_freq Numeric value in [0, 1] giving the minimum frequency (to which the brightest color will be assigned)

5 colour_by_term_set 5 Character vector of colours, named by term colour_by_term_set, colour_by_frequency colour_by_term_set Function to set colours of nodes in plot to distinguish belonging to different term sets Function to set colours of nodes in plot to distinguish belonging to different term sets colour_by_term_set(,,, colour_generator = rainbow, alpha = 0.5) _index object Character vector of ontological colour_generator Function which returns a vector of colours, e.g. rainbow or heat.colors. alpha alpha parameter to pass to colour_generator. Character vector of colours, named by term. colour_by_frequency, colour_by_population_frequency

6 6 get_adjacency_matrix dot_string _plot object to dot string _plot object to dot string dot_string(_plot) _plot Object of class _plot to export. String onto_plot get_adjacency_matrix Get an adjacency matrix for a set of ontological Get an adjacency matrix for a set of ontological get_adjacency_matrix(, ) _index object Character vector of ontological A logical matrix representing the adjacency matrix of based on the directed acyclic graph of. A TRUE entry means the term correspnding to the column is a parent of the row term in.

7 get_node_friendly_long_names 7 get_pseudo_adjacency_matrix Examples library(index) data(hpo) get_adjacency_matrix(hpo, c("hp: ", "HP: ", "HP: ")) get_node_friendly_long_names Split up node labels across lines so they fit in nodes better Split up node labels across lines so they fit in nodes better get_node_friendly_long_names(,, official_names = FALSE) _index object Character vector of ontological official_names Logical value indicating whether to use the exact names from the. Otherwise, shortened, capitalised names are used. Character vector. Examples library(index) data(hpo) get_node_friendly_long_names(hpo, c("hp: ", "HP: "))

8 8 get_pseudo_adjacency_matrix get plot Get _plot object Function to create _plot objects where all graphical parameters to be used must be specified. get plot(,, edge_attributes = list(color = "#000000", lty = "solid"),...) _index object Character vector of ontological edge_attributes List of properties to set for arrows (note, these properties will be used for all arrow).... Named graphical parameters. These must either be vectors of values the same length as, or of length 1 if they should be used for all. _plot object. get_pseudo_adjacency_matrix Get an adjacency matrix for a set of ontological Get an adjacency matrix for a set of ontological get_pseudo_adjacency_matrix(, ) _index object Character vector of ontological

9 get_shortened_names 9 A logical matrix representing the adjacency matrix of based on the directed acyclic graph of. A TRUE entry means the term correspnding to the column is a parent of the row term within. get_adjacency_matrix Examples library(index) data(hpo) get_pseudo_adjacency_matrix(hpo, c("hp: ", "HP: ", "HP: ")) get_shortened_names Get human readable, shortened (where possible) ontological term names Get human readable, shortened (where possible) ontological term names get_shortened_names(, ) _index object Character vector of ontological Character vector Examples library(index) data(hpo) get_shortened_names(hpo, c("hp: ", "HP: "))

10 10 label_by_frequency grid_ Get set of HPO appropriate for showing in a grid Get set of HPO appropriate for showing in a grid grid_(, ) _index object Character vector of terme IDs. label_by_frequency Function to get plot labels for based on frequency in Function to get plot labels for based on frequency in label_by_frequency(,, ) _index object Character vector of ontological Character vector of labels, named by term. simple_labels, long_labels

11 label_by_term_set 11 label_by_term_set Function to label nodes by term_set Function to label nodes by term_set label_by_term_set(,, ) _index object Character vector of ontological Character vector of colours, named by term. simple_labels, label_by_frequency, long_labels long_labels Function to assign detailed node labels to Label includes term ID, term name, number of instances of term amongst and percentage frequency in population. long_labels(,,, frequencies) frequencies _index object Character vector of ontological Numeric vector of term frequencies named by term IDs

12 12 n_most_frequent_ Character vector of labels, named by term. simple_labels, label_by_frequency, label_by_term_set n_most_frequent_ Select n most prevalent in Selects n most prevalent in set of term sets/annotations including implicit. If more than one term are tied at the nth position, all are included in the result. n_most_frequent_(,, n, = unique(unlist())) n _index object Integer Character vector of ontological Character vector of length at most n remove with_less_than_n_occurrences Examples library(index) data(hpo) n_most_frequent_(hpo, c("hp: "), list(=list("hp: ", "HP: ")), n=2)

13 Plot 13 official_labels Get official names for Get official names for official_labels(, ) _index object Character vector of ontological Character vector of labels, named by term. simple_labels Plot Functions for Visualising Sets of Ontological Terms Details Functions for visualising sets of ontological using the graphviz layout system. Package: Plot Type: Package Version: 1.0 Date: License: GPL (>= 2) This package succeeds the package hpoplot with an improved interface and focusing on general ontologies. The key function is onto_plot, which creates an object of class _plot which can be displayed as a graph or exported to dot format.

14 14 onto_plot Author(s) Daniel Greene Maintainer: Daniel Greene References The Human Phenotype Ontology project: linking molecular biology and disease through phenotype data, Nucl. Acids Res. (1 January 2014) 42 (D1): D966-D974 doi: /nar/gkt1026 Westbury, S. K. et al. (2015). Human Phenotype Ontology annotation and cluster analysis to un- ravel genetic defects in 707 cases with unexplained bleeding and platelet disorders. Genome Medicine. 7 (2015) onto_plot Get _plot object A convenience wrapper for the get plot function, enabling functions to be passed to generate graphical parameters for automatically. onto_plot(, = NULL, frequencies = NULL, = remove_uninformative_(, ), edge_attributes = list(color = "#000000", lty = "solid"), fillcolor = "powderblue", label = simple_labels, color = "transparent", width = 0.75, fontsize = 30, style = "filled", fixedsize = "true", shape = "circle",...) frequencies _index object Numeric vector of term frequencies named by term IDs Character vector of ontological edge_attributes List of properties to set for arrows (note, these properties will be used for all arrow). fillcolor label color width Character vector of colours to fill nodes corresponding to with. Alternatively a function to set the colours of the nodes in the graph based on. Character vector of labels (or function to set them). Character vector of colours for borders of nodes representing (or function to set them). Numeric vector of widths for nodes (of function to set them).

15 plot._plot 15 fontsize style fixedsize shape Numeric vector of font sizes for the text to be placed in the nodes (or function to set them). Display style for nodes, defaults to "filled". Character indicating whether nodes should be fixed size, "true", or adjusted to fit around the contained text, "false". Character vector of shape names for nodes (or function to set them). Defaults to "circle".... Other node attributes for dot format. _plot object. get plot, write_dot Examples library(index) data(hpo) hpo_phenotypes <- c( A=c("HP: ","HP: ","HP: ","HP: ","HP: "), B=c("HP: ","HP: ","HP: ","HP: ","HP: "), C=c("HP: ","HP: ","HP: ","HP: ","HP: "), D=c("HP: ","HP: ","HP: ","HP: ","HP: "), E=c("HP: ","HP: ","HP: ","HP: ","HP: ") ) onto_plot( =hpo, =hpo_phenotypes ) plot._plot Plotting function for _plot object Plotting function for _plot object ## S3 method for class '_plot' plot(x,...)

16 16 print._plot x Object of class ontologicalplot.... Other options passed to plot(). Nothing, side-effect: plots a graph. plot_annotation_grid Plot a logical matrix of term annotation Plot a logical matrix of term annotation plot_annotation_grid(..., on_colour = "#FF0000FF", off_colour = "#FFFFBFFF")... to be passed to annotation_grid. on_colour Colour to use to show presence of term. off_colour Colour to use to show absence of term. Plots heatmap. print._plot Print function for _plot object Print function for _plot object ## S3 method for class '_plot' print(x,...) x Object of class ontologicalplot.... Other options passed to be passed to plot().

17 p_values_for_occurrence_of_term_in_group 17 Nothing. Side-effect: plots graphs. p_values_for_occurrence_of_term_in_group Get p-values for observing at least as many of each term as occur in given the population frequencies of the Get p-values for observing at least as many of each term as occur in given the population frequencies of the p_values_for_occurrence_of_term_in_group(,, _freq) _freq _index object Numeric vector of population frequencies of. Numeric vector of log p-values named by correspnding term. width_by_significance remove_links Remove which just link two other together in a sub Remove which just link two other together in a sub remove_links(,, hard = FALSE)

18 18 remove with_less_than_n_occurrences _index object Character vector of ontological hard Logical value determining whether to multiple edges to leaf are kept - hard=false, or removed - hard=true. Character vector. remove_uninformative_ Examples library(index) data(hpo) remove_links(hpo, c("hp: ","hp: ","hp: ","hp: ")) remove with_less_than_n_occurrences Remove with less than certain number of occurrences Remove with less than certain number of occurrences remove with_less_than_n_occurrences(,, n, = unique(unlist())) n _index object Integer Character vector of ontological Character vector n_most_frequent_

19 remove_uninformative_ 19 Examples library(index) data(hpo) remove with_less_than_n_occurrences(hpo, =list("hp: ", "HP: "), n=2) remove_uninformative_ Remove uninformative from union of all in set of annotations For a set of ontological annotation sets, remove annotated to the same objects as all their children. Useful for selecting for summarising a set of annotation sets, as it can lead to a significant reduction in the number of. remove_uninformative_(, ) _index object Character vector of Examples library(index) data(hpo) remove_uninformative_(hpo, list(patient1=c("hp: ","hp: ")))

20 20 simple_labels simple_cap Capitalise words in character vector Capitalise words in character vector simple_cap(x) x Character vector Character vector Examples simple_cap(c("a simple test", "Another-test")) simple_labels Get simplified labels for Get simplified labels for simple_labels(, ) _index object Character vector of ontological Character vector of labels, named by term. official_labels

21 to_svg_string 21 to_svg_string Convert _plot to SVG string Note that by setting "id" and "class" attributes it enables nodes to be selected for manipulation using Javascript if interactivity is desired. to_svg_string(op) op Object of class _plot. Character vector of length 1 containing SVG representation of node. onto_plot, get plot width_by_frequency Function to get node sizes for based on frequency in Function to get node sizes for based on frequency in width_by_frequency(,, ) _index object Character vector of ontological Character vector of sizes, named by term width_by_significance

22 22 write_dot width_by_significance Function to get node sizes for based on statistical significance of seeing at least this number of each term in Function to get node sizes for based on statistical significance of seeing at least this number of each term in width_by_significance(,,, frequencies) frequencies _index object Character vector of ontological Numeric vector of term frequencies named by term IDs Character vector of sizes, named by term width_by_frequency write_dot Export _plot object as dot file Export _plot object as dot file write_dot(_plot, file) _plot file Object of class _plot to export. Character value of target file path.

23 write_dot 23 Nothing, side effect - writes to file. dot_string

24 Index Topic, HPO, MPO, GO Plot, 13 annotation_grid, 2, 16 calibrate_sizes, 3 colour_by_frequency, 3, 5 colour_by_population_frequency, 4, 4, 5 colour_by_term_set, 4, 5, 5 simple_labels, 10 13, 20 to_svg_string, 21 width_by_frequency, 21, 22 width_by_significance, 17, 21, 22 write_dot, 15, 22 dot_string, 6, 23 get_adjacency_matrix, 6, 9 get_node_friendly_long_names, 7 get plot, 8, 14, 15, 21 get_pseudo_adjacency_matrix, 7, 8 get_shortened_names, 9 grid_, 10 label_by_frequency, 10, 11, 12 label_by_term_set, 11, 12 long_labels, 10, 11, 11 n_most_frequent_, 12, 18 official_labels, 13, 20 onto_plot, 6, 13, 14, 21 Plot, 13 p_values_for_occurrence_of_term_in_group, 17 plot._plot, 15 plot_annotation_grid, 16 print._plot, 16 remove_links, 17 remove with_less_than_n_occurrences, 12, 18 remove_uninformative_, 18, 19 simple_cap, 20 24

Package hpoplot. R topics documented: December 14, 2015

Package hpoplot. R topics documented: December 14, 2015 Type Package Title Functions for Plotting HPO Terms Version 2.4 Date 2015-12-10 Author Daniel Greene Maintainer Daniel Greene Package hpoplot December 14, 2015 Collection

More information

Package balance. October 12, 2018

Package balance. October 12, 2018 Title Visualize Balances of Compositional Data Version 0.1.6 URL http://github.com/tpq/balance Package balance October 12, 2018 BugReports http://github.com/tpq/balance/issues Balances have become a cornerstone

More information

Package corclass. R topics documented: January 20, 2016

Package corclass. R topics documented: January 20, 2016 Package corclass January 20, 2016 Type Package Title Correlational Class Analysis Version 0.1.1 Date 2016-01-14 Author Andrei Boutyline Maintainer Andrei Boutyline Perform

More information

Package RCA. R topics documented: February 29, 2016

Package RCA. R topics documented: February 29, 2016 Type Package Title Relational Class Analysis Version 2.0 Date 2016-02-25 Author Amir Goldberg, Sarah K. Stein Package RCA February 29, 2016 Maintainer Amir Goldberg Depends igraph,

More information

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2 Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2 Package gggenes November 7, 2018 Provides a 'ggplot2' geom and helper functions for drawing gene arrow maps. Depends R (>= 3.3.0) Imports grid (>=

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 Mondrian. R topics documented: March 4, Type Package

Package Mondrian. R topics documented: March 4, Type Package Type Package Package Mondrian March 4, 2016 Title A Simple Graphical Representation of the Relative Occurrence and Co-Occurrence of Events The unique function of this package allows representing in a single

More information

Package sankey. R topics documented: October 22, 2017

Package sankey. R topics documented: October 22, 2017 Package sankey October 22, 2017 Title Illustrate the Flow of Information or Material Version 1.0.2 Author Gábor Csárdi, January Weiner Maintainer Gábor Csárdi Description Plots

More information

Package allehap. August 19, 2017

Package allehap. August 19, 2017 Package allehap August 19, 2017 Type Package Title Allele Imputation and Haplotype Reconstruction from Pedigree Databases Version 0.9.9 Date 2017-08-19 Author Nathan Medina-Rodriguez and Angelo Santana

More information

Package canvasxpress

Package canvasxpress Version 1.18.2 Package canvasxpress Title Visualization Package for CanvasXpress in R January 19, 2018 Enables creation of visualizations using the CanvasXpress framework in R. CanvasXpress is a standalone

More information

Package manet. September 19, 2017

Package manet. September 19, 2017 Package manet September 19, 2017 Title Multiple Allocation Model for Actor-Event Networks Version 1.0 Mixture model with overlapping clusters for binary actor-event data. Parameters are estimated in a

More information

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0 Title D3 Scatterplot Matrices Version 0.1.0 Package pairsd3 August 29, 2016 Creates an interactive scatterplot matrix using the D3 JavaScript library. See for more information on D3.

More information

Package Numero. November 24, 2018

Package Numero. November 24, 2018 Package Numero November 24, 2018 Type Package Title Statistical Framework to Define Subgroups in Complex Datasets Version 1.1.1 Date 2018-11-21 Author Song Gao [aut], Stefan Mutter [aut], Aaron E. Casey

More information

Package epitab. July 4, 2018

Package epitab. July 4, 2018 Type Package Package epitab July 4, 2018 Title Flexible Contingency Tables for Epidemiology Version 0.2.2 Author Stuart Lacy Maintainer Stuart Lacy Builds contingency tables that

More information

Package proftools. R topics documented: January 13, 2016

Package proftools. R topics documented: January 13, 2016 Title Profile Output Processing Tools for R Version 0.99-2 Author and Riad Jarjour Package proftools January 13, 2016 Tools for examining Rprof profile output. Maintainer Suggests

More information

Package HPO.db. R topics documented: February 15, Type Package

Package HPO.db. R topics documented: February 15, Type Package Type Package Package HPO.db February 15, 2013 Title A set of annotation maps describing the Human Phenotype Ontology Version 1.0 Date 2012-10-10 Author Yue Deng Maintainer Yue Deng A

More information

Package clustree. July 10, 2018

Package clustree. July 10, 2018 Type Package Package clustree July 10, 2018 Title Visualise Clusterings at Different Resolutions Version 0.2.2 Date 2018-07-10 Maintainer Luke Zappia Deciding what resolution

More information

Package desplot. R topics documented: April 3, 2018

Package desplot. R topics documented: April 3, 2018 Package desplot April 3, 2018 Title Plotting Field Plans for Agricultural Experiments Version 1.4 Date 2018-04-02 Type Package Description A function for plotting maps of agricultural field experiments

More information

Package REGENT. R topics documented: August 19, 2015

Package REGENT. R topics documented: August 19, 2015 Package REGENT August 19, 2015 Title Risk Estimation for Genetic and Environmental Traits Version 1.0.6 Date 2015-08-18 Author Daniel J.M. Crouch, Graham H.M. Goddard & Cathryn M. Lewis Maintainer Daniel

More information

Ontologies. Sets of terms and the relationships between them... typically including is a relations. Terms often used to annotate objects.

Ontologies. Sets of terms and the relationships between them... typically including is a relations. Terms often used to annotate objects. Ontologies Sets of terms and the relationships between them... typically including is a relations. Terms often used to annotate objects. Abnormality Blood And Blood forming Tissues Immune System Physiology

More information

Package assortnet. January 18, 2016

Package assortnet. January 18, 2016 Type Package Package assortnet January 18, 2016 Title Calculate the Assortativity Coefficient of Weighted and Binary Networks Version 0.12 Date 2016-01-18 Author Damien Farine Maintainer

More information

Package cooccurnet. January 27, 2017

Package cooccurnet. January 27, 2017 Type Package Title Co-Occurrence Network Version 0.1.6 Depends R (>= 3.2.0) Package cooccurnet January 27, 2017 Imports seqinr, igraph, bigmemory, Matrix, foreach, parallel, pryr, knitr, doparallel Author

More information

Package datasets.load

Package datasets.load Title Interface for Loading Datasets Version 0.1.0 Package datasets.load December 14, 2016 Visual interface for loading datasets in RStudio from insted (unloaded) s. Depends R (>= 3.0.0) Imports shiny,

More information

Package ECctmc. May 1, 2018

Package ECctmc. May 1, 2018 Type Package Package ECctmc May 1, 2018 Title Simulation from Endpoint-Conditioned Continuous Time Markov Chains Version 0.2.5 Date 2018-04-30 URL https://github.com/fintzij/ecctmc BugReports https://github.com/fintzij/ecctmc/issues

More information

Package d3heatmap. February 1, 2018

Package d3heatmap. February 1, 2018 Type Package Package d3heatmap February 1, 2018 Title Interactive Heat Maps Using 'htmlwidgets' and 'D3.js' Version 0.6.1.2 Date 2016-02-23 Maintainer ORPHANED Description Create interactive heat maps

More information

Package ggseas. June 12, 2018

Package ggseas. June 12, 2018 Package ggseas June 12, 2018 Title 'stats' for Seasonal Adjustment on the Fly with 'ggplot2' Version 0.5.4 Maintainer Peter Ellis Provides 'ggplot2' 'stats' that estimate

More information

Package PRISMA. May 27, 2018

Package PRISMA. May 27, 2018 Type Package Package PRISMA May 27, 2018 Title Protocol Inspection and State Machine Analysis Version 0.2-7 Date 2018-05-26 Depends R (>= 2.10), Matrix, gplots, methods, ggplot2 Suggests tm (>= 0.6) Author

More information

Package hextri. April 22, 2016

Package hextri. April 22, 2016 Type Package Title Hexbin Plots with Triangles Version 0.6 Package hextri April 22, 2016 Author Thomas Lumley (Jie Fu Yu made a prototype) Maintainer Thomas Lumley Description

More information

Package ClustGeo. R topics documented: July 14, Type Package

Package ClustGeo. R topics documented: July 14, Type Package Type Package Package ClustGeo July 14, 2017 Title Hierarchical Clustering with Spatial Constraints Version 2.0 Author Marie Chavent [aut, cre], Vanessa Kuentz [aut], Amaury Labenne [aut], Jerome Saracco

More information

Package barcoder. October 26, 2018

Package barcoder. October 26, 2018 Package barcoder October 26, 2018 Title Labelling, Tracking, and Collecting Data from Biological Samples Version 0.1.0 Maintainer Robert Colautti Tools to generate unique identifiers

More information

Package spark. July 21, 2017

Package spark. July 21, 2017 Title 'Sparklines' in the 'R' Terminal Version 2.0.0 Author Gábor Csárdi Package spark July 21, 2017 Maintainer Gábor Csárdi A 'sparkline' is a line chart, without axes and labels.

More information

Package superheat. February 4, 2017

Package superheat. February 4, 2017 Type Package Package superheat February 4, 2017 Title A Graphical Tool for Exploring Complex Datasets Using Heatmaps Version 0.1.0 Description A system for generating extendable and customizable heatmaps

More information

Package bisect. April 16, 2018

Package bisect. April 16, 2018 Package bisect April 16, 2018 Title Estimating Cell Type Composition from Methylation Sequencing Data Version 0.9.0 Maintainer Eyal Fisher Author Eyal Fisher [aut, cre] An implementation

More information

Package fastdummies. January 8, 2018

Package fastdummies. January 8, 2018 Type Package Package fastdummies January 8, 2018 Title Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables Version 1.0.0 Description Creates dummy columns from columns that have

More information

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0 Title Use Image in 'ggplot2' Version 0.1.0 Package ggimage December 5, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package RNewsflow. R topics documented: March 29, Type Package

Package RNewsflow. R topics documented: March 29, Type Package Type Package Package RNewsflow March 29, 2016 Title Tools for Analyzing Content Homogeneity and News Diffusion using Computational Text Analysis Version 1.0.1 Date 2016-03-29 Author Kasper Welbers & Wouter

More information

Package fastrtext. December 10, 2017

Package fastrtext. December 10, 2017 Type Package Package fastrtext December 10, 2017 Title 'fasttext' Wrapper for Text Classification and Word Representation Version 0.2.4 Date 2017-12-09 Maintainer Michaël Benesty Learning

More information

Package sigqc. June 13, 2018

Package sigqc. June 13, 2018 Title Quality Control Metrics for Gene Signatures Version 0.1.20 Package sigqc June 13, 2018 Description Provides gene signature quality control metrics in publication ready plots. Namely, enables the

More information

Package NetWeaver. January 11, 2017

Package NetWeaver. January 11, 2017 Type Package Package NetWeaver January 11, 2017 Title Graphic Presentation of Complex Genomic and Network Data Analysis Version 0.0.2 Date 2016-12-20 Author Minghui Wang, Bin Zhang Maintainer Implements

More information

Package TANDEM. R topics documented: June 15, Type Package

Package TANDEM. R topics documented: June 15, Type Package Type Package Package TANDEM June 15, 2017 Title A Two-Stage Approach to Maximize Interpretability of Drug Response Models Based on Multiple Molecular Data Types Version 1.0.2 Date 2017-04-07 Author Nanne

More information

Package climber. R topics documented:

Package climber. R topics documented: Package climber November 19, 2016 Title Calculate Average Minimal Depth of a Maximal Subtree for 'ranger' Package Forests Version 0.0.1 Calculates first, and second order, average minimal depth of a maximal

More information

Package rwty. June 22, 2016

Package rwty. June 22, 2016 Type Package Package rwty June 22, 2016 Title R We There Yet? Visualizing MCMC Convergence in Phylogenetics Version 1.0.1 Author Dan Warren , Anthony Geneva ,

More information

Package EnQuireR. R topics documented: February 19, Type Package Title A package dedicated to questionnaires Version 0.

Package EnQuireR. R topics documented: February 19, Type Package Title A package dedicated to questionnaires Version 0. Type Package Title A package dedicated to questionnaires Version 0.10 Date 2009-06-10 Package EnQuireR February 19, 2015 Author Fournier Gwenaelle, Cadoret Marine, Fournier Olivier, Le Poder Francois,

More information

Package weco. May 4, 2018

Package weco. May 4, 2018 Package weco May 4, 2018 Title Western Electric Company Rules (WECO) for Shewhart Control Chart Version 1.2 Author Chenguang Wang [aut, cre], Lingmin Zeng [aut], Zheyu Wang [aut], Wei Zhao1 [aut], Harry

More information

Package prettygraphs

Package prettygraphs Type Package Title Publication-Quality Graphics Version 2.1.6 Date 2018-12-17 Author Package prettygraphs December 18, 2018 Maintainer Simple and crisp publication-quality

More information

Package gridgraphviz

Package gridgraphviz Version 0.3 Depends R (>= 2.15.0), grid, graph, Rgraphviz Suggests gridsvg SystemRequirements graphviz Title Drawing Graphs with 'grid' Package gridgraphviz June 16, 2015 Description Functions for drawing

More information

Package SOFIA. January 22, 2017

Package SOFIA. January 22, 2017 Package SOFIA January 22, 2017 Title Making Sophisticated and Aesthetical Figures in R Version 1.0 Author Luis Diaz-Garcia Maintainer Luis Diaz-Garcia Depends R (>= 2.14) Imports

More information

Package alphashape3d

Package alphashape3d Version 1.3 Date 2017-12-14 Package alphashape3d December 21, 2017 Title Implementation of the 3D Alpha-Shape for the Reconstruction of 3D Sets from a Point Cloud Author Thomas Lafarge, Beatriz Pateiro-Lopez

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 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 riskyr. February 19, 2018

Package riskyr. February 19, 2018 Type Package Title Rendering Risk Literacy more Transparent Version 0.1.0 Date 2018-02-16 Author Hansjoerg Neth [aut, cre], Felix Gaisbauer [aut], Nico Gradwohl [aut], Wolfgang Gaissmaier [aut] Maintainer

More information

Package phrasemachine

Package phrasemachine Type Package Title Simple Phrase Extraction Version 1.1.2 Date 2017-05-29 Package phrasemachine May 29, 2017 Author Matthew J. Denny, Abram Handler, Brendan O'Connor Maintainer Matthew J. Denny

More information

Package ggloop. October 20, 2016

Package ggloop. October 20, 2016 Package ggloop Type Package Title Create 'ggplot2' Plots in a Loop Version 0.1.0 October 20, 2016 URL https://github.com/seasmith/ggloop BugReports https://github.com/seasmith/ggloop/issues Pass a data

More information

Package densityclust

Package densityclust Type Package Package densityclust October 24, 2017 Title Clustering by Fast Search and Find of Density Peaks Version 0.3 Date 2017-10-24 Maintainer Thomas Lin Pedersen An improved

More information

Package fusionclust. September 19, 2017

Package fusionclust. September 19, 2017 Package fusionclust September 19, 2017 Title Clustering and Feature Screening using L1 Fusion Penalty Version 1.0.0 Provides the Big Merge Tracker and COSCI algorithms for convex clustering and feature

More information

Package kofnga. November 24, 2015

Package kofnga. November 24, 2015 Type Package Package kofnga November 24, 2015 Title A Genetic Algorithm for Fixed-Size Subset Selection Version 1.2 Date 2015-11-24 Author Mark A. Wolters Maintainer Mark A. Wolters

More information

Package fbroc. August 29, 2016

Package fbroc. August 29, 2016 Type Package Package fbroc August 29, 2016 Title Fast Algorithms to Bootstrap Receiver Operating Characteristics Curves Version 0.4.0 Date 2016-06-21 Implements a very fast C++ algorithm to quickly bootstrap

More information

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7 Title Use Image in 'ggplot2' Version 0.0.7 Package ggimage November 1, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava' Type Package Title 'Java' Data Exchange for 'R' and 'rjava' Package jdx January 9, 2018 Description Simplifies and extends data exchange between 'R' and 'Java'. Version 0.1.0 License GPL (>= 2 BSD_3_clause

More information

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3. Type Package Title GeoJSON to Simple Feature Converter Version 1.3.0 Date 2019-01-11 Package geojsonsf January 11, 2019 Converts Between GeoJSON and simple feature objects. License GPL-3 Encoding UTF-8

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Package anidom. July 25, 2017

Package anidom. July 25, 2017 Type Package Package anidom July 25, 2017 Title Inferring Dominance Hierarchies and Estimating Uncertainty Version 0.1.2 Date 2017-07-25 Author Damien R. Farine and Alfredo Sanchez-Tojar Maintainer Damien

More information

Package rpst. June 6, 2017

Package rpst. June 6, 2017 Type Package Title Recursive Partitioning Survival Trees Version 1.0.0 Date 2017-6-6 Author Maintainer Package rpst June 6, 2017 An implementation of Recursive Partitioning Survival Trees

More information

Package biotic. April 20, 2016

Package biotic. April 20, 2016 Type Package Title Calculation of Freshwater Biotic Indices Version 0.1.2 Date 2016-04-20 Author Dr Rob Briers Package biotic April 20, 2016 Maintainer Dr Rob Briers Calculates

More information

Package Cubist. December 2, 2017

Package Cubist. December 2, 2017 Type Package Package Cubist December 2, 2017 Title Rule- And Instance-Based Regression Modeling Version 0.2.1 Date 2017-12-01 Maintainer Max Kuhn Description Regression modeling using

More information

Package phantasus. March 8, 2019

Package phantasus. March 8, 2019 Package phantasus March 8, 2019 Title Visual and interactive gene exprsion analysis Version 1.2.1 Phantasus is a web-application for visual and interactive gene exprsion analysis. Phantasus is based on

More information

Quick Guide for pairheatmap Package

Quick Guide for pairheatmap Package Quick Guide for pairheatmap Package Xiaoyong Sun February 7, 01 Contents McDermott Center for Human Growth & Development The University of Texas Southwestern Medical Center Dallas, TX 75390, USA 1 Introduction

More information

Package MonteCarlo. April 23, 2017

Package MonteCarlo. April 23, 2017 Type Package Package MonteCarlo April 23, 2017 Title Automatic Parallelized Monte Carlo Simulations Version 1.0.2 Date 2017-04-23 Author Christian Hendrik Leschinski Maintainer Christian Hendrik Leschinski

More information

Package textrank. December 18, 2017

Package textrank. December 18, 2017 Package textrank December 18, 2017 Type Package Title Summarize Text by Ranking Sentences and Finding Keywords Version 0.2.0 Maintainer Jan Wijffels Author Jan Wijffels [aut, cre,

More information

Package vip. June 15, 2018

Package vip. June 15, 2018 Type Package Title Variable Importance Plots Version 0.1.0 Package vip June 15, 2018 A general framework for constructing variable importance plots from various types machine learning models in R. Aside

More information

Lesson 18-1 Lesson Lesson 18-1 Lesson Lesson 18-2 Lesson 18-2

Lesson 18-1 Lesson Lesson 18-1 Lesson Lesson 18-2 Lesson 18-2 Topic 18 Set A Words survey data Topic 18 Set A Words Lesson 18-1 Lesson 18-1 sample line plot Lesson 18-1 Lesson 18-1 frequency table bar graph Lesson 18-2 Lesson 18-2 Instead of making 2-sided copies

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Package naivebayes. R topics documented: January 3, Type Package. Title High Performance Implementation of the Naive Bayes Algorithm

Package naivebayes. R topics documented: January 3, Type Package. Title High Performance Implementation of the Naive Bayes Algorithm Package naivebayes January 3, 2018 Type Package Title High Performance Implementation of the Naive Bayes Algorithm Version 0.9.2 Author Michal Majka Maintainer Michal Majka Description

More information

Package complmrob. October 18, 2015

Package complmrob. October 18, 2015 Type Package Package complmrob October 18, 2015 Title Robust Linear Regression with Compositional Data as Covariates Version 0.6.1 Date 2015-10-17 Author David Kepplinger Maintainer

More information

Package gifti. February 1, 2018

Package gifti. February 1, 2018 Type Package Package gifti February 1, 2018 Title Reads in 'Neuroimaging' 'GIFTI' Files with Geometry Information Version 0.7.5 Author John Muschelli Maintainer John Muschelli Functions

More information

Package PUlasso. April 7, 2018

Package PUlasso. April 7, 2018 Type Package Package PUlasso April 7, 2018 Title High-Dimensional Variable Selection with Presence-Only Data Version 3.1 Date 2018-4-4 Efficient algorithm for solving PU (Positive and Unlabelled) problem

More information

Package GFD. January 4, 2018

Package GFD. January 4, 2018 Type Package Title Tests for General Factorial Designs Version 0.2.5 Date 2018-01-04 Package GFD January 4, 2018 Author Sarah Friedrich, Frank Konietschke, Markus Pauly Maintainer Sarah Friedrich

More information

Package validara. October 19, 2017

Package validara. October 19, 2017 Type Package Title Validate Brazilian Administrative Registers Version 0.1.1 Package validara October 19, 2017 Maintainer Gustavo Coelho Contains functions to validate administrative

More information

Package profvis. R topics documented:

Package profvis. R topics documented: Package profvis January 14, 2017 Title Interactive Visualizations for Profiling R Code Version 0.3.3 Interactive visualizations for profiling R code. Depends R (>= 3.0) Imports htmlwidgets (>= 0.3.2),

More information

Package VSE. March 21, 2016

Package VSE. March 21, 2016 Type Package Title Variant Set Enrichment Version 0.99 Date 2016-03-03 Package VSE March 21, 2016 Author Musaddeque Ahmed Maintainer Hansen He Calculates

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 manet. August 23, 2018

Package manet. August 23, 2018 Package manet August 23, 2018 Title Multiple Allocation Model for Actor-Event Networks Version 2.0 Mixture model with overlapping clusters for binary actor-event data. Parameters are estimated in a Bayesian

More information

Package areaplot. October 18, 2017

Package areaplot. October 18, 2017 Version 1.2-0 Date 2017-10-18 Package areaplot October 18, 2017 Title Plot Stacked Areas and Confidence Bands as Filled Polygons Imports graphics, grdevices, stats Suggests MASS Description Plot stacked

More information

Package RNAseqNet. May 16, 2017

Package RNAseqNet. May 16, 2017 Type Package Package RNAseqNet May 16, 2017 Title Log-Linear Poisson Graphical Model with Hot-Deck Multiple Imputation Version 0.1.1 Date 2017-05-16 Maintainer Nathalie Villa-Vialaneix

More information

Package ConvergenceClubs

Package ConvergenceClubs Title Finding Convergence Clubs Package ConvergenceClubs June 25, 2018 Functions for clustering regions that form convergence clubs, according to the definition of Phillips and Sul (2009) .

More information

Package queuecomputer

Package queuecomputer Package queuecomputer Title Computationally Efficient Queue Simulation Version 0.8.2 November 17, 2017 Implementation of a computationally efficient method for simulating queues with arbitrary arrival

More information

Package EpiReport. November 14, 2018

Package EpiReport. November 14, 2018 Type Package Title Epidemiological Report Version 0.1.0 Date 2018-10-31 Package EpiReport November 14, 2018 Drafting an epidemiological report in 'Microsoft Word' format for a given disease, similar to

More information

Package qualmap. R topics documented: September 12, Type Package

Package qualmap. R topics documented: September 12, Type Package Type Package Package qualmap September 12, 2018 Title Opinionated Approach for Digitizing Semi-Structured Qualitative GIS Data Version 0.1.1 Provides a set of functions for taking qualitative GIS data,

More information

Package qboxplot. November 12, qboxplot... 1 qboxplot.stats Index 5. Quantile-Based Boxplots

Package qboxplot. November 12, qboxplot... 1 qboxplot.stats Index 5. Quantile-Based Boxplots Package qboxplot November 12, 2017 Title Quantile-Based Boxplot Version 0.2 Date 2017-11-12 Author Tom Pike Maintainer Tom Pike Description Produce quantile-based box-and-whisker

More information

Package omu. August 2, 2018

Package omu. August 2, 2018 Package omu August 2, 2018 Title A Metabolomics Analysis Tool for Intuitive Figures and Convenient Metadata Collection Version 1.0.2 Facilitates the creation of intuitive figures to describe metabolomics

More information

Package optimus. March 24, 2017

Package optimus. March 24, 2017 Type Package Package optimus March 24, 2017 Title Model Based Diagnostics for Multivariate Cluster Analysis Version 0.1.0 Date 2017-03-24 Maintainer Mitchell Lyons Description

More information

This is the vector graphics "drawing" technology with its technical and creative beauty. SVG Inkscape vectors

This is the vector graphics drawing technology with its technical and creative beauty. SVG Inkscape vectors 1 SVG This is the vector graphics "drawing" technology with its technical and creative beauty SVG Inkscape vectors SVG 2 SVG = Scalable Vector Graphics is an integrated standard for drawing Along with

More information

Package glmnetutils. August 1, 2017

Package glmnetutils. August 1, 2017 Type Package Version 1.1 Title Utilities for 'Glmnet' Package glmnetutils August 1, 2017 Description Provides a formula interface for the 'glmnet' package for elasticnet regression, a method for cross-validating

More information

Package AdhereR. June 15, 2018

Package AdhereR. June 15, 2018 Type Package Title Adherence to Medications Version 0.2.0 Author Dan Dediu [aut, cre], Alexandra Dima [aut] Maintainer Dan Dediu Package AdhereR June 15, 2018 Description Computation

More information

Package crossrun. October 8, 2018

Package crossrun. October 8, 2018 Version 0.1.0 Package crossrun October 8, 2018 Title Joint Distribution of Number of Crossings and Longest Run Joint distribution of number of crossings and the longest run in a series of independent Bernoulli

More information

Package svalues. July 15, 2018

Package svalues. July 15, 2018 Type Package Package svalues July 15, 2018 Title Measures of the Sturdiness of Regression Coefficients Version 0.1.6 Author Carlos Cinelli Maintainer Carlos Cinelli Implements

More information

Package nfca. February 20, 2015

Package nfca. February 20, 2015 Type Package Package nfca February 20, 2015 Title Numerical Formal Concept Analysis for Systematic Clustering Version 0.3 Date 2015-02-10 Author Junheng Ma, Jiayang Sun, and Guo-Qiang Zhang Maintainer

More information

Package clustering.sc.dp

Package clustering.sc.dp Type Package Package clustering.sc.dp May 4, 2015 Title Optimal Distance-Based Clustering for Multidimensional Data with Sequential Constraint Version 1.0 Date 2015-04-28 Author Tibor Szkaliczki [aut,

More information

Package WordR. September 7, 2017

Package WordR. September 7, 2017 Type Package Package WordR September 7, 2017 Title Rendering Word Documents with R Inline Code Version 0.2.2 Author Tomas Hovorka Maintainer Tomas Hovorka Serves for rendering

More information

Package IncucyteDRC. August 29, 2016

Package IncucyteDRC. August 29, 2016 Type Package Package IncucyteDRC August 29, 2016 Title Dose Response Curves from Incucyte Proliferation Assays Version 0.5.4 Date 2016-04-23 Author Phil Chapman Maintainer

More information