Top Banner
Matlab Software To Do Analyses as in Marron’s Talks Matlab Available from UNC Site License Download Software: Google “Marron Software”
45

Matlab Software

Feb 24, 2016

Download

Documents

Axelle berumen

Matlab Software. To Do Analyses as in Marron’s Talks Matlab Available from UNC Site License Download Software: Google “ Marron Software”. Matlab Software. Choose. Matlab Software. Download .zip File, & Expand to 3 Directories. Matlab Software. Put these is Matlab Path. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Matlab  Software

Matlab SoftwareTo Do Analyses as in Marron’s Talks

Matlab Available from UNC Site License

Download Software:

Google “Marron Software”

Page 2: Matlab  Software

Matlab SoftwareChoose

Page 3: Matlab  Software

Matlab SoftwareDownload .zip File, & Expand to 3 Directories

Page 4: Matlab  Software

Matlab SoftwarePut these is Matlab Path

Page 5: Matlab  Software

Matlab SoftwarePut these is Matlab Path

Page 6: Matlab  Software

Matlab BasicsMatlab has Modalities:

Interpreted (Type Commands)

Batch (Run “Script Files”)

Page 7: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 8: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 9: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 10: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 11: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 12: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 13: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

For description of a function:

>> help [function name]

Page 14: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 15: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

To Find Functions:>> help [category name]

e.g.

>> help stats

Page 16: Matlab  Software

Matlab BasicsMatlab in Interpreted Mode:

Page 17: Matlab  Software

Matlab BasicsMatlab has Modalities:

Interpreted (Type Commands)

Batch (Run “Script Files”)

For Serious Scientific Computing:Always Run Scripts

Page 18: Matlab  Software

Matlab BasicsMatlab Script File: Just a List of Matlab Commands Matlab Executes Them in Order

Why Bother (Why Not Just Type Commands)?

Reproducibility(Can Find Mistakes & Use Again Much

Later)

Page 19: Matlab  Software

Matlab Script FilesAn Example:

Recall “Brushing Analysis” of Next Generation Sequencing Data

Page 20: Matlab  Software

Simple1st

View:CurveOverlay

(log scale)

Functional Data Analysis

Page 21: Matlab  Software

Often UsefulPopulationView:

PCAScores

Functional Data Analysis

Page 22: Matlab  Software

SuggestionOfClusters???

Functional Data Analysis

Page 23: Matlab  Software

SuggestionOfClusters

Which AreThese?

Functional Data Analysis

Page 24: Matlab  Software

Manually“Brush”Clusters

Functional Data Analysis

Page 25: Matlab  Software

ManuallyBrushClusters

ClearAlternateSplicing

Functional Data Analysis

Page 26: Matlab  Software

Matlab Script FilesAn Example:

Recall “Brushing Analysis” of Next Generation Sequencing Data

Analysis In Script File:VisualizeNextGen2011.m

Matlab Script File Suffix

Page 27: Matlab  Software

Matlab Script FilesString of Text

Page 28: Matlab  Software

Matlab Script FilesCommand to Display String to Screen

Page 29: Matlab  Software

Matlab Script FilesNotes About Data (Maximizes Reproducibility)

Page 30: Matlab  Software

Matlab Script FilesHave Index for Each Part of Analysis

Page 31: Matlab  Software

Matlab Script FilesSo Keep Everything Done (Max’s Reprod’ity)

Page 32: Matlab  Software

Matlab Script FilesNote Some Are Graphics Shown (Can Repeat)

Page 33: Matlab  Software

Matlab Script FilesSet Graphics to Default

Page 34: Matlab  Software

Matlab Script FilesPut Different Program Parts in IF-Block

Page 35: Matlab  Software

Matlab Script FilesComment Out Currently Unused Commands

Page 36: Matlab  Software

Matlab Script FilesRead Data from Excel File

Page 37: Matlab  Software

Matlab Script FilesFor Generic Functional Data Analysis:

Page 38: Matlab  Software

Matlab Script FilesInput Data Matrix

Page 39: Matlab  Software

Matlab Script FilesStructure, with Other Settings

Page 40: Matlab  Software

Matlab Script FilesMake Scores Scatterplot

Page 41: Matlab  Software

Matlab Script FilesUses Careful Choice of Color Matrix

Page 42: Matlab  Software

Matlab Script FilesStart with PCA

Page 43: Matlab  Software

Matlab Script FilesThen Create Color Matrix

Page 44: Matlab  Software

Matlab Script FilesBlack Red Blue

Page 45: Matlab  Software

Matlab Script FilesRun Script Using Filename as a Command