About Anaconda Help Download Anaconda

maximinio / packages

Package Name Access Summary Updated
r-psd public Produces power spectral density estimates through iterative refinement of the optimal number of sine-tapers at each frequency. This optimization procedure is based on the method of Riedel and Sidorenko (1995), which minimizes the Mean Square Error (sum of variance and bias) at each frequency, but modified for computational stability. The same procedure can now be used to calculate the cross spectrum. 2023-06-16
macs3 public Model Based Analysis for ChIP-Seq data 2023-06-16
r-dplyr public A fast, consistent tool for working with data frame like objects, both in memory and out of memory. 2023-06-16
r-readr public The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes. 2023-06-16
r-tibble public Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame. 2023-06-16
r-ggplot2 public A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details. 2023-06-16
r-colorspace public Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with corresponding ggplot2 color scales. Color palette choice is aided by an interactive app (with either a Tcl/Tk or a shiny graphical user interface) and shiny apps with an HCL color picker and a color vision deficiency emulator. Plotting functions for displaying and assessing palettes include color swatches, visualizations of the HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation functions include: desaturation, lightening/darkening, mixing, and simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly). Details can be found on the project web page at <https://colorspace.R-Forge.R-project.org/> and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical Software, <doi:10.18637/jss.v096.i01>). 2023-06-16
r-memes public A seamless interface to the MEME Suite family of tools for motif analysis. 'memes' provides data aware utilities for using GRanges objects as entrypoints to motif analysis, data structures for examining & editing motif lists, and novel data visualizations. 'memes' functions and data structures are amenable to both base R and tidyverse workflows. 2023-06-16
bioconductor-universalmotif public Allows for importing most common motif types into R for use by functions provided by other Bioconductor motif-related packages. Motifs can be exported into most major motif formats from various classes as defined by other Bioconductor packages. A suite of motif and sequence manipulation and analysis functions are included, including enrichment, comparison, P-value calculation, shuffling, trimming, higher-order motifs, and others. 2023-06-16
bioconductor-do.db public A set of annotation maps describing the entire Disease Ontology 2023-06-16
bioconductor-ensdb.hsapiens.v86 public Ensembl based annotation package 2023-06-16
r-dichromat public Collapse red-green or green-blue distinctions to simulate the effects of different types of color-blindness. 2023-06-16
r-lazyeval public An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code. 2023-06-16
r-lattice public A powerful and elegant high-level data visualization system inspired by Trellis graphics, with an emphasis on multivariate data. Lattice is sufficient for typical graphics needs, and is also flexible enough to handle most nonstandard requirements. See ?Lattice for an introduction. 2023-06-16
r-matrix public A rich hierarchy of matrix classes, including triangular, symmetric, and diagonal matrices, both dense and sparse and with pattern, logical and numeric entries. Numerous methods for and operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries. 2023-06-16
r-dbplyr public A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package author. 2023-06-16
r-assertthat public An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong. 2023-06-16
bioconductor-genomeinfodb public Contains data and functions that define and allow translation between different chromosome sequence naming conventions (e.g., "chr1" versus "1"), including a function that attempts to place sequence names in their natural, rather than lexicographic, order. 2023-06-16
r-httr public Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on). 2023-06-16
r-stringr public A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another. 2023-06-16
r-hms public Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class. 2023-06-16
r-xml public Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an 'XPath' "interpreter". 2023-06-16
r-crayon public Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project. 2023-06-16
bioconductor-biocgenerics public The package defines many S4 generic functions used in Bioconductor. 2023-06-16
r-memoise public Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value. 2023-06-16
bioconductor-annotationdbi public Implements a user-friendly interface for querying SQLite-based annotation data packages. 2023-06-16
r-bitops public Functions for bitwise operations on integer vectors. 2023-06-16
r-rcurl public A wrapper for 'libcurl' <https://curl.se/libcurl/> Provides functions to allow one to compose general HTTP requests and provides convenient functions to fetch URIs, get & post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc. 2023-06-16
r-cytoexplorer public An intuitive and interactive approach to analysing cytometry data in R. This package has been developed under ROpenSci gudelines to integrate conventional and cutting edge cytometry analysis tools under a unified open-source framework. 2023-06-16
r-gtools public Functions to assist in R programming, including: - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', 'getDependencies', 'keywords', 'scat'), - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), - test if a value is missing, empty or contains only NA and NULL values ('invalid'), - manipulate R's .Last function ('addLast'), - define macros ('defmacro'), - detect odd and even integers ('odd', 'even'), - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), - perform a binary search ('binsearch'), - sort strings containing both numeric and character components ('mixedsort'), - create a factor variable from the quantiles of a continuous variable ('quantcut'), - enumerate permutations and combinations ('combinations', 'permutation'), - calculate and convert between fold-change and log-ratio ('foldchange', 'logratio2foldchange', 'foldchange2logratio'), - calculate probabilities and generate random numbers from Dirichlet distributions ('rdirichlet', 'ddirichlet'), - apply a function over adjacent subsets of a vector ('running'), - modify the TCP\_NODELAY ('de-Nagle') flag for socket objects, - efficient 'rbind' of data frames, even if the column names don't match ('smartbind'), - generate significance stars from p-values ('stars.pval'), - convert characters to/from ASCII codes ('asc', 'chr'), - convert character vector to ASCII representation ('ASCIIfy'), - apply title capitalization rules to a character vector ('capwords'). 2023-06-16
bioconductor-opencyto public This package is designed to facilitate the automated gating methods in sequential way to mimic the manual gating strategy. 2023-06-16
r-embedsom public Provides a smooth mapping of multidimensional points into low-dimensional space defined by a self-organizing map. Designed to work with 'FlowSOM' and flow-cytometry use-cases. See Kratochvil et al. (2019) <doi:10.1101/496869>. 2023-06-16
bioconductor-ncdfflow public Provides HDF5 storage based methods and functions for manipulation of flow cytometry data. 2023-06-16
bioconductor-flowworkspace public This package is designed to facilitate comparison of automated gating methods against manual gating done in flowJo. This package allows you to import basic flowJo workspaces into BioConductor and replicate the gating from flowJo using the flowCore functionality. Gating hierarchies, groups of samples, compensation, and transformation are performed so that the output matches the flowJo analysis. 2023-06-16
bioconductor-flowcore public Provides S4 data structures and basic functions to deal with flow cytometry data. 2023-06-16
r-bh public Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN packages. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided. As of release 1.75.0-0, the following Boost libraries are included: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'beast' 'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' 'detail' 'dynamic_bitset' 'exception' 'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mp11' 'mpl' 'multiprecision' 'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'. 2023-06-16
r-mass public Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002). 2023-06-16
r-superheat public A system for generating extendable and customizable heatmaps for exploring complex datasets, including big data and data with multiple data types. 2023-06-16
r-magrittr public Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe." 2023-06-16
r-rodeo public This version of the package has only one function intended for external usage: Rodeo. It estimates how strongly each present cell type expresses different genes based on bulk expression data and cell type proportions of samples in the bulk data. 2023-06-16
r-flowassist public What the package does (one paragraph). 2023-06-16
r-dir.expiry public Implements an expiration system for access to versioned directories. Directories that have not been accessed by a registered function within a certain time frame are deleted. This aims to reduce disk usage by eliminating obsolete caches generated by old versions of packages. 2023-06-16
r-pavian public R package and Shiny app to visualize and analyze metagenomics classification results from Kraken, Centrifuge and MetaPhlAn. 2023-06-16
r-shinyfiletree public This creates a widget with a shiny file tree. 2023-06-16
r-sankeyd3 public Creates 'D3' 'JavaScript' Sankey graphs from 'R'. 2023-06-16
r-scenic public SCENIC workflow 2023-06-16
r-scopeloomr public R package to build generic .loom files aligning with the default naming convention of the .loom format and to integrate other data types e.g.: regulons (SCENIC), clusters from Seurat, ... The package can also be used to extract data from .loom files. 2023-06-16
r-personograph public Visualizes treatment effects using person icons, similar to Cates (NNT) charts. 2023-06-16
r-goplot public Implementation of multilayered visualizations for enhanced graphical representation of functional analysis data. It combines and integrates omics data derived from expression and functional annotation enrichment analyses. Its plotting functions have been developed with an hierarchical structure in mind: starting from a general overview to identify the most enriched categories (modified bar plot, bubble plot) to a more detailed one displaying different types of relevant information for the molecules in a given set of categories (circle plot, chord plot, cluster plot, Venn diagram, heatmap). 2023-06-16
r-ggplotgui public Easily explore data by creating ggplots through a (shiny-)GUI. R-code to recreate graph provided. 2023-06-16

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy