Regulatory Genomics Lab

Size: px
Start display at page:

Download "Regulatory Genomics Lab"

Transcription

1 Regulatory Genomics Lab Saurabh Sinha PowerPoint by Pei-Chen Peng Regulatory Genomics Saurabh Sinha

2 Exercise In this exercise, we will do the following:. 1. Use Galaxy to manipulate a ChIP track for BIN in D. Mel. 2. Subject peak sets to MEME suite. 3. Compare MEME motifs with Fly Factor Survey motifs for BIN. 4. Subject peak set to a gene set enrichment test. Regulatory Genomics Saurabh Sinha

3 Step 0A: Local Files For viewing and manipulating the files needed for this laboratory exercise, insert your flash drive. Denote the path to the flash drive as the following: [course_directory] We will use the files found in: [course_directory]/07_regulatory_genomics/data/ Regulatory Genomics Saurabh Sinha

4 Step 0B: Logging into Galaxy Go to: galaxy.knowhub.org Click Enter Click Login Input your login credentials. Click Login. Regulatory Genomics Saurabh Sinha

5 Computational Prediction of Motifs In this exercise, we will upload a ChIP track of the transcription factor BIN in Drosophila Melanogaster to Galaxy. After performing various file manipulations, we will use the MEME suite to identify a motif from the top 100 ChIP regions. Subsequently, we will compare our predicted motif with the experimentally validated motif for BIN at Fly Factor Survey. Regulatory Genomics Saurabh Sinha

6 Step 1: Upload BIN ChIP Track to Galaxy Click Get Data and then Upload File Click Choose local file and then upload our ChIP file: [course_directory]/07_regulatory_genomics/data/ BIN_Fchip_s11_1000.gff Set the Type to gff. Set Genome to dm3. Click Start Regulatory Genomics Saurabh Sinha

7 Step 2: Sort ChIP Track By Score Click on Filter and Sort and Sort. Under Sort Dataset, select our ChIP track. Under on column, select column: 6. Under with flavor, select Numerical sort. Under everything in, select Descending order. Click Execute. Regulatory Genomics Saurabh Sinha

8 Step 3: Obtain Top 100 ChIP Regions Click on Text Manipulation and Select First. Under Select first, enter 100 lines. Under from, select our sorted ChIP data. Click Execute.. Regulatory Genomics Saurabh Sinha

9 Step 4: Extract DNA of Top 100 ChIP Regions Click on Fetch Sequences. Click on Extract Genomic DNA. Under Fetch sequences for intervals in select our top 100 ChIP regions. Set Interpret features when possible to No. Set Source for Genomic Data to Locally cached. Set Output data type to FASTA. Click Execute. Regulatory Genomics Saurabh Sinha

10 Step 5: Download The Data When finished, click on file to our desktop. to download the This has already been done for you. The resulting sequence is in the following file: [course_directory]/07_regulatory_genomics/data/bin_top_100.fasta Regulatory Genomics Saurabh Sinha

11 Step 6: Submit to MEME DO NOT RUN THIS NOW. MEME TAKES A VERY LONG TIME. In this step, we will submit the sequences to MEME Go to the following address: Upload your sequences file here Enter your address here. Leave other parameters as default. Click Start Search. Regulatory Genomics Saurabh Sinha

12 Step 7A: Analyzing MEME Results Go to the following web address: The webpage contains a summary of MEME s findings. It is also available on the results directory: [course_directory]/07_regulatory_genomics/results/meme.htm Let s investigate the top hit. Regulatory Genomics Saurabh Sinha

13 Step 7B: Analyzing MEME Results To the right is a LOGO of our predicted motif, showing the per position relative abundance of each nucleotide At the bottom are the aligned regions in each of our sequences that helped produce this motif. As the p-value increases (becomes less significant) matches show greater divergence from our LOGO. Regulatory Genomics Saurabh Sinha

14 Step 7C: Analyzing MEME Results Other predicted motifs do not seem as plausible. Regulatory Genomics Saurabh Sinha

15 Step 8A: Comparison with Experimentally Validated Motif for BIN FlyFactorSurvey is a database of TF motifs in Drosophila Melanogaster. Go to the following link to view the motif for BIN: FlybaseID=FBgn Regulatory Genomics Saurabh Sinha

16 Step 8B: Comparison with Experimentally Validated Motif for BIN Actual BIN Motif Best MEME Motif Best MEME Motif Reverse Complemented There is strong agreement between the actual motif and the reverse complement of MEME s best motif. This indicates MEME was actually able to find the motif from the top 100 ChIP regions for this TF. Regulatory Genomics Saurabh Sinha

17 Gene Set Enrichment Analysis In this exercise, we will extract the nearby genes for each one of the ChIP peaks for BIN. We will then subject the nearby genes to enrichment analysis tests on various Gene Ontology gene sets utilizing DAVID. Regulatory Genomics Saurabh Sinha

18 Step 9A: Acquire Nearby Genes In this step, we will acquire all genes in Drosophila Melanogaster using UCSC Main Table Browser: Regulatory Genomics Saurabh Sinha

19 Step 9B: Acquire Nearby Genes Ensure the following settings are configured. Click get output and then get BED. Regulatory Genomics Saurabh Sinha

20 Step 9C: Acquire Nearby Genes Go back to Galaxy Server Click Get Data and then Upload File Click Choose local file and then upload our gene file: [course_directory]/07_regulatory_genomics/results/ flygenes.bed Set the Type to gff. Set Genome to dm3. Click Start Regulatory Genomics Saurabh Sinha

21 Step 9D: Acquire Nearby Genes Select Operate on Genomic Intervals Then Select Fetch Closest nonoverlapping interval feature. Regulatory Genomics Saurabh Sinha

22 Step 9E: Acquire Nearby Genes For For every interval feature in select our original ChIP track. For Fetch closest features from select the UCSC genes track we just downloaded. Click Execute Regulatory Genomics Saurabh Sinha

23 Step 10A: Cut Out Genes The resulting file has the list of nearby genes in CG format in the 12 th column. We are only interested in the genes, so we need to cut them out using the CUT tool. Under Text Manipulation click Cut Regulatory Genomics Saurabh Sinha

24 Step 10B: Cut Out Genes For Cut Columns type c12 to denote column 12. Under Delimited By select Tab Under From select the track we just generated: the intersection of the ChIP-peaks and Fly Base genes. Click Execute. Regulatory Genomics Saurabh Sinha

25 Step 10C: Download The Data When finished, click on file to our desktop. to download the This has already been done for you. The resulting sequence is in the following file: [course_directory]/07_regulatory_genomics/results/ cg_transcripts.txt Regulatory Genomics Saurabh Sinha

26 Step 11A: Convert IDs The enrichment tool we will use doesn t accept genes in this format. We will use the FlyBase ID converter to convert these transcript ids into FlyBase transcript ids. Regulatory Genomics Saurabh Sinha

27 Step 11B: Convert IDs Go to Upload our cg_transcript.txt file and hit Go. On the next page, click file, uniq IDs only to download the file of converted IDs. Regulatory Genomics Saurabh Sinha

28 Step 12A: Gene Set Enrichment - DAVID Move the resulting file from the previous analysis to the course directory and rename it: (This has already been done for you.) [course_directory]/07_regulatory_genomics/results/ fb_transcripts.txt With our correct ids of transcripts of genes near ChIP peaks, we now wish to perform a gene set enrichment analysis on various gene sets. A tool that allows us to do this from a web interface is DAVID located at the following address: Regulatory Genomics Saurabh Sinha

29 Step 12A: Gene Set Enrichment - DAVID We will perform a Gene Set Enrichment Analysis on our transcript list (gene list) and see what GO categories we are significantly enriched in. Analyze the gene list with Functional Annotation Tool Click Choose File on select our fb_transcripts.txt file. Under Select Identifier select FLYBASE_TRANSCRIPT_ID. Under Step 3: List Type check Gene List. Click Submit List. Regulatory Genomics Saurabh Sinha

30 Step 12B: Gene Set Enrichment - DAVID On the next page, select Functional Annotation Chart. Our gene set seems to be enriched in the BP_FAT GO category! This is consistent with the activity of the BIN transcription factor in the literature. Regulatory Genomics Saurabh Sinha

Color Swatch Add-on User Guide

Color Swatch Add-on User Guide Color Swatch Add-on User Guide A guide to using Color Swatch add-on interface Last Updated: February 7, 2018 Version 1.0 2017-2018 Cybage. All rights reserved. The information contained in this document

More information

STYLOPEDIA. Team 4 Kiran Viswanathan Vanitha Venkatanarayanan Prasad Kodre Prathamesh Bhurke 5/13/2014

STYLOPEDIA. Team 4 Kiran Viswanathan Vanitha Venkatanarayanan Prasad Kodre Prathamesh Bhurke 5/13/2014 2014 STYLOPEDIA Team 4 Kiran Viswanathan Vanitha Venkatanarayanan Prasad Kodre Prathamesh Bhurke 5/13/2014 Table of Contents Introduction... 2 Revenue Model... 2 Competitor Analysis... 3 Key Scenarios...

More information

The KWallet Handbook. George Staikos Lauri Watts Developer: George Staikos

The KWallet Handbook. George Staikos Lauri Watts Developer: George Staikos George Staikos Lauri Watts Developer: George Staikos 2 Contents 1 Introduction 5 1.1 Create a Wallet........................................ 5 1.2 Using KWallet........................................

More information

How to check the printing process

How to check the printing process How to check the printing process Launch the checking process 1 Simulate the verification 5 Results interpretation 6 Standard constraints 7 Swatches 9 Standard interpretation 10 ISO 12647-2 Offset Simulation

More information

Non-SAC Member Facility Higg Index Guide: Overview

Non-SAC Member Facility Higg Index Guide: Overview Non-SAC Member Facility Higg Index Guide: Overview The Higg Index is an online self-assessment tool developed by the Sustainable Apparel Coalition, that standardizes the measurement of environmental and

More information

Lesson 2 - Value and LRV Transcript. In this lesson we're going to learn about TWO of The Four Pillars of Color, Value and LRV.

Lesson 2 - Value and LRV Transcript. In this lesson we're going to learn about TWO of The Four Pillars of Color, Value and LRV. Lesson 2 - Value and LRV Transcript In this lesson we're going to learn about TWO of The Four Pillars of Color, Value and LRV. Let's kick this off with the definition of value. Value is simply a scale

More information

Clothes Recommend Themselves: A New Approach to a Fashion Coordinate Support System

Clothes Recommend Themselves: A New Approach to a Fashion Coordinate Support System , October 19-21, 2011, San Francisco, USA Clothes Recommend Themselves: A New Approach to a Fashion Coordinate Support System Mio Fukuda*, Yoshio Nakatani** Abstract Fashion coordination is one of the

More information

Queen's University Technicians Position Description Questionnaire. Immediate Supervisor: Manager, Biohazard, Radiation and Chemical Safety

Queen's University Technicians Position Description Questionnaire. Immediate Supervisor: Manager, Biohazard, Radiation and Chemical Safety Queen's University Technicians Position Description Questionnaire Field of Work: Safety Technician (Biohazard and Chemical Safety) Name: TBA Department: Environmental Health & Safety Date: June 22, 2018

More information

Wallet Technology. Information Presentation

Wallet Technology. Information Presentation Wallet Technology Information Presentation 1 Basics A crypto currency wallet is a software program that stores private and public keys and interacts with various block chains (in our case Ethereum) to

More information

*Story: and- hispanic- wealth- hit- hardest- by- recession

*Story:   and- hispanic- wealth- hit- hardest- by- recession DATA ANALYSIS LOG I've looked through a lot of data but had a hard time finding the right one. I initially thought about doing something that's related to Hispanics' wealth and divorce rate. I

More information

Project Management Network Diagrams Prof. Mauro Mancini

Project Management Network Diagrams Prof. Mauro Mancini Project Management Network Diagrams Prof. Mauro Mancini e-mail: Mauro.Mancini@polimi.it tel.: +39-02-23994057 POLITECNICO DI MILANO Department of Management, Economics and Industrial Engineering Mauro

More information

Overview. Label Gallery SDK User Guide

Overview. Label Gallery SDK User Guide Overview Label Gallery SDK User Guide 1 Overview COPYRIGHTS Rev: Rev-20100716 Copyright 2009 SATO CORPORATION. All rights reserved. www.satoworldwide.com The software described in this document is furnished

More information

Using ONYX Separation Control Tool. Contents: What is Separation Control? Using ONYX Separation Control Tool. Separation Control Tips and Tricks

Using ONYX Separation Control Tool. Contents: What is Separation Control? Using ONYX Separation Control Tool. Separation Control Tips and Tricks Using ONYX Separation Control Tool Contents: What is Separation Control? Comparison to Basic/Advanced profiling workflow Advantages Using ONYX Separation Control Tool Enabling Separation Control Configuring

More information

Adafruit SGP30 TVOC/eCO2 Gas Sensor

Adafruit SGP30 TVOC/eCO2 Gas Sensor Adafruit SGP30 TVOC/eCO2 Gas Sensor Created by lady ada Last updated on 2018-03-06 12:33:17 AM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Data Pins Wiring Parts Wiring Arduino Code

More information

Desktop MQTT Client for Adafruit.io

Desktop MQTT Client for Adafruit.io Desktop MQTT Client for Adafruit.io Created by lady ada Last updated on 2017-07-14 05:58:50 AM UTC Guide Contents Guide Contents Overview Installing Software Configuring SSL Connections Connecting & Use

More information

Version 1.4 Getting Started Guide

Version 1.4 Getting Started Guide Version 1.4 Getting Started Guide Document Version 1.2 QGate Software Limited D2 Fareham Heights, Standard Way, Fareham Hampshire UK PO16 8XT Telephone +44 (0) 1329 22800 info@qgate.co.uk www.qgate.co.uk

More information

Joy Featherwing. Created by Dean Miller. Last updated on :03:07 PM UTC

Joy Featherwing. Created by Dean Miller. Last updated on :03:07 PM UTC Joy Featherwing Created by Dean Miller Last updated on 2018-08-22 04:03:07 PM UTC Guide Contents Guide Contents Overview Pinouts Power and Reset Pins I2C Data Pins I2C Addressing Optional Interrupt Pin

More information

Snake Charmer Box. Created by Dano Wall. Last updated on :07:25 PM UTC

Snake Charmer Box. Created by Dano Wall. Last updated on :07:25 PM UTC Snake Charmer Box Created by Dano Wall Last updated on 2018-08-22 04:07:25 PM UTC Guide Contents Guide Contents Overview Materials Circuit Playground Express Standard servo - TowerPro SG-5010 Small Alligator

More information

Adafruit IO Basics: Digital Output

Adafruit IO Basics: Digital Output Adafruit IO Basics: Digital Output Created by Todd Treece Last updated on 2017-09-12 03:10:33 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Digital Feed Adding the Toggle

More information

NeoPixie Dust Bag with Circuit Playground Express

NeoPixie Dust Bag with Circuit Playground Express NeoPixie Dust Bag with Circuit Playground Express Created by John Park Last updated on 2017-12-20 10:00:29 PM UTC Guide Contents Guide Contents Overview Code It Setup Animation Color Touch Variable Color

More information

CADENUS AND VANESSA BY JONATHAN SWIFT DOWNLOAD EBOOK : CADENUS AND VANESSA BY JONATHAN SWIFT PDF

CADENUS AND VANESSA BY JONATHAN SWIFT DOWNLOAD EBOOK : CADENUS AND VANESSA BY JONATHAN SWIFT PDF Read Online and Download Ebook CADENUS AND VANESSA BY JONATHAN SWIFT DOWNLOAD EBOOK : CADENUS AND VANESSA BY JONATHAN SWIFT PDF Click link bellow and free register to download ebook: CADENUS AND VANESSA

More information

Datalogging Hat with FLORA BLE

Datalogging Hat with FLORA BLE Datalogging Hat with FLORA BLE Created by Becky Stern Last updated on 2018-08-22 03:50:19 PM UTC Guide Contents Guide Contents Overview Circuit and Arduino code Bluefruit LE Connect settings Adafruit IO

More information

Adafruit DRV2605 Haptic Controller Breakout

Adafruit DRV2605 Haptic Controller Breakout Adafruit DRV2605 Haptic Controller Breakout Created by lady ada Last updated on 2018-08-20 03:28:51 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C Pins Other! Assembly Prepare the

More information

How to Create Your Cryptocurrency Wallet and Add PumaPay Tokens

How to Create Your Cryptocurrency Wallet and Add PumaPay Tokens How to Create Your Cryptocurrency Wallet and Add PumaPay Tokens 1 FOREWORD Thank you for joining PumaPay. We are happy to welcome you to the PumaPay Community. Faithfully, The PumaPay Team 2 TABLE OF CONTENTS

More information

Adafruit Si7021 Temperature + Humidity Sensor

Adafruit Si7021 Temperature + Humidity Sensor Adafruit Si7021 Temperature + Humidity Sensor Created by lady ada Last updated on 2017-11-12 06:14:07 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: I2C Logic pins: Assembly Prepare

More information

MCP Bit DAC Tutorial

MCP Bit DAC Tutorial MCP4725 12-Bit DAC Tutorial Created by lady ada Last updated on 2016-10-07 04:47:03 PM UTC Guide Contents Guide Contents Overview Wiring Using with Arduino Using the library Increasing the speed Download

More information

EHSA SOP CREATE PLACARDS FOR LAB LOCATIONS

EHSA SOP CREATE PLACARDS FOR LAB LOCATIONS CONTENTS 1.0 PURPOSE 2.0 PROCEDURES 2.1 Select Lab Placard to Edit 2.2 Edit Lab Placard Details. 2.3 Review/Print Placard 3.0 SOP REVIEW/REVISION 1.0 PURPOSE The purpose of this standard operating procedure

More information

Adafruit ATWINC1500 WiFi Breakout

Adafruit ATWINC1500 WiFi Breakout Adafruit ATWINC1500 WiFi Breakout Created by lady ada Last updated on 2016-03-09 12:29:56 PM EST Guide Contents Guide Contents Overview Pinouts Power Pins SPI Pins Other SPI Interface Pins Assembly Prepare

More information

Crickit Dancing Marionette Kit Created by Dano Wall. Last updated on :03:11 PM UTC

Crickit Dancing Marionette Kit Created by Dano Wall. Last updated on :03:11 PM UTC Crickit Dancing Marionette Kit Created by Dano Wall Last updated on 2019-04-04 07:03:11 PM UTC Overview This project demonstrates how to build a robotic marionette that is controlled with four arcade-style

More information

Adafruit APDS9960 breakout

Adafruit APDS9960 breakout Adafruit APDS9960 breakout Created by Dean Miller Last updated on 2018-01-19 11:18:59 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Logic pins: Assembly Prepare the header strip: Add

More information

FLORA TV-B-Gone. Created by Becky Stern. Last updated on :32:57 PM UTC

FLORA TV-B-Gone. Created by Becky Stern. Last updated on :32:57 PM UTC FLORA TV-B-Gone Created by Becky Stern Last updated on 2018-08-22 03:32:57 PM UTC Guide Contents Guide Contents Overview Parts Tutorials Transistors Resistors LEDs Pushbutton Program it Power Fabric pinwheel

More information

Adafruit AM2320 Sensor

Adafruit AM2320 Sensor Adafruit AM2320 Sensor Created by lady ada Last updated on 2018-03-07 09:49:28 PM UTC Guide Contents Guide Contents Overview Pinouts Arduino Usage Install Adafruit Sensor Download Adafruit_AM2320 Load

More information

Adafruit Si5351 Clock Generator Breakout

Adafruit Si5351 Clock Generator Breakout Adafruit Si5351 Clock Generator Breakout Created by lady ada Last updated on 2017-06-02 07:54:50 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C Pins Assembly Prepare the header strip:

More information

Adafruit I2C FRAM Breakout

Adafruit I2C FRAM Breakout Adafruit I2C FRAM Breakout Created by lady ada Last updated on 2017-07-14 05:38:45 AM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: I2C Logic pins: Assembly Prepare the header strip: Add

More information

Adafruit MPRLS Ported Pressure Sensor Breakout

Adafruit MPRLS Ported Pressure Sensor Breakout Adafruit MPRLS Ported Pressure Sensor Breakout Created by lady ada Last updated on 2018-09-26 08:51:24 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: I2C Logic pins: Other pins: Arduino

More information

Adafruit Color Sensors

Adafruit Color Sensors Adafruit Color Sensors Created by Bill Earl Last updated on 2018-11-05 03:48:12 PM UTC Guide Contents Guide Contents Overview Assembly and Wiring Assembly (breakout version only) Position the header Position

More information

Revisions to the OSHA Hazard Communication Standard:

Revisions to the OSHA Hazard Communication Standard: Revisions to the OSHA Hazard Communication Standard: The Globally Harmonized System (GHS) BWH Department of Environmental Affairs The US Occupational Safety and Health Administration (OSHA) has revised

More information

Adafruit ATWINC1500 WiFi Breakout

Adafruit ATWINC1500 WiFi Breakout Adafruit ATWINC1500 WiFi Breakout Created by lady ada Last updated on 2018-01-29 08:25:04 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins SPI Pins Other SPI Interface Pins Assembly Prepare

More information

Adafruit AMG8833 8x8 Thermal Camera Sensor

Adafruit AMG8833 8x8 Thermal Camera Sensor Adafruit AMG8833 8x8 Thermal Camera Sensor Created by Justin Cooper Last updated on 2017-11-27 10:00:27 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Logic pins: Assembly Prepare the

More information

Shell Microspheres for Ultrahigh-Rate Intercalation Pseudocapacitors

Shell Microspheres for Ultrahigh-Rate Intercalation Pseudocapacitors Supplementary Information Nanoarchitectured Nb2O5 hollow, Nb2O5@carbon and NbO2@carbon Core- Shell Microspheres for Ultrahigh-Rate Intercalation Pseudocapacitors Lingping Kong, a Chuanfang Zhang, a Jitong

More information

Introducing Adafruit Trellis

Introducing Adafruit Trellis Introducing Adafruit Trellis Created by lady ada Last updated on 2016-09-16 09:12:22 PM UTC Guide Contents Guide Contents Overview Adding LEDs Connecting Library reference Creating the objects Controlling

More information

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Anthony Prats Shreya Mantri Jack Zhuang Pratham Shah Yiwen Zhong!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Anthony Prats Shreya Mantri Jack Zhuang Pratham Shah Yiwen Zhong!! Anthony Prats Shreya Mantri Jack Zhuang Pratham Shah Yiwen Zhong Executive Summary Crafted Color stands to revolutionize the relationship between women and their cosmetic products. Cosmetics have existed

More information

RETAIL RETAIL ACTIVITY INDICATORS QUICK READ LEBANON LFA CCIABML OBSERVATORY FIRST HALF OF SEVENTH EDITION. lfalebanon.com

RETAIL RETAIL ACTIVITY INDICATORS QUICK READ LEBANON LFA CCIABML OBSERVATORY FIRST HALF OF SEVENTH EDITION. lfalebanon.com RETAIL OBSERVATORY SEVENTH EDITION LFA CCIABML RETAIL ACTIVITY INDICATORS QUICK READ LEBANON FIRST HALF OF 2018 A semi-annual report prepared by lfalebanon.com LFA implementing partner RETAIL ACTIVITY

More information

Table of Contents. 7/23/2018 Kohl's Department Stores 2

Table of Contents. 7/23/2018 Kohl's Department Stores 2 Table of Contents Fit Consistency....3-5 Fit Classification-Definitions...6 Fit Consistency Checklist....7 Additional Tools for Fit Consistency 8-9 Starting with Proven Pattern.10 Roles of CFT in Product

More information

Creative Age Publications

Creative Age Publications Reach the world of men s grooming and barber professionals with Creative Age Publications MEDIA KIT 2016 Creative Age is launching a quarterly publication that zeroes in on men. The first issue will debut

More information

Interactive Gift Box. Created by codingpro. Last updated on :47:40 AM UTC

Interactive Gift Box. Created by codingpro. Last updated on :47:40 AM UTC Interactive Gift Box Created by codingpro Last updated on 2018-01-10 01:47:40 AM UTC Guide Contents Guide Contents Overview Adafruit GEMMA M0 - Miniature wearable electronic platform Lithium Ion Polymer

More information

Power Spectral Density (PSD) Measurements with the HP 35670A Dynamic Signal Analyzer. Written by Patrick Barry 08/20/ :20 hr

Power Spectral Density (PSD) Measurements with the HP 35670A Dynamic Signal Analyzer. Written by Patrick Barry 08/20/ :20 hr Power Spectral Density (PSD) Measurements with the HP 35670A Dynamic Signal Analyzer Written by Patrick Barry 08/20/2014 14:20 hr Last Updated: 11/18/2014 13:00 hr Brief/Short Step-by-Step Instructions:

More information

Adafruit ATWINC1500 WiFi Breakout

Adafruit ATWINC1500 WiFi Breakout Adafruit ATWINC1500 WiFi Breakout Created by lady ada Last updated on 2016-09-22 07:01:05 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins SPI Pins Other SPI Interface Pins Assembly Prepare

More information

Unit Overview: Salon Safety and Infection Control

Unit Overview: Salon Safety and Infection Control 90 minutes January 3 1. Apply safety rules and regulations and procedures necessary for preparation and attainment of licensure by the Alabama Board of Cosmetology. 2. Demonstrate the safe cleaning and

More information

Adafruit Mini TFT " 160x80

Adafruit Mini TFT  160x80 Adafruit Mini TFT - 0.96" 160x80 Created by lady ada Last updated on 2017-11-17 05:56:10 PM UTC Guide Contents Guide Contents Overview Pinouts Assembly Prepare the header strip: Add the breakout board:

More information

Flora Wearable GPS. Created by Becky Stern. Last updated on :32:36 PM UTC

Flora Wearable GPS. Created by Becky Stern. Last updated on :32:36 PM UTC Flora Wearable GPS Created by Becky Stern Last updated on 2018-08-22 03:32:36 PM UTC Guide Contents Guide Contents Overview Hook up GPS Program FLORA Basic Echo Test Install Adafruit GPS Library Load Echo

More information

Grove - LED Bar. Introduction. Features

Grove - LED Bar. Introduction. Features Grove - LED Bar Introduction 3.3V 5.0V Digital Grove LED Bar is comprised of a 10 segment LED gauge bar and an MY9221 LED controlling chip. It can be used as an indicator for remaining battery life, voltage,

More information

OpenSesame EyeLink tutorial

OpenSesame EyeLink tutorial OpenSesame EyeLink tutorial Daniel Schreij 1, Sebastiaan Mathôt 1,2, and Lotje van der Linden 2 1 VU University Amsterdam, Dept. of Cognitive Psychology 2 Aix-Marseille Université, Laboratoire de Psychologie

More information

Adafruit 1.27" and 1.5" Color OLED Breakout Board

Adafruit 1.27 and 1.5 Color OLED Breakout Board Adafruit 1.27" and 1.5" Color OLED Breakout Board Created by Bill Earl Last updated on 2017-11-17 05:54:22 PM UTC Guide Contents Guide Contents Overview Board Technical Details Assembly Prepare the header

More information

Using BodyPaint 3D with LightWave

Using BodyPaint 3D with LightWave Addendum 23 Plugins ADDENDUM 1 Exchange Plugins Using BodyPaint 3D with LightWave If you are a LightWave user, the quickest way to get your models from LightWave to BodyPaint 3D then back again once you

More information

Type of Application (Check One) New Protocol Revised Protocol Project Duration Start Date: End Date:

Type of Application (Check One) New Protocol Revised Protocol Project Duration Start Date: End Date: Page 1 of 11 INSTITUTIONAL BIOSAFETY COMMITTEE Winston-Salem State University Application for the Use of Biohazardous Materials, Recombinant DNA and Infectious Agents 1. APPLICANT INFORMATION Assigned

More information

Make a Google Glass remote with Bluefruit

Make a Google Glass remote with Bluefruit Make a Google Glass remote with Bluefruit Created by Deqing Sun Last updated on 2013-11-09 08:45:21 PM EST Guide Contents Guide Contents Overview Components and Wiring Remap keys Pair Bluefruit with Google

More information

ONE SMALL CHILD SHEET MUSIC SATB FROM HAL LEONARD - THIS SONG IS FAST BECOMING A STANDARD IN CONTEMPORARY CHRISTMAS LITERATURE.

ONE SMALL CHILD SHEET MUSIC SATB FROM HAL LEONARD - THIS SONG IS FAST BECOMING A STANDARD IN CONTEMPORARY CHRISTMAS LITERATURE. ONE SMALL CHILD SHEET MUSIC SATB FROM HAL LEONARD - THIS SONG IS FAST BECOMING A STANDARD IN CONTEMPORARY CHRISTMAS LITERATURE. ROGER'S A DOWNLOAD EBOOK : ONE SMALL CHILD SHEET MUSIC SATB FROM HAL LEONARD

More information

www.fibre2fashion.com CONTENTS 03 What is TexPro? 04 Features 06 Benefits Designed to assist you for a strategic & informed decision making process in your business, TexPro is a one-of-a-kind user interface

More information

Using Zapier with Adafruit IO

Using Zapier with Adafruit IO Using Zapier with Adafruit IO Created by Brennen Bearnes Last updated on 2019-01-03 07:37:58 PM UTC Guide Contents Guide Contents Overview Zap: Sending Twitter Results to a Feed Zap: Sending a Feed to

More information

COMPETENCIES IN CLOTHING AND TEXTILES NEEDED BY BEGINNING FAMILY AND CONSUMER SCIENCES TEACHERS

COMPETENCIES IN CLOTHING AND TEXTILES NEEDED BY BEGINNING FAMILY AND CONSUMER SCIENCES TEACHERS Journal of Family and Consumer Sciences Education, Vol. 20, No. 1, Spring/Summer, 2002 COMPETENCIES IN CLOTHING AND TEXTILES NEEDED BY BEGINNING FAMILY AND CONSUMER SCIENCES TEACHERS Cheryl L. Lee, Appalachian

More information

Helpful Hints [How to Complete this Form] 4-H Awardrobe Clothing Event Report Form Iowa State Fair

Helpful Hints [How to Complete this Form] 4-H Awardrobe Clothing Event Report Form Iowa State Fair Helpful Hints [How to Complete this Form] 4-H Awardrobe Clothing Event Report Form Iowa State Fair FASHION REVUE Please Note: All Iowa State Fair 4-H Awardrobe Clothing Event participants are required

More information

Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout

Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout Created by lady ada Last updated on 2017-12-28 11:56:14 PM UTC Guide Contents Guide Contents Overview Sensing Capablities Pinouts Power

More information

REGISTRATIONS APPROVALS LISTINGS PREPARING FOR US FDA INSPECTIONS 483 RESPONSES

REGISTRATIONS APPROVALS LISTINGS PREPARING FOR US FDA INSPECTIONS 483 RESPONSES REGISTRATIONS APPROVALS LISTINGS PREPARING FOR US FDA INSPECTIONS 483 RESPONSES FORMULATIONS & API s MEDICAL DEVICES FOOD FEED DIETARY SUPPLIMENTS COSMETICS United States Agent Services Under the Code

More information

Sewable NeoPixels. Created by Becky Stern. Last updated on :50:14 PM EDT

Sewable NeoPixels. Created by Becky Stern. Last updated on :50:14 PM EDT Sewable NeoPixels Created by Becky Stern Last updated on 2015-08-25 07:50:14 PM EDT Guide Contents Guide Contents Overview Prerequisite guides Lots of Pixels? Hook up alligator clips Run pixel test code

More information

Adafruit IO Basics: Feeds

Adafruit IO Basics: Feeds Adafruit IO Basics: Feeds Created by Todd Treece Last updated on 2017-02-24 06:06:09 PM UTC Guide Contents Guide Contents Overview Creating a Feed Editing a Feed License Settings Privacy Settings Notification

More information

How to Simplify Your Frac Site. Presented by Firstname Surname, Job Title

How to Simplify Your Frac Site. Presented by Firstname Surname, Job Title How to Simplify Your Frac Site Presented by Firstname Surname, Job Title Firstname Surname, Job Title Firstname Surname, Job Title We engineer your success. WEIR Oil & Gas is committed to improving the

More information

Adafruit IO Basics: Temperature & Humidity

Adafruit IO Basics: Temperature & Humidity Adafruit IO Basics: Temperature & Humidity Created by Todd Treece Last updated on 2018-03-13 03:35:08 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Feeds Adding the Line

More information

Colour Catchup: SlideShare

Colour Catchup: SlideShare Just another WordPress.com weblog Colour Catchup: SlideShare January 16, 2012 I realize I haven t been keeping up with the blogging so here is a bit of catchup. A little while ago, I posted three presentations

More information

Adafruit CCS811 Air Quality Sensor

Adafruit CCS811 Air Quality Sensor Adafruit CCS811 Air Quality Sensor Created by Dean Miller Last updated on 2018-01-15 11:03:58 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Logic pins: Arduino Wiring & Test I2C Wiring

More information

MCP Bit DAC Tutorial

MCP Bit DAC Tutorial MCP4725 12-Bit DAC Tutorial Created by lady ada Last updated on 2018-03-05 10:51:16 PM UTC Guide Contents Guide Contents Overview Wiring Arduino Code Using the library Increasing the speed CircuitPython

More information

C. J. Schwarz Department of Statistics and Actuarial Science, Simon Fraser University December 27, 2013.

C. J. Schwarz Department of Statistics and Actuarial Science, Simon Fraser University December 27, 2013. Errors in the Statistical Analysis of Gueguen, N. (2013). Effects of a tattoo on men s behaviour and attitudes towards women: An experimental field study. Archives of Sexual Behavior, 42, 1517-1524. C.

More information

SURF and MU-SURF descriptor comparison with application in soft-biometric tattoo matching applications

SURF and MU-SURF descriptor comparison with application in soft-biometric tattoo matching applications SURF and MU-SURF descriptor comparison with application in soft-biometric tattoo matching applications Mikel Iturbe, Olga Kähm, Roberto Uribeetxeberria Faculty of Engineering Mondragon University Email:

More information

Adafruit PowerBoost 500 Shield

Adafruit PowerBoost 500 Shield Adafruit PowerBoost 500 Shield Created by lady ada Last updated on 2018-08-22 03:43:27 PM UTC Guide Contents Guide Contents Overview Pinouts DC/DC Boost section Indicator LEDs Charging section Power Switch

More information

DPI Research. Global Breast Implants Market Analysis and Forecast Published: September Breast Implants Market

DPI Research. Global Breast Implants Market Analysis and Forecast Published: September Breast Implants Market Global Breast Implants Market Analysis and Forecast 2016 2022 DPI Research Published: September 2016 DPI Research www.dpiresearch.com Page 1 of 24 Breast augmentation is one of the most popular cosmetic

More information

AAU Library Resources for Fashion

AAU Library Resources for Fashion Magazines available at the Circulation Desk: California Apparel News Collezioni Donna GAP Press / Pret a Porter Uomo Collezioni Women s Wear Daily print version Textile View Magazine Doneger Creative Services

More information

Number: 48B Issued by: ODGS S & S, Vancouver March 20, Converting an Océ Arizona Printer to a Different Océ IJC25X Ink Formulation

Number: 48B Issued by: ODGS S & S, Vancouver March 20, Converting an Océ Arizona Printer to a Different Océ IJC25X Ink Formulation Océ Arizona 2xx/3xx/4xx/5xx/6xx GT/XT Printers Application Bulletin Number: 48B Issued by: ODGS S & S, Vancouver March 20, 2015 Converting an Océ Arizona Printer to a Different Océ IJC25X Ink Formulation

More information

Adafruit 2.4" TFT FeatherWing

Adafruit 2.4 TFT FeatherWing Adafruit 2.4" TFT FeatherWing Created by lady ada Last updated on 2018-01-12 04:29:29 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins SPI Pins TFT Control Pins Touch Screen control pins

More information

Adafruit Capacitive Touch Sensor Breakouts

Adafruit Capacitive Touch Sensor Breakouts Adafruit Capacitive Touch Sensor Breakouts Created by Bill Earl Last updated on 2018-08-22 03:36:13 PM UTC Guide Contents Guide Contents Overview Momentary Toggle 5-Pad Momentary Assembly and Wiring Installing

More information

Adafruit MMA8451 Accelerometer Breakout

Adafruit MMA8451 Accelerometer Breakout Adafruit MMA8451 Accelerometer Breakout Created by lady ada Last updated on 2014-07-31 07:00:14 PM EDT Guide Contents Guide Contents Overview Pinouts (http://adafru.it/dln)power Pins I2C Pins INT and ADDR

More information

TSL2561 Luminosity Sensor

TSL2561 Luminosity Sensor TSL2561 Luminosity Sensor Created by lady ada Last updated on 2018-01-27 12:17:52 AM UTC Guide Contents Guide Contents Overview Wiring the TSL2561 Sensor Breakout Board Prep Wiring up the sensor Arduino

More information

0.96" mini Color OLED

0.96 mini Color OLED 0.96" mini Color OLED Created by lady ada Last updated on 2016-09-08 03:41:52 PM UTC Guide Contents Guide Contents Overview Power Wiring New Model Older Model Wiring the OLDER design (two rows of pins

More information

Prophet 600 GliGli mod

Prophet 600 GliGli mod Prophet 600 GliGli mod Created by Collin Cunningham Last updated on 2018-08-22 04:04:56 PM UTC Guide Contents Guide Contents Overview What you'll need Program the Teensy++ Modify the Teensy++ Prep header

More information

Alarm.com Wi-Fi Doorbell Camera and Slim Line - Installation Guide

Alarm.com Wi-Fi Doorbell Camera and Slim Line - Installation Guide Alarm.com Wi-Fi Doorbell Camera and Slim Line - Installation Guide Introduction Each Alarm.com Doorbell Camera features a doorbell with an integrated camera, PIR motion sensor, digital microphone and speaker,

More information

Alarm.com Wi-Fi Doorbell Camera and Slim Line

Alarm.com Wi-Fi Doorbell Camera and Slim Line Alarm.com Wi-Fi Doorbell Camera and Slim Line INSTALLATION GUIDE INTRODUCTION Your customers will always know who is at the front door with an Alarm.com Doorbell Camera. Now with two options tochoose from

More information

MACH II WITH YOUR HAIR ON FIRE BY RICHARD BLISS BROOKE DOWNLOAD EBOOK : MACH II WITH YOUR HAIR ON FIRE BY RICHARD BLISS BROOKE PDF

MACH II WITH YOUR HAIR ON FIRE BY RICHARD BLISS BROOKE DOWNLOAD EBOOK : MACH II WITH YOUR HAIR ON FIRE BY RICHARD BLISS BROOKE PDF MACH II WITH YOUR HAIR ON FIRE BY RICHARD BLISS BROOKE DOWNLOAD EBOOK : MACH II WITH YOUR HAIR ON FIRE BY RICHARD BLISS Click link bellow and free register to download ebook: MACH II WITH YOUR HAIR ON

More information

Evaluation of an Experimental Hydrogen Peroxide Post Milking Teat Dip on Teat End and Teat Skin Condition and Health

Evaluation of an Experimental Hydrogen Peroxide Post Milking Teat Dip on Teat End and Teat Skin Condition and Health Animal Industry Report AS 657 ASL R2603 2011 Evaluation of an Experimental Hydrogen Peroxide Post Milking Teat Dip on Teat End and Teat Skin Condition and Health Jesse Juarez Iowa State University Leo

More information

How To Order Team Vic Uniform Online. Track & Field Team 10 years -12 years

How To Order Team Vic Uniform Online. Track & Field Team 10 years -12 years How To Order Team Vic Uniform Online Track & Field Team 10 years -12 years The track & field uniform shop will open for all team members on 3rd November and will close at midnight on 8th November. Due

More information

Minimum Bisection is fixed-parameter tractable

Minimum Bisection is fixed-parameter tractable Minimum Bisection is fixed-parameter tractable Marek Cygan 1, Daniel Lokshtanov 2, Marcin Pilipczuk 2, Micha l Pilipczuk 2, Saket Saurabh 2,3 1 Institute of Informatics, University of Warsaw, Poland 2

More information

BeagleBone. Created by lady ada. Last updated on :46:10 PM UTC

BeagleBone. Created by lady ada. Last updated on :46:10 PM UTC BeagleBone Created by lady ada Last updated on 2016-10-17 08:46:10 PM UTC Guide Contents Guide Contents Overview Installing Drivers Download & Install Connect! Ethernet Terminal Software dmesg Ethernet

More information

Search of Highland Sites & Monuments Record for Useable Mesolithic Information

Search of Highland Sites & Monuments Record for Useable Mesolithic Information ScARF Palaeolithic & Mesolithic Panel Search of Highland Sites & Monuments Record for Useable Mesolithic Information Steven A Birch Introduction At the first ScARF Palaeolithic and Mesolithic panel meeting,

More information

Adafruit 8x16 LED Matrix FeatherWing

Adafruit 8x16 LED Matrix FeatherWing Adafruit 8x16 LED Matrix FeatherWing Created by lady ada Last updated on 2016-05-20 01:58:38 PM EDT Guide Contents Guide Contents Overview Pinouts Power Pins I2C pins Address Jumpers Changing Addresses

More information

OBIS Scientific Remote

OBIS Scientific Remote OBIS Scientific Remote OBIS Scientific Remote P. P. 2 2 OBIS Scientific Remote The OBIS laser with shutter, OBIS Remote key switch, interlock and 5- second delay allows the OBIS laser system to conform

More information

Print's Best T-Shirt Promotions 2: Winning Designs From Print Magazine's National Competition (Vol 2)

Print's Best T-Shirt Promotions 2: Winning Designs From Print Magazine's National Competition (Vol 2) Print's Best T-Shirt Promotions 2: Winning Designs From Print Magazine's National Competition (Vol 2) If searched for the ebook Print's Best T-Shirt Promotions 2: Winning Designs from Print Magazine's

More information

i2c/spi LCD Backpack Created by lady ada Last updated on :11:04 PM UTC

i2c/spi LCD Backpack Created by lady ada Last updated on :11:04 PM UTC i2c/spi LCD Backpack Created by lady ada Last updated on 2017-08-16 05:11:04 PM UTC Guide Contents Guide Contents Overview Which LCD to Use? Wait - the backpack has 16 holes, but my LCD only has 14 pins!

More information

Development of Empirical Equations to Predict Sweating Skin Surface Temperature for Thermal Manikins in Warm Environments.

Development of Empirical Equations to Predict Sweating Skin Surface Temperature for Thermal Manikins in Warm Environments. Development of Empirical Equations to Predict Sweating Skin Surface Temperature for Thermal Manikins in Warm Environments. Wang, Faming; Kuklane, Kalev; Gao, Chuansi; Holmér, Ingvar Published: 2010-01-01

More information

WGSN 2016 CHEATSHEET

WGSN 2016 CHEATSHEET CHEATSHEET WELCOME TO YOUR WGSN FASHION HOMEPAGE Access your favorite reports quickly and easily from your homepage CUSTOMISE YOUR HOMEPAGE Tailor your WGSN Fashion experience by arranging your homepage

More information

Fashion Design and Merchandising

Fashion Design and Merchandising Program Name Fashion Design and Merchandising Program CIP Code 52.1900.20 Program Description and Coherent Sequence The Fashion Design and Merchandising program is designed to prepare students for employment

More information

Adafruit IO Basics: Analog Input

Adafruit IO Basics: Analog Input Adafruit IO Basics: Analog Input Created by Todd Treece Last updated on 2018-08-22 03:47:38 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Analog Feed Adding the Gauge Block

More information

LIFE OF LADY MARY WORTLEY MONTAGU BY ROBERT HALSBAND

LIFE OF LADY MARY WORTLEY MONTAGU BY ROBERT HALSBAND LIFE OF LADY MARY WORTLEY MONTAGU BY ROBERT HALSBAND DOWNLOAD EBOOK : LIFE OF LADY MARY WORTLEY MONTAGU BY ROBERT Click link bellow and free register to download ebook: LIFE OF LADY MARY WORTLEY MONTAGU

More information