Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following biological network of FAA4 protein with its interactions with other proteins as shown in the figure below. (Excel file of dataset containing
Consider the following biological network of FAA4 protein with its interactions with other proteins as shown in the figure below. (Excel file of dataset containing edges is provided) Perform the following tasks: 1. Read the dataset file in Python 2. Identify the unique proteins and display them which represents the nodes 3. Calculate the degrees of nodes 4. Save the edges in a list after reading from excel file. 5. Identify the important proteins using: a. Degree Centrality b. Betweenness Centrality c. Closeness Centrality 6. Show the results of all centrality measures along with values. Coding Standard to Follow: - For each graph create different Python Script (.py) will all the functionalities to implement - There should be proper menu for user to perform the task - Use proper comments in code for understanding - Print output of each task with proper messages Assignment Submission Instruction: - Do the assignment by yourself (effort will be rewarded) - Create a word document report with code snippets and output for each graph - Submit softcopy WORD document and PDF with your registration number only. - In WORD Document include the PYTHON Code with output screenshots - Submit the softcopy in Microsoft Teams assignment
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started