Package timeseq. July 17, 2017

Size: px
Start display at page:

Download "Package timeseq. July 17, 2017"

Transcription

1 Type Package Package timeseq July 17, 2017 Title Detecting Differentially Expressed Genes in Time Course RNA-Seq Data Version Date Author Fan Gao, Xiaoxiao Sun Maintainer Fan Gao Uses a negative binomial mixed-effects (NBME) model to detect nonparallel differential expression(npde) genes and parallel differential expression(pde) genes in the time course RNA-seq data. Depends R (>= 3.0.1) Imports gss, lattice, pheatmap, reshape, grdevices, graphics License GPL (>= 2) Suggests rmarkdown, knitr VignetteBuilder knitr Repository CRAN NeedsCompilation no RoxygenNote Date/Publication :33:24 UTC R topics documented: timeseq_1.0.3-package pabp simulate.dt timeseq timeseq.heatmap timeseq.screeplot timeseq.sort Index 9 1

2 2 pabp timeseq_1.0.3-package Statistical Inference for Time Course RNA-Seq Data using a Negative Binomial Mixed-Effects Model Details In this package, we propose a negative binomial mixed-effects (NBME) model to identify differentially expressed (DE) genes, including nonparallel differentially expressed (NPDE) and parallel differentially expressed (PDE) genes, in time course RNA-seq data. Package: timeseq Type: Package Version: Date: License: GPL-2 GPL-3 Maintainer: Fan Gao <fangaohz@gmail.com> Statistics, pages , 2005a. pabp Example Data in Vignette The data pabp (list) has 5 arguments, including data.count, exon.length, gene.names, group.label, reads. Please refer to timeseq.rd for more information.

3 simulate.dt 3 Format data(pabp) A list with 5 arguments: data(pabp) str(pabp) simulate.dt Example Data in Vignette Format The data simulate.dt (list) has 4 arguments, including data.count, gene.names, group.label, reads. Please refer to timeseq.rd for more information. A list with 5 arguments: str(simulate.dt) timeseq Statistical Inference for Time Course RNA-Seq Data using a Negative Binomial Mixed-Effects Model Accurately identifying differentially expressed (DE) genes from time course RNA-seq data has been of tremendous significance in creating a global picture of cellular function. DE genes from the time course RNA-seq data can be classified into two types, parallel DE genes (PDE) and nonparallel DE (NPDE) genes. The former are often biologically irrelevant, whereas the latter are often biologically interesting. In this package, we propose a negative binomial mixed-effects (NBME) model to identify both PDE and NPDE genes in time course RNA-seq data.

4 4 timeseq timeseq(data.count, group.label, gene.names,exon.length = NULL, exon.level = TRUE) Arguments data.count group.label gene.names exon.length exon.level a n by p matrix of expression values. a vector indicating the experimental conditions of each time point. a vector containing all the gene names. a vector containing the length of exons, only used in exon level data. logical:indicating if this is an exon level dataset. Default is TRUE. Details Nonparallel differential expression(npde) genes and parallel differential expression(pde) genes detection. Value A list with components sorted count NPDE.ratio PDE.ratio genenames table data gene.names exon.length group.label group.length group1.length group2.length exon.level an object returned by NPDE.sort function. It contains sorted Kullback Leibler Ratios(KLRs) for identifying DE genes the number of exons for each gene. the NPDE ratios. the PDE ratios. gene names. gene expression values. a n by p matrix of expression values. a vector including all the gene names. length of exons. a vector indicating the experimental conditions of each time point. the total number of time points. the number of time points of condition one. the number of time points of condition two. logical:indicating if this is an exon level dataset. Default is TRUE.

5 timeseq.heatmap 5 Statistics, , ##Exon level data data(pabp) attach(pabp) model.fit <- timeseq(data.count, group.label, gene.names, exon.length) detach(pabp) ##Gene level data (three replicates) attach(simulate.dt) model.fit <- timeseq(data.count, group.label, gene.names, exon.level=false) timeseq.heatmap Heatmap of the Most Significant NDPE Genes Plots the heatmap for the significant NDPE genes. timeseq.heatmap(timeseq.obj, n) Arguments timeseq.obj n an object returned by timeseq function the number of the most significant NPDE genes. It must be a positive integer.

6 6 timeseq.screeplot Statistics, pages , 2005a. attach(simulate.dt) model.fit <- timeseq(data.count, group.label, gene.names, exon.level = FALSE) timeseq.heatmap(model.fit, n = 10) timeseq.screeplot Scree Plot of Kullback Leibler Distance Ratios Plot the scree plot for all genes in the dataset. timeseq.screeplot(timeseq.obj, type = c("barplot", "lines")) Arguments timeseq.obj type an object returned by timeseq function type of plot: "barplot" for bar plot and "lines" for line graph.

7 timeseq.sort 7 Statistics, pages , 2005a. attach(simulate.dt) model.fit <- timeseq(data.count, group.label, gene.names, exon.level = FALSE) timeseq.screeplot(model.fit, "lines") timeseq.sort Sort NDPE Genes by Kullback Leibler Distance Ratios Sort all genes in the dataset by their Kullback Leibler distance ratios. timeseq.sort(genenames, NPDE.ratio, PDE.ratio, table, count) Arguments genenames NPDE.ratio PDE.ratio table count a vector of gene names a vector of Kullback Leibler distance ratios for NPDE genes a vector of Kullback Leibler distance ratios for PDE genes gene expression values. the number of exons for each gene. Value A list with components NPDE_list PDE_list table1 table2 dataframe of NPDE genes sorted by KLRs dataframe of PDE genes sorted by KLRs gene expression values for each gene, corresponding to NPDE_list gene expression values for each gene, corresponding to PDE_list

8 8 timeseq.sort Statistics, pages , 2005a.

9 Index Topic datasets pabp, 2 simulate.dt, 3 Topic package timeseq_1.0.3-package, 2 pabp, 2 simulate.dt, 3 timeseq, 3 timeseq.heatmap, 5 timeseq.screeplot, 6 timeseq.sort, 7 timeseq_1.0.3 (timeseq_1.0.3-package), 2 timeseq_1.0.3-package, 2 9

Package iterpc. April 24, 2018

Package iterpc. April 24, 2018 Type Package Package iterpc April 24, 2018 Title Efficient terator for Permutations and Combinations Version 0.4.0 Date 2018-04-14 Author Randy Lai [aut, cre] Maintainer Randy Lai

More information

Package Rd2md. May 22, 2017

Package Rd2md. May 22, 2017 Title Markdown Reference Manuals Version 0.0.2 Package Rd2md May 22, 2017 The native R functionalities only allow PDF exports of reference manuals. This shall be extended by converting the package documentation

More information

Package crimcv. January 25, Index 6. Fits finite mixtures of Zero-inflated Poisson models

Package crimcv. January 25, Index 6. Fits finite mixtures of Zero-inflated Poisson models Version 0.9.6 Package crimcv January 25, 2018 Title Group-Based Modelling of Longitudinal Data Author Jason D. Nielsen Maintainer Jason D. Nielsen Depends

More information

Package gamesga. June 13, 2017

Package gamesga. June 13, 2017 Type Package Package gamesga June 13, 2017 Title Genetic Algorithm for Sequential Symmetric Games Version 1.1.3.2 Imports grdevices (>= 3.4.0), graphics (>= 3.4.0), stats (>= 3.4.0), shiny (>= 1.0.0) Author

More information

Package PersomicsArray

Package PersomicsArray Package PersomicsArray September 26, 2016 Type Package Title Automated Persomics Array Image Extraction Version 1.0 Date 2016-09-23 Author John Smestad [aut, cre] Maintainer John Smestad

More information

Package ImaginR. May 31, 2017

Package ImaginR. May 31, 2017 Type Package Package ImaginR May 31, 2017 Title Delimit and Characterize Color Phenotype of the Pearl Oyster Version 0.1.7 Date 2017-05-29 Author Pierre-Louis Stenger

More information

Package randomnames. June 6, 2017

Package randomnames. June 6, 2017 Version 1.0-0.0 Date 2017-6-5 Package randomnames June 6, 2017 Title Function for Generating Random Names and a Dataset Depends R (>= 2.10.0) Suggests knitr Imports data.table (>= 1.8.0) Maintainer Damian

More information

Package evenn. March 10, 2015

Package evenn. March 10, 2015 Type Package Package evenn March 10, 2015 Title A Powerful Tool to Quickly Compare Huge Lists and Draw Venn Diagrams Version 2.2 Imports tcltk Date 2015-03-03 Author Nicolas Cagnard Maintainer Nicolas

More information

Package ContourFunctions

Package ContourFunctions Type Package Package ContourFunctions May 4, 2017 Title Create Contour Plots from Data or a Function Version 0.1.0 Provides functions for making contour plots. The contour plot can be created from grid

More information

Package tictactoe. May 26, 2017

Package tictactoe. May 26, 2017 Type Package Title Tic-Tac-Toe Game Version 0.2.2 Package tictactoe May 26, 2017 Implements tic-tac-toe game to play on console, either with human or AI players. Various levels of AI players are trained

More information

Package rreg. January 18, 2018

Package rreg. January 18, 2018 Package rreg January 18, 2018 Title Visualization for Norwegian Health Quality Registries Version 0.1.2 Assists for presentation and visualization of data from the Norwegian Health Quality Registries following

More information

Package Anaquin. January 12, 2019

Package Anaquin. January 12, 2019 Type Package Title Statistical analysis of sequins Version 2.6.1 Date 2017-08-08 Author Ted Wong Package Anaquin January 12, 2019 Maintainer Ted Wong The project is intended to support

More information

Package SvyNom. February 24, 2015

Package SvyNom. February 24, 2015 Package SvyNom February 24, 2015 Type Package Title Nomograms for Right-Censored Outcomes from Survey Designs Version 1.1 Date 2015-01-06 Author Mithat Gonen, Marinela Capanu Maintainer Mithat Gonen

More information

Package reddprec. October 17, 2017

Package reddprec. October 17, 2017 Type Package Title Reconstruction of Daily Data - Precipitation Version 0.4.0 Author Roberto Serrano-Notivoli Package reddprec October 17, 2017 Maintainer Roberto Serrano-Notivoli Computes

More information

Package EILA. February 19, Index 6. The CEU-CHD-YRI admixed simulation data

Package EILA. February 19, Index 6. The CEU-CHD-YRI admixed simulation data Type Package Title Efficient Inference of Local Ancestry Version 0.1-2 Date 2013-09-09 Package EILA February 19, 2015 Author James J. Yang, Jia Li, Anne Buu, and L. Keoki Williams Maintainer James J. Yang

More information

Package bioacoustics

Package bioacoustics Type Package Package bioacoustics June 9, 2018 Title Analyse Audio Recordings and Automatically Extract Animal Vocalizations Version 0.1.2 Maintainer Jean Marchal Contains all the

More information

Package rtide. May 10, 2017

Package rtide. May 10, 2017 Title Tide Heights Version 0.0.4 Date 2017-05-09 Package rtide May 10, 2017 Calculates tide heights based on tide station. It includes the data for 637 US stations. The data was converted from

More information

Package RVtests. R topics documented: February 19, 2015

Package RVtests. R topics documented: February 19, 2015 Type Package Title Rare Variant Tests Version 1.2 Date 2013-05-27 Author, and C. M. Greenwood Package RVtests February 19, 2015 Maintainer Depends R (>= 2.12.1), glmnet,

More information

Package IQCC. R topics documented: November 15, Title Improved Quality Control Charts Version 0.7

Package IQCC. R topics documented: November 15, Title Improved Quality Control Charts Version 0.7 Title Improved Quality Control Charts Version 0.7 Package IQCC November 15, 2017 Builds statistical control charts with exact limits for univariate and multivariate cases. Depends R (>= 3.4.2), misctools

More information

Package colordistance

Package colordistance Package colordistance Title Distance Metrics for Image Color Similarity Date 2018-06-26 Version 1.0.0 June 27, 2018 Loads and displays images, selectively masks specified background colors, bins pixels

More information

Package deseasonalize

Package deseasonalize Type Package Package deseasonalize February 19, 2015 Title Optimal deseasonalization for geophysical time series using AR fitting Version 1.35 Date 2013-04-10 Author A. I. McLeod and Hyukjun Gweon Maintainer

More information

Package MLP. April 14, 2013

Package MLP. April 14, 2013 Package MLP April 14, 2013 Maintainer Tobias Verbeke License GPL-3 Title MLP Type Package Author Nandini Raghavan, Tobias Verbeke, An De Bondt with contributions by Javier

More information

Package dice. February 15, 2013

Package dice. February 15, 2013 Package dice February 15, 2013 Type Package Title Calculate probabilities of various dice-rolling events Version 1.1 Date 2008-09-04 Author Dylan Arena Maintainer Dylan Arena Description

More information

Package GiniWegNeg. May 24, 2016

Package GiniWegNeg. May 24, 2016 Package GiniWegNeg May 24, 2016 Type Package Title Computing the Gini-Based Coefficients for Weighted and Negative Attributes Version 1.0.1 Imports graphics Date 2016-05-20 Author Emanuela Raffinetti,

More information

Package countrycode. October 27, 2018

Package countrycode. October 27, 2018 License GPL-3 Title Convert Country Names and Country Codes LazyData yes Type Package LazyLoad yes Encoding UTF-8 Package countrycode October 27, 2018 Standardize country names, convert them into one of

More information

Package forestmodel. R topics documented: April 16, 2017

Package forestmodel. R topics documented: April 16, 2017 Type Package Title Forest Plots from Regression Models Version 0.4.3 Date 2017-04-16 Author Nick Kennedy Package forestmodel April 16, 2017 Maintainer Nick Kennedy

More information

Package twilight. February 15, 2018

Package twilight. February 15, 2018 Version 1.55.0 Title Estimation of local false discovery rate Package twilight February 15, 2018 Author Stefanie Scheid In a typical microarray setting with gene expression data

More information

Package beadarrayfilter

Package beadarrayfilter Type Package Package beadarrayfilter Title Bead filtering for Illumina bead arrays Version 1.1.0 Date 2013-02-04 February 19, 2015 Author Anyiawung Chiara Forcheh, Geert Verbeke, Adetayo Kasim, Dan Lin,

More information

Package countrycode. February 6, 2017

Package countrycode. February 6, 2017 Package countrycode February 6, 2017 Maintainer Vincent Arel-Bundock License GPL-3 Title Convert Country Names and Country Codes LazyData yes Type Package LazyLoad yes

More information

Multiple Beta t-tests of Differential Transcription of mrnas Between Two Conditions with Small Samples

Multiple Beta t-tests of Differential Transcription of mrnas Between Two Conditions with Small Samples Multiple Beta t-tests of Differential Transcription of mrnas Between Two Conditions with Small Samples Yuan-De Tan tanyuande@gmail.com October 30, 2018 Abstract Contents A major task in the analysis of

More information

Package ScrabbleScore

Package ScrabbleScore Type Package Title Calculates Scrabble score for strings Version 1.0 Date 2013-10-01 Author Will Kurt Maintainer Will Kurt Package ScrabbleScore February 19, 2015 Given a word will produce

More information

Package pedigreemm. R topics documented: February 20, 2015

Package pedigreemm. R topics documented: February 20, 2015 Version 0.3-3 Date 2013-09-27 Title Pedigree-based mixed-effects models Author Douglas Bates and Ana Ines Vazquez, Package pedigreemm February 20, 2015 Maintainer Ana Ines Vazquez

More information

Package gamesnws. February 15, 2013

Package gamesnws. February 15, 2013 Type Package Title Playing games using a NWS Server Version 0.5 Date 2009-10-05 Author Markus Schmidberger, Fabian Grandke Package gamesnws February 15, 2013 Maintainer Markus Schmidberger

More information

Package ravis. August 29, 2016

Package ravis. August 29, 2016 Encoding UTF-8 Type Package Package ravis August 29, 2016 Title Interface to the Bird-Watching Dataset Proyecto AVIS Version 0.1.4 Date 2015-06-20 BugReports https://github.com/ropensci/ravis/issues Author

More information

Package GiniWegNeg. January 13, 2016

Package GiniWegNeg. January 13, 2016 Type Package Package GiniWegNeg January 13, 2016 Title Computing the Gini Coefficient for Weighted and Negative Attributes Version 1.0 Imports graphics Date 2016-01-13 Author Emanuela Raffinetti, Fabio

More information

Package docusignr. October 22, 2017

Package docusignr. October 22, 2017 Title Connect to 'DocuSign' API Version 0.0.3 Package docusignr October 22, 2017 Connect to the 'DocuSign' Rest API , which supports embedded signing,

More information

Package hexsticker. R topics documented: March 5, Title Create Hexagon Sticker in R Version 0.4.3

Package hexsticker. R topics documented: March 5, Title Create Hexagon Sticker in R Version 0.4.3 Title Create Hexagon Sticker in R Version 0.4.3 Package hexsticker March 5, 2018 Helper functions for creating reproducible hexagon sticker purely in R. Depends R (>= 3.3.0) Imports ggimage, ggplot2, grdevices,

More information

Package JoSAE. August 9, 2015

Package JoSAE. August 9, 2015 Type Package Package JoSAE August 9, 2015 Title Functions for some Unit-Level Small Area Estimators and their Variances Version 0.2.3 Date 2015-08-07 Author Johannes Breidenbach Maintainer Johannes Breidenbach

More information

Package plotpc. September 27, Index 10. Plot principal component loadings

Package plotpc. September 27, Index 10. Plot principal component loadings Version 1.0.4 Package plotpc September 27, 2015 Title Plot Principal Component Histograms Around a Scatter Plot Author Stephen Milborrow Maintainer Stephen Milborrow Depends grid Description

More information

Package sequoia. August 13, 2018

Package sequoia. August 13, 2018 Type Package Title Pedigree Inference from SNPs Version 1.1.1 Date 2018-08-13 Package sequoia August 13, 2018 Fast multi-generational pedigree inference from incomplete data on hundreds of SNPs, including

More information

Package draw. July 30, 2018

Package draw. July 30, 2018 Type Package Title Wrapper Functions for Producing Graphics Version 1.0.0 Author Richard Wen Package draw July 30, 2018 Maintainer Richard Wen Description A

More information

Introduction to ibbig

Introduction to ibbig Introduction to ibbig Aedin Culhane, Daniel Gusenleitner April 4, 2013 1 ibbig Iterative Binary Bi-clustering of Gene sets (ibbig) is a bi-clustering algorithm optimized for discovery of overlapping biclusters

More information

Package motifrg. R topics documented: July 14, 2018

Package motifrg. R topics documented: July 14, 2018 Package motifrg July 14, 2018 Title A package for discriminative motif discovery, designed for high throughput sequencing dataset Version 1.24.0 Date 2012-03-23 Author Zizhen Yao Tools for discriminative

More information

Package linlir. February 20, 2015

Package linlir. February 20, 2015 Type Package Package linlir February 20, 2015 Title linear Likelihood-based Imprecise Regression Version 1.1 Date 2012-11-09 Author Andrea Wiencierz Maintainer Andrea Wiencierz

More information

Package hydroscoper. July 6, 2018

Package hydroscoper. July 6, 2018 Type Package Package hydroscoper July 6, 2018 Title Interface to the Greek National Data Bank for Hydrometeorological Information Version 1.1.0 Maintainer Konstantinos Vantas R interface

More information

Package ROpenDota. R topics documented: May 16, Type Package Title Access OpenDota Services in R Version 0.1.1

Package ROpenDota. R topics documented: May 16, Type Package Title Access OpenDota Services in R Version 0.1.1 Package ROpenDota Type Package Title Access OpenDota Services in R Version 0.1.1 May 16, 2017 URL https://github.com/rosdyana/ropendota Depends R (>= 3.2.0) Imports RCurl, jsonlite Maintainer Rosdyana

More information

Package Hiiragi2013. October 4, by signal reinforcement progressively segregates early mouse lineages''

Package Hiiragi2013. October 4, by signal reinforcement progressively segregates early mouse lineages'' Type Package Package Hiiragi2013 October 4, 2018 Title Cell-to-cell expression variability followed by signal reinforcement progressively segregates early mouse lineages Version 1.16.0 Author Andrzej Oles,

More information

Multiple Beta t-tests of Differential Transcription of mrnas Between Two Conditions with Small Samples

Multiple Beta t-tests of Differential Transcription of mrnas Between Two Conditions with Small Samples Multiple Beta t-tests of Differential Transcription of mrnas Between Two Conditions with Small Samples Yuan-De Tan tanyuande@gmail.com May 3, 2016 Abstract A major task in the analysis of count data of

More information

Package Guitar. October 3, 2018

Package Guitar. October 3, 2018 Type Package Title Guitar Version 1.18.0 Date 2016-7-14 Author Jia Meng Package Guitar October 3, 2018 Maintainer Jia Meng The package is designed for visualization of RNA-related

More information

Package garfield. March 8, 2019

Package garfield. March 8, 2019 Package garfield March 8, 2019 Type Package Title GWAS Analysis of Regulatory or Functional Information Enrichment with LD correction Version 1.10.0 Date 2015-12-14 Author Sandro Morganella

More information

Introduction to ibbig

Introduction to ibbig Introduction to ibbig Aedin Culhane, Daniel Gusenleitner June 13, 2018 1 ibbig Iterative Binary Bi-clustering of Gene sets (ibbig) is a bi-clustering algorithm optimized for discovery of overlapping biclusters

More information

Package rwavelet. September 12, 2018

Package rwavelet. September 12, 2018 Type Package Title Wavelet Analysis Version 0.1.0 Date 2018-09-11 Author F. Navarro and C. Chesneau Package rwavelet September 12, 2018 Maintainer Navarro Fabien Perform wavelet

More information

The permax Package. May 26, 2004

The permax Package. May 26, 2004 The permax Package May 26, 2004 Version 1.2.1 Author Robert J. Gray Maintainer Robert Gentleman The permax library consists of 7 functions, intended

More information

Quantitative Disk Assay

Quantitative Disk Assay Quantitative Disk Assay Aleeza C. Gerstein 2015-01-28 Introduction to diskimager diskimager provides a quantitative way to analyze photographs taken from disk diffusion assays, and removes the need for

More information

Package music. R topics documented: February 24, 2019

Package music. R topics documented: February 24, 2019 Type Package Title Learn and Experiment with Music Theory Version 0.1.1 Author [aut, cre] Package music February 24, 2019 Maintainer An aid for learning and using music theory.

More information

Package photobiologyfilters

Package photobiologyfilters Type Package Package photobiologyfilters Title Spectral Transmittance Data for Filters Version 0.4.4 Date 2018-01-14 January 15, 2018 Maintainer Pedro J. Aphalo A data only package

More information

fishr Vignette - Base Plotting

fishr Vignette - Base Plotting fishr Vignette - Base Plotting Dr. Derek Ogle, Northland College December 16, 2013 R provides amazing plotting capabilities. However, the default base plots in R may not serve the needs for presentations

More information

Package VTrack. R topics documented: February 22, Type Package

Package VTrack. R topics documented: February 22, Type Package Type Package Package VTrack February 22, 2018 Title A Collection of Tools for the Analysis of Remote Acoustic Telemetry Data Version 1.21 Date 2018-02-22 Author Ross G. Dwyer, Mathew E. Watts, Hamish A.

More information

Package UNDO. January 24, 2019

Package UNDO. January 24, 2019 Type Package Package UNDO January 24, 2019 Title Unsupervised Deconvolution of Tumor-Stromal Mixed Expressions Version 1.24.0 Date 2014-07-17 Author Niya Wang Maintainer Niya Wang

More information

A slope of a line is the ratio between the change in a vertical distance (rise) to the change in a horizontal

A slope of a line is the ratio between the change in a vertical distance (rise) to the change in a horizontal The Slope of a Line (2.2) Find the slope of a line given two points on the line (Objective #1) A slope of a line is the ratio between the change in a vertical distance (rise) to the change in a horizontal

More information

3. Plotting functions and formulas

3. Plotting functions and formulas 3. Plotting functions and formulas Ken Rice Tim Thornton University of Washington Seattle, July 2015 In this session R is known for having good graphics good for data exploration and summary, as well as

More information

Package FamAgg. April 9, 2018

Package FamAgg. April 9, 2018 Type Package Title Pedigree Analysis and Familial Aggregation Version 1.6.1 Author J. Rainer, D. Taliun, C.X. Weichenberger Package FamAgg April 9, 2018 Maintainer Johannes Rainer

More information

Package pedantics. R topics documented: April 18, Type Package

Package pedantics. R topics documented: April 18, Type Package Type Package Package pedantics April 18, 2018 Title Functions to Facilitate Power and Sensitivity Analyses for Genetic Studies of Natural Populations Version 1.7 Date 2018-04-18 Depends R (>= 2.4.0), MasterBayes,

More information

Signal and Information Processing

Signal and Information Processing Signal and Information Processing Alejandro Ribeiro Dept. of Electrical and Systems Engineering University of Pennsylvania aribeiro@seas.upenn.edu http://www.seas.upenn.edu/users/~aribeiro/ January 11,

More information

Viewing Object Colors in a Gallery

Viewing Object Colors in a Gallery Viewing Object Colors in a Gallery Glenn Davis March 3, 2019 Introduction The goal of this colorspec vignette is to display rendered images of a popular color target with different

More information

An Introduction to Guitar Package

An Introduction to Guitar Package An Introduction to Guitar Package Jia Meng, PhD Modified: 2 April, 2016. Compiled: October 30, 2017 1 Quick Start with Guitar This is a manual for Guitar package. The Guitar package is aimed for RNA landmark-guided

More information

Package ASIP. May 11, 2018

Package ASIP. May 11, 2018 Type Package Date 2018-05-11 Title Automated Satellite Image Processing Version 0.4.9 Author M J Riyas [aut, cre], T H Syed [aut] Maintainer M J Riyas Package ASIP May 11, 2018 Efficiently

More information

Package BenfordTests

Package BenfordTests Package BenfordTests November 4, 2013 Type Package Title Statistical Tests for Evaluating Conformity to Benford's Law Version 1.1.1 Date 2013-11-04 Depends R (>= 3.0.0) Maintainer This package contains

More information

Elementary Statistics with R

Elementary Statistics with R Elementary Statistics with R Qualitative Data The tutorials in this section are based on an R built-in data frame named painters. It is a compilation of technical information of a few eighteenth century

More information

Package Sushi. R topics documented: January 5, Type Package Title Tools for visualizing genomics data

Package Sushi. R topics documented: January 5, Type Package Title Tools for visualizing genomics data Type Package Title Tools for visualizing genomics data Package Sushi January 5, 2018 Flexible, quantitative, and integrative genomic visualizations for publicationquality multi-panel figures Version 1.17.0

More information

Reproducibility Interest Group

Reproducibility Interest Group Reproducibility Interest Group co-chairs: Bernard Schutz; Victoria Stodden Research Data Alliance Denver, CO September 16, 2016 Agenda Introductory comments Presentations: Andi Rauber, others? Conclusions

More information

What Limits the Reproductive Success of Migratory Birds? Warbler Data Analysis (50 pts.)

What Limits the Reproductive Success of Migratory Birds? Warbler Data Analysis (50 pts.) 1 Warbler Data Analysis (50 pts.) This assignment is based on background information on the following website: http://btbw.hubbardbrookfoundation.org/. To do this assignment, you will need to use the Data

More information

Supplementary Information for Viewing men s faces does not lead to accurate predictions of trustworthiness

Supplementary Information for Viewing men s faces does not lead to accurate predictions of trustworthiness Supplementary Information for Viewing men s faces does not lead to accurate predictions of trustworthiness Charles Efferson 1,2 & Sonja Vogt 1,2 1 Department of Economics, University of Zurich, Zurich,

More information

cobindr package vignette

cobindr package vignette cobindr package vignette October 30, 2018 Many transcription factors (TFs) regulate gene expression by binding to specific DNA motifs near genes. Often the regulation of gene expression is not only controlled

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Plot (2D) plot(x,y, -mo, LineWidth,2, markersize,12, MarkerEdgeColor, g, markerfacecolor, y ) Plot (2D) Plot of a Function As an example, the plot command

More information

Steps toward reproducible research

Steps toward reproducible research Steps toward reproducible research Karl Broman Biostatistics & Medical Informatics Univ. Wisconsin Madison kbroman.org github.com/kbroman @kwbroman Slides: bit.ly/jsm2016 These are slides for a talk I

More information

Package photobiologysensors

Package photobiologysensors Type Package Package photobiologysensors Title Spectral Response Data for Light Sensors Version 0.4.0 Date 2018-02-26 February 26, 2018 Maintainer Pedro J. Aphalo Spectral response

More information

Contents. An introduction to MATLAB for new and advanced users

Contents. An introduction to MATLAB for new and advanced users An introduction to MATLAB for new and advanced users (Using Two-Dimensional Plots) Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional

More information

Steps toward reproducible research

Steps toward reproducible research Steps toward reproducible research Karl Broman Biostatistics & Medical Informatics Univ. Wisconsin Madison kbroman.org github.com/kbroman @kwbroman Slides: bit.ly/jax2017-05 These are slides for a talk

More information

Urn Sampling Without Replacement: Enumerative Combinatorics In R

Urn Sampling Without Replacement: Enumerative Combinatorics In R Urn Sampling Without Replacement: Enumerative Combinatorics In R Robin K. S. Hankin Auckland University of Technology Abstract This vignette is based on Hankin (2007). This short paper introduces a code

More information

Package sumplots. March 3, 2011

Package sumplots. March 3, 2011 Package sumplots March 3, 2011 Type Package Title Summary Plots: a collection of summarization plots Version 1.1.1 Date 2010-05-18 Author Maintainer Depends R (>= 2.4.0), moments,

More information

Probability - Introduction Chapter 3, part 1

Probability - Introduction Chapter 3, part 1 Probability - Introduction Chapter 3, part 1 Mary Lindstrom (Adapted from notes provided by Professor Bret Larget) January 27, 2004 Statistics 371 Last modified: Jan 28, 2004 Why Learn Probability? Some

More information

Creating reproducible reports using R Markdown. C. Tobin Magle Cyberinfrastructure facilitator Colorado State University

Creating reproducible reports using R Markdown. C. Tobin Magle Cyberinfrastructure facilitator Colorado State University Creating reproducible reports using R Markdown C. Tobin Magle Cyberinfrastructure facilitator Colorado State University Outline What is literate programming? Why is it useful? How to use R Markdown to

More information

NUMBERS & OPERATIONS. 1. Understand numbers, ways of representing numbers, relationships among numbers and number systems.

NUMBERS & OPERATIONS. 1. Understand numbers, ways of representing numbers, relationships among numbers and number systems. 7 th GRADE GLE S NUMBERS & OPERATIONS 1. Understand numbers, ways of representing numbers, relationships among numbers and number systems. A) Read, write and compare numbers (MA 5 1.10) DOK 1 * compare

More information

Métodos Estadísticos y Anaĺıticos de Datos Genómicos: ShortRead, Biostrings y Genominator

Métodos Estadísticos y Anaĺıticos de Datos Genómicos: ShortRead, Biostrings y Genominator Métodos Estadísticos y Anaĺıticos de Datos Genómicos: ShortRead, Biostrings y Genominator Alejandro Reyes areyes@lcg.unam.mx Licenciatura en Ciencias Genómicas Universidad Nacional Autonoma de Mexico January

More information

Package satellite. October 18, 2017

Package satellite. October 18, 2017 Type Package Package satellite October 18, 2017 Title Handling and Manipulating Remote Sensing Data Version 1.0.1 Date 2017-10-18 Author Thomas Nauss, Hanna Meyer, Tim Appelhans, Florian Detsch Maintainer

More information

Department of Statistics and Operations Research Undergraduate Programmes

Department of Statistics and Operations Research Undergraduate Programmes Department of Statistics and Operations Research Undergraduate Programmes OPERATIONS RESEARCH YEAR LEVEL 2 INTRODUCTION TO LINEAR PROGRAMMING SSOA021 Linear Programming Model: Formulation of an LP model;

More information

IdeoViz Plot data along chromosome ideograms

IdeoViz Plot data along chromosome ideograms IdeoViz Plot data along chromosome ideograms Shraddha Pai (Shraddha.Pai@camh.ca), Jingliang Ren 5 April, 1 Plotting discrete or continuous dataseries in the context of chromosomal location has several

More information

From Internal Validation to Sensitivity Test: How Grid Computing Facilitates the Construction of an Agent-Based Simulation in Social Sciences

From Internal Validation to Sensitivity Test: How Grid Computing Facilitates the Construction of an Agent-Based Simulation in Social Sciences : How Grid Computing Facilitates the Construction of an Agent-Based Simulation in Social Sciences 1 Institute of Political Science, National Sun Yet-San University. 70 Lian-Hai Rd., Kaohsiung 804, Taiwan,

More information

GenePix Application Note

GenePix Application Note GenePix Application Note Biological Relevance of GenePix Results Shawn Handran, Ph.D. and Jack Y. Zhai, Ph.D. Axon Instruments, Inc. 3280 Whipple Road, Union City, CA 94587 Last Updated: Aug 22, 2003.

More information

Why Should We Care? Everyone uses plotting But most people ignore or are unaware of simple principles Default plotting tools are not always the best

Why Should We Care? Everyone uses plotting But most people ignore or are unaware of simple principles Default plotting tools are not always the best Elementary Plots Why Should We Care? Everyone uses plotting But most people ignore or are unaware of simple principles Default plotting tools are not always the best More importantly, it is easy to lie

More information

Scientific Transparency, Integrity, and Reproducibility

Scientific Transparency, Integrity, and Reproducibility Scientific Transparency, Integrity, and Reproducibility Victoria Stodden School of Information Sciences University of Illinois at Urbana-Champaign Data for the Public Good: Responsibilities, Opportunities

More information

Package truncdist. August 30, 2016

Package truncdist. August 30, 2016 Version 1.0-2 Dte 2016-08-29 Pckge truncdist August 30, 2016 Author, Mintiner Frederick Novomestky Depends R (>= 2.0.1), stts4,evd A collection of tools to evlute proility density functions,

More information

Gain Compression Simulation

Gain Compression Simulation Gain Compression Simulation August 2005 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this material,

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 147 Introduction A mosaic plot is a graphical display of the cell frequencies of a contingency table in which the area of boxes of the plot are proportional to the cell frequencies of the contingency

More information

Topics for today. Why not use R for graphics? Why use R for graphics? Introduction to R Graphics: U i R t t fi. Using R to create figures

Topics for today. Why not use R for graphics? Why use R for graphics? Introduction to R Graphics: U i R t t fi. Using R to create figures Topics for today Introduction to R Graphics: U i R t t fi Using R to create figures BaRC Hot Topics October 2011 George Bell, Ph.D. http://iona.wi.mit.edu/bio/education/r2011/ Getting started with R Drawing

More information

Package Sushi. R topics documented: April 10, Type Package Title Tools for visualizing genomics data

Package Sushi. R topics documented: April 10, Type Package Title Tools for visualizing genomics data Type Package Title Tools for visualizing genomics data Package Sushi April 10, 2015 Flexible, quantitative, and integrative genomic visualizations for publicationquality multi-panel figures Version 1.2.0

More information

Dr. Kusam Sharma *1, Prof. Pawanesh Abrol 2, Prof. Devanand 3 ABSTRACT I. INTRODUCTION

Dr. Kusam Sharma *1, Prof. Pawanesh Abrol 2, Prof. Devanand 3 ABSTRACT I. INTRODUCTION International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 6 ISSN : 2456-3307 Feature Based Analysis of Copy-Paste Image Tampering

More information

Transformation of graphs by greatest integer function

Transformation of graphs by greatest integer function OpenStax-CNX module: m17290 1 Transformation of graphs by greatest integer function Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0

More information

Starting with Raw Data

Starting with Raw Data Starting with Raw Data Image formats: DICOM DICOM (Digital Imaging and Communications in Medicine) format Standardized way of representing images Usually how data is given either from scanner or hospital

More information