Package drawproteins

Size: px
Start display at page:

Download "Package drawproteins"

Transcription

1 Package drawproteins June 5, 2018 Title Package to Draw Protein Schematics from Unirot API outut Version This ackage draws rotein schematics from Unirot API outut. From the JSON returned by the GET command, it creates a frame from the Unirot Features API. This frame can then be used by geoms based on gglot2 and base R to draw rotein schematics. Deends R (>= 3.4) License MIT + file LICENSE Encoding UTF-8 LazyData false Imorts gglot2, httr, dlyr Suggests covr, testthat, knitr, rmarkdown, BiocStyle VignetteBuilder knitr RoxygenNote URL htts://github.com/brennanincardiff/drawproteins BugReorts htts://github.com/brennanincardiff/drawproteins/issues/new biocviews Visualization, FunctionalPrediction, Proteomics Author Paul Brennan [aut, cre] Maintainer Paul Brennan <brennanincardiff@gmail.com> R toics documented: drawproteins draw_canvas draw_chains draw_domains draw_motif draw_hosho draw_recet_dom draw_regions draw_reeat extract_feat_acc extract_names extract_transcrits

2 2 draw_canvas feature_to_frame five_rel_ five_rel_list get_features hosho_site_info rotein_json rel_a_features rel_json tnfs_ Index 17 drawproteins drawproteins. drawproteins. draw_canvas Create gglot2 object with rotein chains from feature base draw_canvas uses the frame containing the rotein features to creates the basic lot element by determining the length of the longest rotein. draw_canvas( = ) Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. A gglot2 object either in the lot window or as an object. Examles # draws a blank canvas of the correct size draw_canvas(five_rel_) # combines with draw_chains to lot and label chains. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_)

3 draw_chains 3 draw_chains Create gglot2 object with rotein chains from feature base draw_chains uses the frame containing the rotein features to lot the chains, the full length roteins. It creates the basic lot element by determining the length of the longest rotein. The gglot2 function geom_rect is then used to draw each of the rotein chains roortional to their number of amino acids (length). draw_chains(, =, outline = "black", fill = "grey", label_chains = TRUE, labels = [$tye == "CHAIN", ]$entryname, size = 0.5, label_size = 4) outline fill label_chains labels size label_size gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. Colour of the outline of each chain. Colour of the fill of each chain. Otion to label chains or not. Vector with source of names for the chains. EntryName used as default but can be changed. Size of the outline of the chains. Size of the text used for labels. A gglot2 object either in the lot window or as an object. Examles # combines with draw_canvas to lot and label chains. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_) # draws five chains with different colours to default <- draw_canvas(five_rel_) draw_chains(, five_rel_, label_chains = FALSE, fill = "red", outline = "grey")

4 4 draw_domains # combines with draw_chains to lot chains and domains. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_, label_size = 1.25) <- draw_regions(, five_rel_) draw_domains Add rotein domains to gglot2 object. draw_domains adds domains to the gglot2 object created by draw_chains. It uses the object. The gglot2 function geom_rect is used to draw each of the domain chains roortional to their number of amino acids (length). draw_domains(, =, label_domains = TRUE, label_size = 4, show.legend = TRUE) label_domains label_size show.legend gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. Otion to label domains or not. Size of the text used for labels. Otion to include legend in this layer A gglot2 object either in the lot window or as an object with an additional geom_rect layer. Examles # combines with draw_chains to lot chains and domains. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_, label_size = 1.25) <- draw_domains(, five_rel_)

5 draw_motif 5 draw_motif Add rotein motifs sites to gglot2 object. draw_motif adds rotein motifs from Unirot to gglot2 object created by draw_canvas and draw_chains. It uses the object. The gglot2 function geom_rect is used to draw each of the motifs roortional to their number of amino acids (length). draw_motif(, =, show.legend = TRUE) show.legend gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. Otion to include legend in this layer A gglot2 object either in the lot window or as an object with an additional geom_rect layer. Examles # combines with draw_chains to lot chains and motifs <- draw_canvas(five_rel_) <- draw_chains(, five_rel_, label_size = 1.25) <- draw_motif(, five_rel_) draw_hosho Add rotein hoshorylation sites to gglot2 object. draw_hosho adds hoshorylation sites to gglot2 object created by draw_canvas and draw_chains. It uses the object. The gglot2 function geom_oint is used to draw each of the hoshorylation sites at their location as determined by object. draw_hosho(, =, size = 2, fill = "yellow", show.legend = FALSE)

6 6 draw_recet_dom size fill show.legend gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. Size of the circle Colour of the circle. Otion to include legend in this layer A gglot2 object either in the lot window or as an object with an additional geom_oint layer. Examles # combines will with draw_domains to lot chains and hoshorylation sites. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_, label_size = 1.25) <- draw_hosho(, five_rel_) draw_recet_dom Add recetor domains to gglot2 object. draw_recet_dom adds recetor domains to the gglot2 object created by draw_chains. It uses the object. The gglot2 function geom_rect is used to draw each of the domain chains roortional to their number of amino acids (length). draw_recet_dom(, =, label_domains = FALSE, label_size = 4, show.legend = TRUE) label_domains label_size show.legend gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Uses TOPO_DOM and TRANSMEM tye to lot these arts of recetors Otion to label recetor domains or not. Size of the text used for labels. Otion to include legend in this layer A gglot2 object either in the lot window or as an object with an additional geom_rect layer.

7 draw_regions 7 Examles # combines with draw_chains to lot chains and domains. ("tnfs_") <- draw_canvas(tnfs_) <- draw_chains(, tnfs_, label_size = 1.25) <- draw_recet_dom(, tnfs_) # we like to draw recetors vertically so fli using gglot2 functions + gglot2::scale_x_reverse() + gglot2::coord_fli() draw_regions Add rotein region sites to gglot2 object. draw_regions adds rotein regions from Unirot to gglot2 object created by draw_canvas draw_chains. It uses the object. The gglot2 function geom_rect is used to draw each of the regions roortional to their number of amino acids (length). draw_regions(, =, show.legend = TRUE) show.legend gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. Otion to include legend in this layer A gglot2 object either in the lot window or as an object with an additional geom_rect layer. Examles # combines with draw_chains to lot chains and regions. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_, label_size = 1.25) <- draw_regions(, five_rel_)

8 8 draw_reeat draw_reeat Add rotein reeats sites to gglot2 object. draw_reeat adds rotein reeats from Unirot to gglot2 object created by draw_canvas and draw_chains. It uses the object. The gglot2 function geom_rect is used to draw each of the motifs roortional to their number of amino acids (length). draw_reeat(, =, label_size = 2, outline = "dimgrey", fill = "dimgrey", label_reeats = TRUE, show.legend = TRUE) label_size outline fill label_reeats show.legend gglot2 object ideally created with draw_canvas. Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. Size of text used for labels of rotein reeats. Colour of the outline of each reeat. Colour of the fill of each reeat. Otion to label reeats or not. Otion to include legend in this layer A gglot2 object either in the lot window or as an object with an additional geom_rect layer. Examles # combines with draw_chains to lot chains and reeats. <- draw_canvas(five_rel_) <- draw_chains(, five_rel_, label_size = 1.25) <- draw_reeat(, five_rel_)

9 extract_feat_acc 9 extract_feat_acc Create a frame of rotein features from JSON object (List of 6) Converts the list of 6 JSON object created by getting the features from UniProt. Used in the feature_to_frame(). Does not give order. Does not oerate on List of lists - just the list of 6. extract_feat_acc(features_list) features_list A JSON object - list of 6 with features inside. Created as one of the lists in the list of lists by the get_features() function. A frame with features: "tye", "descrition", "begin", "end" and adds accession, entryname and taxid for each row. Examles ("five_rel_list") one_rotein_features <- extract_feat_acc(five_rel_list[[1]]) head(one_rotein_features) extract_names Extract rotein names into a list Extracts rotein names from JSON object roduced by a search of Unirot with a single rotein asking for all the information. The search roduces a Large list that contains all the Unirot information about a rotein. extract_names(rotein_json) rotein_json A JSON object from a search with 14 rimary arts A List of 6 with "accession", "name", "rotein.recommendedname.fullname", gene.name.rimary, gene.name.synonym and organism.name.scientific

10 10 extract_transcrits Examles # using internal ("rotein_json") rot_names <- extract_names(rotein_json) # generates a list of 6 ## Not run: # access the Unirot Protein API unirot_acc <- c("q04206") # change this for your fav rotein # Get UniProt entry by accession acc_unirot_url <- c("htts:// comb_acc_ai <- aste0(acc_unirot_url, unirot_acc) # basic function is GET() which accesses the API # requires internet access rotein <- httr::get(comb_acc_ai, accet_json()) status_code(rotein) # returns a 200 means it worked # use content() function from httr to give us a list rotein_json <- httr::content(rotein) # gives a Large list # with 14 rimary arts and lots of bits inside # function from my ackage to extract names of rotein names <- extract_names(rotein_json) ## End(Not run) extract_transcrits Create a new frame of rotein features from frame with multile transcrits searated so that each transcrit is drawn seartely with only the aroriate features. This function works on the object returned by the get_features() function. It creates a.frame of features and includes the accession number AND an order number. It uses the extract_feat_acc function extract_transcrits() Dataframe of one or more rows with the following column names: tye, descrition, Must contain a minimum of one "CHAIN" as $tye. A frame with extra rows if there were multile transcrits resent. Extra transcrits will have an order at the end of the object Each new row should have 9 variables including tye, descrition, begin, end, length, accession, entryname, taxid and order for lotting.

11 feature_to_frame 11 Examles (five_rel_) new_ <- extract_transcrits(five_rel_) # because there are two entries with two transcrits max(new_$order) # should now be 7... feature_to_frame Create a frame of rotein features from JSON object This function works on the object returned by the get_features() function. It creates a.frame of features and includes the accession number AND an order number. It uses the extract_feat_acc function below. feature_to_frame(features_in_lists_of_six) features_in_lists_of_six A list of lists returned by get_features() The number of lists corresonds to the number of accession numbers queried using get_features. The list of 6 contains rotein names and features. A frame with 9 variables including tye, descrition, begin, end, length, accession, entryname, taxid and order for lotting. Examles ("rel_json") rel_ <- feature_to_frame(rel_json) head(rel_) ("five_rel_list") rot_ <- feature_to_frame(five_rel_list) head(rot_)

12 12 five_rel_list five_rel_ Dataframe features of 5 human NFkaaB roteins Unirot on 1 Nov 2017 Dataframe features of 5 human NFkaaB roteins Unirot on 1 Nov 2017 five_rel_ Format A frame with 320 rows and 9 variables: tye tye of features - e.g. chain descrition long name for the rotein begin starting osition (amino acid number) of feature end ending osition (amino acid number) of feature length length of feature - number of amino acids accession rotein Unirot accession number entryname rotein Unirot entry Name taxid taxonomic identification - secies order lotting order from the bottom of the grah A frame with 320 rows and 9 variables Source Unirot htt:// Accession numbers Q04206 Q01201 Q04864 P19838 Q00653 five_rel_list Features of five human Rel A roteins List of features from five human NFkaaB roteins downloaded from Unirot on 15 August 2017 five_rel_list Format Large List of 5 elements - one element for each rotein

13 get_features 13 Large List of 5 elements - one element for each rotein Source Unirot htt:// Accession numbers Q04206 Q01201 Q04864 P19838 Q00653 get_features GET features of rotein(s) from UniProt API This function creates the URL required to query the UniProt API and returns the features of the rotein or roteins in JSON format. It uses the GET() function from the httr ackage. get_features(roteins_acc) roteins_acc A vector of length 1 with one or more UniProt accession numbers searated by saces. If there is internet access and the UniProt accession numbers are good, the function will return a list of lists. The list will be of length equivalent to the number of Unirot accession numbers sulied. The lists inside will be of length 6 and will contain information about the roteins and the features. Examles # Requires internet access rot_ <- get_features("q04206 Q01201 Q04864 P19838 Q00653") hosho_site_info Create a frame of rotein features from JSON object Reduces.frame of features to just hoshorylation sites. Uses a subsetting ste and a gre with the attern "Phosho". hosho_site_info(features)

14 14 rotein_json features A frame of rotein features, for examle created by the feature_to_frame() function. A frame that only contains rotein hoshorylation sites from Unirot Examles sites <- hosho_site_info(five_rel_) head(sites) rotein_json Unirot infor human Rel A rotein in JSON format Large list (968.8 Kb) of information about human Rel A downloaded from Unirot on 1 November 2017 rotein_json Format List of 1 with List of 14 inside List of 6 - information necessary to draw Rel A/65 Source htt://

15 rel_a_features 15 rel_a_features Features of human Rel A rotein List of features from human Rel A downloaded from Unirot on 15 August 2017 rel_a_features Format List of 6 - information necessary to draw Rel A/65 List of 6 - information necessary to draw Rel A/65 Source htt:// rel_json Human Rel A rotein features in JSON format List of 1 with List of 6 inside downloaded from Unirot on 1 November 2017 rel_json Format List of 1 with List of 6 - information necessary to draw Rel A/65 List of 1 with List of 6 - information necessary to draw Rel A/65 Source htt://

16 16 tnfs_ tnfs_ Dataframe features of 2 human TNF recetors from Unirot on 3 Jan 2018 Dataframe features of 2 human TNF recetors from Unirot on 3 Jan 2018 tnfs_ Format A frame with 127 rows of 9 variables: tye tye of features - e.g. chain descrition long name for the rotein begin starting osition (amino acid number) of feature end ending osition (amino acid number) of feature length length of feature - number of amino acids accession rotein Unirot accession number entryname rotein Unirot entry Name taxid taxonomic identification - secies order lotting order from the bottom of the grah A frame with 127 rows and 9 variables Source Unirot htt:// Accession numbers P19438 P25942

17 Index Toic sets five_rel_, 12 five_rel_list, 12 rotein_json, 14 rel_a_features, 15 rel_json, 15 tnfs_, 16 draw_canvas, 2, 3 8 draw_chains, 3, 4 8 draw_domains, 4 draw_motif, 5 draw_hosho, 5 draw_recet_dom, 6 draw_regions, 7 draw_reeat, 8 drawproteins, 2 drawproteins-ackage (drawproteins), 2 extract_feat_acc, 9 extract_names, 9 extract_transcrits, 10 feature_to_frame, 11 five_rel_, 12 five_rel_list, 12 geom_oint, 5 get_features, 13 hosho_site_info, 13 rotein_json, 14 rel_a_features, 15 rel_json, 15 tnfs_, 16 17

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features Type Package Version 0.0.2 Title Encode Categorical Features Package cattonum May 2, 2018 Functions for dummy encoding, frequency encoding, label encoding, leave-one-out encoding, mean encoding, median

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 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 dkanr. July 12, 2018

Package dkanr. July 12, 2018 Title Client for the 'DKAN' API Version 0.1.2 Package dkanr July 12, 2018 Provides functions to facilitate access to the 'DKAN' API (), including

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

Package SNPediaR. April 9, 2019

Package SNPediaR. April 9, 2019 Title Query data from SNPedia Version 1.8.0 Date 2015-09-26 Package SNPediaR April 9, 2019 Description SNPediaR provides some tools for downloading and parsing data from the SNPedia web site .

More information

Package SEMrushR. November 3, 2018

Package SEMrushR. November 3, 2018 Type Package Title R Interface to Access the 'SEMrush' API Version 0.1.0 Package SEMrushR November 3, 2018 Implements methods for querying SEO (Search Engine Optimization) and SEM (Search Engine Marketing)

More information

Package calpassapi. August 25, 2018

Package calpassapi. August 25, 2018 Title R Interface to Access CalPASS API Version 0.0.1 Package calpassapi August 25, 2018 Description Implements methods for querying data from CalPASS using its API. CalPASS Plus. MMAP API V1. .

More information

Package condusco. November 8, 2017

Package condusco. November 8, 2017 Type Package Package condusco November 8, 2017 Title Query-Driven Pipeline Execution and Query Templates Version 0.1.0 Author Roland Stevenson Maintainer Roland Stevenson Description

More information

Package wikitaxa. December 21, 2017

Package wikitaxa. December 21, 2017 Title Taxonomic Information from 'Wikipedia' Package wikitaxa December 21, 2017 'Taxonomic' information from 'Wikipedia', 'Wikicommons', 'Wikispecies', and 'Wikidata'. Functions included for getting taxonomic

More information

Package robotstxt. November 12, 2017

Package robotstxt. November 12, 2017 Date 2017-11-12 Type Package Package robotstxt November 12, 2017 Title A 'robots.txt' Parser and 'Webbot'/'Spider'/'Crawler' Permissions Checker Version 0.5.2 Provides functions to download and parse 'robots.txt'

More information

Package fitbitscraper

Package fitbitscraper Title Scrapes Data from Fitbit Version 0.1.8 Package fitbitscraper April 14, 2017 Author Cory Nissen [aut, cre] Maintainer Cory Nissen Scrapes data from Fitbit

More information

Package internetarchive

Package internetarchive Type Package Title An API Client for the Internet Archive Package internetarchive December 8, 2016 Search the Internet Archive, retrieve metadata, and download files. Version 0.1.6 Date 2016-12-08 License

More information

Package facerec. May 14, 2018

Package facerec. May 14, 2018 Package facerec Type Package Title An Interface for Face Recognition Version 0.1.0 Date 2018-05-14 May 14, 2018 URL https://github.com/methodds/facerec BugReports https://github.com/methodds/facerec/issues

More information

Package goodpractice

Package goodpractice Title Advice on R Package Building Version 1.0.2 Package goodpractice May 2, 2018 Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure,

More information

Package effectr. January 17, 2018

Package effectr. January 17, 2018 Title Predicts Oomycete Effectors Version 1.0.0 Package effectr January 17, 2018 Predicts cytoplasmic effector proteins using genomic data by searching for motifs of interest using regular expression searches

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 rwars. January 14, 2017

Package rwars. January 14, 2017 Package rwars January 14, 2017 Type Package Title R Client for the Star Wars API Provides functions to retrieve and reformat data from the 'Star Wars' API (SWAPI) . Version 1.0.0 Date

More information

Package docxtools. July 6, 2018

Package docxtools. July 6, 2018 Title Tools for R Markdown to Docx Documents Version 0.2.0 Language en-us Package docxtools July 6, 2018 A set of helper functions for using R Markdown to create documents in docx format, especially documents

More information

Package data.world. April 5, 2018

Package data.world. April 5, 2018 Package data.world April 5, 2018 Title Functions and Add-Ins for Working with 'data.world' Data Sets and Projects Version 1.2.2 High-level tools for working with 'data.world' data sets. 'data.world' is

More information

Package cregulome. September 13, 2018

Package cregulome. September 13, 2018 Type Package Version 0.2.0 Package cregulome September 13, 2018 Title Obtain and Visualize Regulome-Gene Expression Correlations in Cancer Builds a 'SQLite' database file of pre-calculated transcription

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

Dataset Used in This Lab (download from course website framingham_1000.rdata

Dataset Used in This Lab (download from course website   framingham_1000.rdata Introduction to R and R- Studio Sring 2019 Lab #1 Some Basics Before you begin: If you have not already installed R and RStudio, lease see Windows Users: htt://eole.umass.edu/bie540w/df/how%20to%20install%20r%20and%20r%20studio%20windows%20users%20fall%20201

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 patentsview. July 12, 2017

Package patentsview. July 12, 2017 Type Package Title An R Client to the PatentsView API Version 0.1.0 Encoding UTF-8 Package patentsview July 12, 2017 Provides functions to simplify the PatentsView API ()

More information

Package knitrprogressbar

Package knitrprogressbar Type Package Title Provides Progress Bars in 'knitr' Version 1.1.0 Package knitrprogressbar February 20, 2018 Provides a progress bar similar to 'dplyr' that can write progress out to a variety of locations,

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 repec. August 31, 2018

Package repec. August 31, 2018 Type Package Title Access RePEc Data Through API Version 0.1.0 Package repec August 31, 2018 Utilities for accessing RePEc (Research Papers in Economics) through a RESTful API. You can request a and get

More information

Lecture 8: Orthogonal Range Searching

Lecture 8: Orthogonal Range Searching CPS234 Comutational Geometry Setember 22nd, 2005 Lecture 8: Orthogonal Range Searching Lecturer: Pankaj K. Agarwal Scribe: Mason F. Matthews 8.1 Range Searching The general roblem of range searching is

More information

Package rzeit2. January 7, 2019

Package rzeit2. January 7, 2019 Type Package Title Client for the ZEIT ONLINE Content API Version 0.2.3 Package rzeit2 January 7, 2019 Interface to gather newspaper articles from 'DIE ZEIT' and 'ZEIT ONLINE', based on a multilevel query

More information

Package virustotal. May 1, 2017

Package virustotal. May 1, 2017 Title R Client for the VirusTotal API Version 0.2.1 Maintainer Gaurav Sood Package virustotal May 1, 2017 Use VirusTotal, a Google service that analyzes files and URLs for viruses,

More information

Package opencage. January 16, 2018

Package opencage. January 16, 2018 Package opencage January 16, 2018 Type Package Title Interface to the OpenCage API Version 0.1.4 Tool for accessing the OpenCage API, which provides forward geocoding (from placename to longitude and latitude)

More information

Package semver. January 6, 2017

Package semver. January 6, 2017 Type Package Title 'Semantic Versioning V2.0.0' Parser Version 0.2.0 Package semver January 6, 2017 Tools and functions for parsing, rendering and operating on semantic version strings. Semantic versioning

More information

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0. Type Package Title Collect Data from the Census API Version 0.0.3 Date 2017-06-13 Package censusr June 14, 2017 Use the US Census API to collect summary data tables for SF1 and ACS datasets at arbitrary

More information

Package farver. November 20, 2018

Package farver. November 20, 2018 Type Package Package farver November 20, 2018 Title Vectorised Colour Conversion and Comparison Version 1.1.0 Date 2018-11-20 Maintainer Thomas Lin Pedersen The encoding of colour

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 githubinstall

Package githubinstall Type Package Version 0.2.2 Package githubinstall February 18, 2018 Title A Helpful Way to Install R Packages Hosted on GitHub Provides an helpful way to install packages hosted on GitHub. URL https://github.com/hoxo-m/githubinstall

More information

Package guardianapi. February 3, 2019

Package guardianapi. February 3, 2019 Package guardianapi February 3, 2019 Title Access 'The Guardian' Newspaper Open Data API Version 0.1.0 Access to the 'Guardian' open API , containing all articles

More information

Package statsdk. September 30, 2017

Package statsdk. September 30, 2017 Type Package Title A Wrapper for the API of Statistics Denmark Version 0.1.1 Author Mikkel Freltoft Krogsholm Package statsdk September 30, 2017 Maintainer Mikkel Freltoft Krogsholm Makes

More information

Package OmaDB. R topics documented: December 19, Title R wrapper for the OMA REST API Version Author Klara Kaleb

Package OmaDB. R topics documented: December 19, Title R wrapper for the OMA REST API Version Author Klara Kaleb Title R wrapper for the OMA REST API Version 1.2.0 Author Klara Kaleb Package OmaDB December 19, 2018 Maintainer Klara Kaleb , Adrian Altenhoff A

More information

Sage Estimating (formerly Sage Timberline Estimating) Getting Started Guide. Version has been retired. This version of the software

Sage Estimating (formerly Sage Timberline Estimating) Getting Started Guide. Version has been retired. This version of the software Sage Estimating (formerly Sage Timberline Estimating) Getting Started Guide Version 14.12 This version of the software has been retired This is a ublication of Sage Software, Inc. Coyright 2014. Sage Software,

More information

Package omicplotr. March 15, 2019

Package omicplotr. March 15, 2019 Package omicplotr March 15, 2019 Title Visual Exploration of Omic Datasets Using a Shiny App Version 1.2.1 Date 2018-05-23 biocviews ImmunoOncology, Software, DifferentialExpression, GeneExpression, GUI,

More information

Package essurvey. August 23, 2018

Package essurvey. August 23, 2018 Package essurvey August 23, 2018 Title Download Data from the European Social Survey on the Fly Version 1.0.2 BugReports https://github.com/ropensci/essurvey/issues Download data from the European Social

More information

Package wdman. January 23, 2017

Package wdman. January 23, 2017 Type Package Title 'Webdriver'/'Selenium' Binary Manager Version 0.2.2 Package wdman January 23, 2017 There are a number of binary files associated with the 'Webdriver'/'Selenium' project (see ,

More information

Package projector. February 27, 2018

Package projector. February 27, 2018 Package projector February 27, 2018 Title Project Dense Vectors Representation of Texts on a 2D Plan Version 0.0.2 Date 2018-02-27 Maintainer Michaël Benesty Display dense vector representation

More information

Package plotly. September 26, 2016

Package plotly. September 26, 2016 Package lotly Setember 26, 2016 Title Create Interactive Web Grahics via 'lotly.js' Version 4.5.2 License MIT + file LICENSE Easily translate 'gglot2' grahs to an interactive web-based version and/or create

More information

Sage Estimating. (formerly Sage Timberline Estimating) Getting Started Guide

Sage Estimating. (formerly Sage Timberline Estimating) Getting Started Guide Sage Estimating (formerly Sage Timberline Estimating) Getting Started Guide This is a ublication of Sage Software, Inc. Document Number 20001S14030111ER 09/2012 2012 Sage Software, Inc. All rights reserved.

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 ggrepel. September 30, 2017

Package ggrepel. September 30, 2017 Version 0.7.0 Package ggrepel September 30, 2017 Title Repulsive Text and Label Geoms for 'ggplot2' Description Provides text and label geoms for 'ggplot2' that help to avoid overlapping text labels. Labels

More information

Package messaging. May 27, 2018

Package messaging. May 27, 2018 Type Package Package messaging May 27, 2018 Title Conveniently Issue Messages, Warnings, and Errors Version 0.1.0 Description Provides tools for creating and issuing nicely-formatted text within R diagnostic

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 rsppfp. November 20, 2018

Package rsppfp. November 20, 2018 Package rsppfp November 20, 2018 Title R's Shortest Path Problem with Forbidden Subpaths Version 1.0.3 Maintainer Melina Vidoni An implementation of functionalities

More information

Package nlgeocoder. October 8, 2018

Package nlgeocoder. October 8, 2018 Title Geocoding for the Netherlands Version 0.1.3 Package nlgeocoder October 8, 2018 R interface to the open location server API of 'Publieke Diensten Op de Kaart' (). It offers geocoding,

More information

Package postgistools

Package postgistools Type Package Package postgistools March 28, 2018 Title Tools for Interacting with 'PostgreSQL' / 'PostGIS' Databases Functions to convert geometry and 'hstore' data types from 'PostgreSQL' into standard

More information

Package postal. July 27, 2018

Package postal. July 27, 2018 Type Package Title United States Postal Service API Interface Version 0.1.0 Package postal July 27, 2018 Author Amanda Dobbyn Maintainer Amanda Dobbyn

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 arphit. March 28, 2019

Package arphit. March 28, 2019 Type Package Title RBA-style R Plots Version 0.3.1 Author Angus Moore Package arphit March 28, 2019 Maintainer Angus Moore Easily create RBA-style graphs

More information

Package keyholder. May 19, 2018

Package keyholder. May 19, 2018 Title Store Data About Rows Version 0.1.2 Package keyholder May 19, 2018 Tools for keeping track of information, named ``keys'', about rows of data frame like objects. This is done by creating special

More information

Package kdtools. April 26, 2018

Package kdtools. April 26, 2018 Type Package Package kdtools April 26, 2018 Title Tools for Working with Multidimensional Data Version 0.3.1 Provides various tools for working with multidimensional data in R and C++, including etremely

More information

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health Type Package Version 0.1.7 Title Fingertips Data for Public Health Package fingertipsr May 25, 2018 Fingertips () contains data for many indicators of public health in England.

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 datapasta. January 24, 2018

Package datapasta. January 24, 2018 Title R Tools for Data Copy-Pasta Version 3.0.0 Package datapasta January 24, 2018 RStudio addins and R functions that make copy-pasting vectors and tables to text painless. Depends R (>= 3.3.0) Suggests

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 RODBCext. July 31, 2017

Package RODBCext. July 31, 2017 Version 0.3.1 Package RODBCext July 31, 2017 Title Parameterized Queries Extension for RODBC An extension for RODBC package adding support for parameterized queries. URL https://github.com/zozlak/rodbcext

More information

Package darksky. September 20, 2017

Package darksky. September 20, 2017 Type Package Title Tools to Work with the 'Dark Sky' 'API' Version 1.3.0 Date 2017-09-20 Maintainer Bob Rudis Package darksky September 20, 2017 Provides programmatic access to the 'Dark Sky'

More information

Package triebeard. August 29, 2016

Package triebeard. August 29, 2016 Type Package Title 'Radix' Trees in 'Rcpp' Version 0.3.0 Package beard August 29, 2016 Author Oliver Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph] Maintainer Oliver Keyes

More information

Source Coding and express these numbers in a binary system using M log

Source Coding and express these numbers in a binary system using M log Source Coding 30.1 Source Coding Introduction We have studied how to transmit digital bits over a radio channel. We also saw ways that we could code those bits to achieve error correction. Bandwidth is

More information

Package sfdct. August 29, 2017

Package sfdct. August 29, 2017 Package sfdct August 29, 2017 Title Constrained Triangulation for Simple Features Version 0.0.4 Build a constrained 'Delaunay' triangulation from simple features objects, applying constraints based on

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 signalhsmm. August 29, 2016

Package signalhsmm. August 29, 2016 Type Package Title Predict Presence of Signal Peptides Version 1.4 LazyData true Date 2016-03-03 Package signalhsmm August 29, 2016 Predicts the presence of signal peptides in eukaryotic protein using

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 IsoCorrectoR. R topics documented:

Package IsoCorrectoR. R topics documented: Package IsoCorrectoR March 19, 2019 Title Correction for natural isotope abundance and tracer purity in MS and MS/MS data from stable isotope labeling experiments Version 1.0.5 Imports dplyr, magrittr,

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 SIMLR. December 1, 2017

Package SIMLR. December 1, 2017 Version 1.4.0 Date 2017-10-21 Package SIMLR December 1, 2017 Title Title: SIMLR: Single-cell Interpretation via Multi-kernel LeaRning Maintainer Daniele Ramazzotti Depends

More information

Package widyr. August 14, 2017

Package widyr. August 14, 2017 Type Package Title Widen, Process, then Re-Tidy Data Version 0.1.0 Package widyr August 14, 2017 Encapsulates the pattern of untidying data into a wide matrix, performing some processing, then turning

More information

Package rgho. R topics documented: January 18, 2017

Package rgho. R topics documented: January 18, 2017 Package rgho January 18, 2017 Title Access WHO Global Health Observatory Data from R Version 1.0.1 Author Antoine Filipovic-Pierucci [aut,cre] Maintainer Antoine Filipovic-Pierucci

More information

A Study of Protocols for Low-Latency Video Transport over the Internet

A Study of Protocols for Low-Latency Video Transport over the Internet A Study of Protocols for Low-Latency Video Transort over the Internet Ciro A. Noronha, Ph.D. Cobalt Digital Santa Clara, CA ciro.noronha@cobaltdigital.com Juliana W. Noronha University of California, Davis

More information

Package gtrendsr. August 4, 2018

Package gtrendsr. August 4, 2018 Type Package Title Perform and Display Google Trends Queries Version 1.4.2 Date 2018-08-03 Package gtrendsr August 4, 2018 An interface for retrieving and displaying the information returned online by

More information

Package processanimater

Package processanimater Type Package Package processanimater Title Process Map Token Replay Animation Version 0.3.0 October 5, 2018 Token replay animation for process maps created with 'processmapr' by using SVG animations ('SMIL')

More information

Package nngeo. September 29, 2018

Package nngeo. September 29, 2018 Type Package Title k-nearest Neighbor Join for Spatial Data Version 0.2.2 Package nngeo September 29, 2018 K-nearest neighbor search for projected and non-projected 'sf' spatial layers. Nearest neighbor

More information

Package gtrendsr. October 19, 2017

Package gtrendsr. October 19, 2017 Type Package Title Perform and Display Google Trends Queries Version 1.4.0 Date 2017-10-19 Package gtrendsr October 19, 2017 An interface for retrieving and displaying the information returned online by

More information

Package tidytransit. March 4, 2019

Package tidytransit. March 4, 2019 Type Package Package tidytransit March 4, 2019 Title Read, Validate, Analyze, and Map Files in the General Transit Feed Specification Version 0.3.8 Read General Transit Feed Specification (GTFS) zipfiles

More information

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 Mingliang Chen 1, Weiyao Lin 1*, Xiaozhen Zheng 2 1 Deartment of Electronic Engineering, Shanghai Jiao Tong University, China

More information

has been retired This version of the software Sage Timberline Office Get Started Document Management 9.8 NOTICE

has been retired This version of the software Sage Timberline Office Get Started Document Management 9.8 NOTICE This version of the software has been retired Sage Timberline Office Get Started Document Management 9.8 NOTICE This document and the Sage Timberline Office software may be used only in accordance with

More information

Package TrajDataMining

Package TrajDataMining Package TrajDataMining January 15, 2018 Type Package Title Trajectories Data Mining Version 0.1.5 Date 2018-01-08 Contains a set of methods for trajectory data preparation, such as filtering, compressing

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

This version of the software

This version of the software Sage Estimating (SQL) (formerly Sage Timberline Estimating) SQL Server Guide Version 16.11 This is a ublication of Sage Software, Inc. 2015 The Sage Grou lc or its licensors. All rights reserved. Sage,

More information

Package ezsummary. August 29, 2016

Package ezsummary. August 29, 2016 Type Package Title Generate Data Summary in a Tidy Format Version 0.2.1 Package ezsummary August 29, 2016 Functions that simplify the process of generating print-ready data summary using 'dplyr' syntax.

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 ezknitr. September 16, 2016

Package ezknitr. September 16, 2016 Package ezknitr September 16, 2016 Title Avoid the Typical Working Directory Pain When Using 'knitr' Version 0.6 An extension of 'knitr' that adds flexibility in several ways. One common source of frustration

More information

Package algorithmia. September 13, 2016

Package algorithmia. September 13, 2016 Type Package Package algorithmia September 13, 2016 Title Allows you to Easily Interact with the Algorithmia Platform Version 0.0.2 Date 2016-09-12 Author James Athappilly Maintainer James Athappilly

More information

Hardware-Accelerated Formal Verification

Hardware-Accelerated Formal Verification Hardare-Accelerated Formal Verification Hiroaki Yoshida, Satoshi Morishita 3 Masahiro Fujita,. VLSI Design and Education Center (VDEC), University of Tokyo. CREST, Jaan Science and Technology Agency 3.

More information

Package bigqueryr. October 23, 2017

Package bigqueryr. October 23, 2017 Package bigqueryr October 23, 2017 Title Interface with Google BigQuery with Shiny Compatibility Version 0.3.2 Interface with 'Google BigQuery', see for more information.

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 available. November 17, 2017

Package available. November 17, 2017 Package available November 17, 2017 Title Check if the Title of a Package is Available, Appropriate and Interesting Version 1.0.0 Check if a given package is available to use. It checks the 's validity.

More information

Package rcmdcheck. R topics documented: November 10, 2018

Package rcmdcheck. R topics documented: November 10, 2018 Package rcmdcheck November 10, 2018 Title Run 'R CMD check' from 'R' and Capture Results Version 1.3.2 Author Gábor Csárdi Maintainer Gábor Csárdi Run 'R CMD check' from 'R' programmatically,

More information

Package bigqueryr. June 8, 2018

Package bigqueryr. June 8, 2018 Package bigqueryr June 8, 2018 Title Interface with Google BigQuery with Shiny Compatibility Version 0.4.0 Interface with 'Google BigQuery', see for more information.

More information

Package splithalf. March 17, 2018

Package splithalf. March 17, 2018 Type Package Package splithalf March 17, 2018 Title Calculate Task Split Half Reliability Estimates Version 0.3.1 Maintainer Sam Parsons A series of functions to calculate the

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 graphframes. June 21, 2018

Package graphframes. June 21, 2018 Type Package Title Interface for 'GraphFrames' Version 0.1.1 Package graphframes June 21, 2018 Maintainer Kevin Kuo A 'sparklyr' etension that provides

More information