Question: You are given two data sets ( . xlsx files ) , stored the position of cancer cells during migration experiment in two different matrices,

You are given two data sets (.xlsx files), stored the position of cancer cells during migration experiment in two
different matrices, Collagen Matrix with a high concentration of collagen and Collagen Matrix with a low
concentration of collagen. The structure of data in each file is as follows:
The first three columns store the cell coordinate point (X,Y,Z), X coordinate stored in first, Y in the second and Z the
third column
Column four contain the information about the time step.
Column five is the ID of cells. Each cell has a unique ID.
Using the provided data sets, answer the following questions:
a) How many cancer cells were analyzed in each matrix? Write a program to answer this question.
b) How many cells have a full track of migration? Write a program to answer this question.
c) Find the speed for each individual cell in each matrix using the following formula:
Speed=(Net Cell Displacement)/total time
** You may calculate the distance between two points in the space using: Distance=sqrt{(Xf-Xi)^2+(Yf-Yi)^2+(Zf-Zi)^2
where (X1, Y1, Z1) is the coordinate of the first point and (X2, Y2, Z2) is the
coordinate of the second point. The interval between two consecutive
time steps is 40 mins or (2/3)hour.
d) For cells migrated in the two matrices:
I. Create a boxplot of the migration speed.
II. Find the mean, median, standard deviation of the migration speed in each
matrix
III. To the boxplots of part (I.) add
(-) The relevant data points to each boxplot (-) Add Mean Line segment. Write every programs in R studio

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!