Results for "R"

Tags

  • Making 2D Hilbert Curve

    Hilbert curve is a type of space-filling curves that folds one dimensional axis into a two dimensional space, but still keeps the locality. It has advantages to visualize data with long axis in following two aspects: greatly improve resolution of the visualization fron n to √nn...

    Tags: Make, 2D, Hilbert, Curve, R

    2051 days ago

  • MetaPlotR: a Perl/R pipeline for plotting metagenes of nucleotide modifications and other transcriptomic sites

    An increasing number of studies are mapping protein binding and nucleotide modifications sites throughout the transcriptome. Often, these sites cluster in certain regions of the transcript, giving clues to their function. Hence, it is informative to summarize where in the transcript these sites o...

    Tags: MetaPlotR, Perl, R, pipeline, plotting, metagenes, nucleotide, modifications, transcriptomic, sites

    2002 days ago

  • visNetwork: an R package for network visualization, using vis.js javascript library

    visNetwork is an R package for network visualization, using vis.js javascript library (http://visjs.org/). All remarks and bugs are welcome on github : https://github.com/datastorm-open/visNetwork. Features Based on htmlwidgets, so : compatible with shiny,...

    Tags: visNetwork, R, package, network, visualization, vis.js, javascript, library

    1937 days ago

  • DECIPHER; a software toolset for deciphering and managing biological sequences efficiently using the R

    DECIPHER is a software toolset that can be used for deciphering and managing biological sequences efficiently using the R programming language. The R package is distributed as platform independent source code under the GPL version 3 license. Some functionality of the prog...

    Tags: DECIPHER, software, toolset, decipher, biological, sequences, efficiently, R

    1967 days ago

  • regioneR: an R package for the management and comparison of genomic regions

    Regioner is an R package for the management and comparison of genomic regions. It offers a set of function for basic manipulation of region sets extending the functionality of GenomicRanges and a powerful and customizable permutation test framework. With it, it's possible to study the association...

    Tags: regioneR, R, package, management, comparison, genomic, regions

    1966 days ago

  • genoPlotR - plot gene and genome maps project!

    genoPlotR is a R package to produce reproducible, publication-grade graphics of gene and genome maps. It allows the user to read from usual format such as protein table files and blast results, as well as home-made tabular files. Features Linear representation of several segments of DNA Comp...

    Tags: genoPlotR, plot, gene, genome, maps, project, R

    1965 days ago

  • GeneOverlap: An R package to test and visualize gene overlaps

    Overlapping gene lists can reveal biological meanings and may lead to novel hypotheses. For example, histone modification is an important cellular mechanism that can pack and re-pack chromatin. By making the chromatin structure more dense or loose, the gene expression can be turned on or off. Tri...

    Tags: GeneOverlap, R, package, visualize, gene, overlaps

    1949 days ago

  • UpSetR: An R Package for the Visualization of Intersecting Sets and their Properties

    UpSetR generates static UpSet plots. The UpSet technique visualizes set intersections in a matrix layout and introduces aggregates based on groupings and queries. The matrix layout enables the effective representation of associated data, such as the number of elements in the aggregates ...

    Tags: UpSetR, R, Package, Visualization, Intersect, Properties

    1917 days ago

  • plumber:An R package that converts your existing R code to a web API

    plumber allows you to create a REST API by merely decorating your existing R source code with special comments. Take a look at an example. # plumber.R #* Echo back the input #* @param msg The message to echo #* @get /echo function(msg=""){ list(msg = paste0("The message is: '", msg, "'"...

    Tags: plumber, R, package, converts, existing, code, web, API

    1873 days ago

  • chromoMap-An R package for Interactive Visualization and Annotation of Chromosomes

    Provides interactive, configurable and elegant graphics visualization of the chromosomes or chromosome regions of any living organism allowing users to map chromosome elements (like genes, SNPs etc.) on the chromosome plot. It introduces a special plot viz. the "chromosome heatmap" that, in addit...

    Tags: chromoMap, R, package, Interactive, Visualization, Annotation, Chromosomes

    1844 days ago