MEGAN RIEL-MEHAN
  • Home
  • Science Visualization
  • Research
    • Initial findings
    • Image processing
  • Civic Tech
  • Fine Art
  • News
  • Methods and Notes
  • CV and Resume

Predictive modeling

10/7/2016

0 Comments

 
Goal: To see if there is a correlation between the protrusion parameters matrix and the math of the cells using linear regression.
Training matrices:
DMSO treated cells (in order): cell 14, cell 15, cell 12, cell 10
CK666 treated cells (in order): cell 43 ,cell 48 , cell 55 , cell 53 
variables: ​ Count, largest protusion volume, total protustion volume, protrusion fraction, largest protrusion length, largest protrusion angle, and total protrusion angle.

Experiment 1

Dependent value (y): derivative using savitzky-golay
variables:
  • untreated: training.set
  • ck666: ck666.training.matrix
​
To get rid of rows without Y values
training.set.complete<-training.set[complete.cases(training.set),]
I did this because the smoothing window on the sg filter leaves a lot of blank values for the derivative. 

Results: all the parameters were significant except largest protrusion angle, and total angles. The largest protrusion length is only significant for the first few fits. 

Picture

Experiment 2

Dependent value (y): curve method
variables:
  • untreated: training.set.curve
  • Haven't completed this yet. 


Experiment 3

Dependent value (y): bi-modal with cutoff (ie, is the cell turning or not turning?)
  • untreated: trainingset.curve.bimodal

​Results:
  • untreated: 
    • ​glm (family=binomial): fit.curve.bimodal 
    • all fits loaded into matrix: fits.matrix.curve.bimodal
    • pvalues for all fits loaded into matrix: fits.matrix.curve.bimodal.pv

Picture
To do next:

add more cells to the training set
write function to find average turning point prediction 
0 Comments



Leave a Reply.

    Categories

    All
    Animation
    Cell Crawling
    HBV
    Heroku
    PGRN.org
    R
    Web Development

    RSS Feed

Download CV
Contact me:
  • Home
  • Science Visualization
  • Research
    • Initial findings
    • Image processing
  • Civic Tech
  • Fine Art
  • News
  • Methods and Notes
  • CV and Resume