Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is operatiing system?

Answered: 1 week ago

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago