Problem with the export function Delphine Bachelet – 2013/01/16 Stepwise process on Austria data (2013_11_28)

Slides:



Advertisements
Similar presentations
Support.ebsco.com Tutorial Downloading EBSCO eBooks.
Advertisements

Value Control with Variables Joe Long Robofest Student Assistant Lawrence Tech Computer Science Major April 12, 2007.
Quick guide to using pivot tables. Quick guide The following slides quickly show you how to get the information you want from pivot tables… Pivot tables.
Creating a simple bar chart with error bars in SPSS
Intelligent Integration Ambulatory Blood Pressure
SW388R7 Data Analysis & Computers II Slide 1 Solving Problems in SPSS The data sets Options for variable lists in statistical procedures Options for variable.
Enter the application Click to advance to the next slide.
Steps to Validate e-TDS file.. Click on e-TDS file validation utility from Start-->Financial Accounting -XP/Soft One Options.
Data Description Tables and Graphs Data Reduction.
Job Description Report Generation. Job Description Reporting Click on Manage JD and select JD Report.
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
Spring 2008Created by Olivia Kepler - The Academy Movie Maker How-To You can either walk through this step by step or click on the links to take you to.
Read, Read, Read, Read, Read!! The following presentation is a review over important computer terms. They are important for you to recognize and understand.
Welcome to Keyboarding Pro DELUXE ® Get Started Get Started Create Your Student Record Create Your Student Record The Main Menu The Main Menu Send Files.
Assessment for Learning Questionnaire Staff Guide.
Welcome to the PACMAN/SFMe presentation. How a salesperson uses the system. Before the day starts During the day At the end of the day.
Introduction to HTML Reporting with SAS Welcome to HTML reporting with SAS Sam Gordji, Weir 107.
Introduction to the Visual Studio.NET IDE (LAB 1 )
To insert an Audio file on all slides click Insert click the Audio drop down arrow and select the type of audio you want. An audio file placed on the.
LR Register Report R-LOGIC DESIGNED BY ASHWAN SAINI (EDP) AHMEDABAD.
Decorate the Christmas Tree with Math Students will solve the math problem and decorate the tree with their answer.
FusionInspector & FusionInspectorWeb Galaxy-integration.
Introduction to Enterprise Guide Jennifer Schmidt Rhonda Ellis Cassandra Hall.
"Clip art licensed from the Clip Art Gallery on DiscoverySchool.com"
Printing the Works Cited from NoodleTools From the bibliography page of your research project, click on “Print/Export”
Get Microsoft Mouse Mischief
Tutorial for Microsoft Access 2002 Created by Kanako “Nina” Stephens Spring 2004.
The Microsoft ® Mouse Mischief ™ add-in works with Microsoft ® PowerPoint ® 2010 or Microsoft ® Office PowerPoint ® Download and install the Mouse.
Sequencing The most simple type of program uses sequencing, a set of instructions carried out one after another. Start End Display “Computer” Display “Science”
1 Downloading QuestionPro Results to a.CSV File. 2 Step 3 – Download Survey Responses to a Report 1. Click Reports 3. Go to Downloadable Excel Report.
How to save your work… T. Canady. Opening an application Once you open an application, immediately click –File –Save.
Pictures, Pictures, Pictures!. Load your pictures:  Open your and save each picture to your computer. I suggest saving to the My Documents or My.
Complete your group information times and dates for school year.
Online Reporting System (ORS) Plan and Manage Testing.
Control the population proportion through the slider.
How to embed a YouTube video – it’s as easy as 1,2,3!
How to Import Patient Files Identify Patient ID number from current OPD database and make note on paper.
Windows Movie Maker World Language Department 2006/2007.
Unity Application Generator How Can I… Export variables of a Control module, modify the Initial values and import the list back into UAG.
By This video tutorial will show you how to download Thief The Bank Heist DLC full game free on your Xbox 360.
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
Homework Drop Box on eChalk.  Step 1 – Create Homework Assignment  Step 2 - Students Submit Homework Assignments  Step 3 - Teacher Reviews Homework.
Exporting Survey Monkey Data Tutorial. Step 1 Choose the Survey you want to Analyze.
QNT 351 Week 2 DQ 4 Why it is important to find the shape of data distribution before computing descriptive statistics? Do all variables follow normal.
Website Power Points On My Site Select a Section that has Power Points (this is one but others have them )
Inbox The Organized Folder Clean up Ignore Conversation
* Firstly download your Avast Antivirus setup file from the following links and then save it to your computer where you want to * After downloading your.
iPhone Wireframe Template
Change Flow Selection (Imports, Exports, Arrivals and Dispatches)
Edit PowerPoint file using Microsoft PowerPoint: 
Windows 8 Wireframe Template
worldsystembuilder.com/gceo
Learning objectives Independent Task – A
Tech Drop In: Google Drive
Using Objects in Alice.
Year to Date Purchase and Spend Report by Supplier
How to Embed Videos into Powerpoint
Mommy bird sits on her ..
Year to Date Purchase and Spend Report by Organization
Independent Task – Level 7
TELL ME WHEN YOU FINISH SO WE CAN SAVE
امتحانات میں شامل سوالات کے برے ،اچھے اور بہترین نمونے
Editable Templates HOW TO GUIDE.
Coding the EV3 using make code
A quick ‘how to’ guide Lya Noon – H808
Assessment Instruction
HOW TO CREATE BIBLIOGRAPHY:
Edit PowerPoint file using Microsoft PowerPoint:
Change Flow Selection (Imports, Exports, Arrivals and Dispatches)
Presentation transcript:

Problem with the export function Delphine Bachelet – 2013/01/16 Stepwise process on Austria data (2013_11_28)

1. I drag and drop 2. I click on « Generate Summary Statistics »

1. I tick « Export (.TXT) 2. I click on Export Data

Around 3 minutes later

Then… I down-load the file clinical_i2b2trans.txt from Guest-DataExport1008 (see slide 4) onto my computer I open it using R:

The example of the Treat variable R code: > head(X$PATIENT.ID) [1] "100" "1000" "10001" "10003" "10004" "10007" > head(X$X.Biomarkers.Test.Treat.) [1] "Rebif44; Rebif44; Betaferon" "Rebif44; Rebif; Rebif; Rebif44; Rebif" "Tysabri" "Rebif44; Rebif44; Rebif44" "Betaferon" [6] "Tysabri" Meaning that Patient « 100 » had Rebif44 for visit 1, Rebif44 for visit 2, Betaferon for visit 3 Patient « 1000 » had Rebif44 for visit 1, Rebif for visit 2, Rebif for visit 3, Rebif44 for visit 4, Rebif for visit 5, Patient « » had Tysabri for visit 1 Patient « » had Rebif44 for visit 1, Rebif44 for visit 2, Rebif44 for visit 3 Patient « » had Betaferon for visit 1 Patient « » had Tysabri for visit 1 But according to TranSMART… Only one variable « Treat » for all the visits. Why that?

According to TranSMART:

Patient IDR – visit 1TranSMART – Visit 1 R – visit 2TranSMART – Visit 2 R – visit 3TranSMART – Visit 3 100Rebif44BetaferonRebif44 BetaferonRebif Rebif44Rebif 10001Tysabri 10003Rebif Betaferon 10007Tysabri Summary … … Conclusion: The data from alphanumeric (categorical) variables of the exported file (clinical_i2b2trans.txt) are not correct and do not match with the data correctly displayed in the TranSMART grid view!