Publications by Anthony Colombo
The Dinner Party Homework1
Library library(magrittr) library(ggplot2) Helper functions flipCoin<-function(n=NULL){ toss<- sample(c("H","T"),1,prob =c(0.5,0.5)) return(toss) } updateDinner<-function(dinner=NULL,host.id=NULL,pass.id=NULL){ # the previous host is no longer host. dinner[host.id,'host']<-'NO' dinner[host.id,'touchedBox']<-'YES' dinner[pas...
2333 sym R (5553 sym/27 pcs) 4 img
Polya Urns simulated description
Set up This code gives an outline of how to simulate a single urn and count how many red balls there are in it at the end. First we set up some book-keeping variables # set the random number seed library(ggplot2) library(magrittr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## ...
4184 sym R (6556 sym/53 pcs) 4 img
Don't Stop Game probability
Library library(magrittr) library(kableExtra) library(kableExtra) library(ggplot2) library(dplyr) ## ## Attaching package: 'dplyr' ## The following object is masked from 'package:kableExtra': ## ## group_rows ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:ba...
6485 sym R (10519 sym/30 pcs) 7 img
Group project multi-level modeling
Library library(magrittr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(reshape2) library(magrittr);library(dplyr) library(lattice) Data management we ...
10374 sym R (108501 sym/157 pcs) 13 img
SSCI 683 final topic
4/26/2022 Introduction to spatial epidemiology Grid-based approaches (Baker,2014) Spatial logistic regression models estimate odds of disease associated with distance to exposure site Grid-based estimates are a low level scale, whereas parametric models are high level scaling Background distances to exposure sites can determine the level of e...
6324 sym R (195 sym/3 pcs) 5 img 5 tbl
IMC-Panel-Discussion 4-25
Fluidigm Cell Segmentation ForumAnthony Colombo4-24 Preprocessing with ImageJ Occurs when the tissue is sectioned and placed on slide/TMA. Common in different tissues ImageJ (https://imagej.nih.gov/ij/) Pixel Uncertainty (Ilastik) well trained (left), and poorly trained (right) Ilastik can export these as snapshots to be analyzed in R. Pixel...
511 sym 3 img