Posts

Showing posts from January, 2023

Introduction to data frame(Assignment 3)

Image
 Greetings Professor, In this assignment 3, I combined the 2 data containers (ABC and CBS) into one data frame and calculated the 'mean function'. By using the 'cbind' function, I have combined the 2 data containers into one data frame. And also by using the mean function called 'colMeans()', I have calculated the mean of (ABC, CBS). And this 'data frame' is done successfully by using RStudio. I am attaching the results below professor. This is my GitHub repository link : https://github.com/Jahnavi193/Assignment-3#assignment-3 Thank you.

Assignment 2

Image
 Greetings Professor, In this assignment 2, I calculated the 'mean function' for the given data. In this, I run the code in the RStudio and saved the file and also I posted the results with the code here professor. This code or function works by determining the number of elements in the objects by using function length and by adding elements to get the total sum by using the User-Defined R function. Dividing the sum by the number of elements will give the mean of the given data. And this 'mean function' is done successfully by using RStudio. I have done this by taking your lectures as references professor. I am attaching the results below professor. This is my GitHub repository link : https://github.com/Jahnavi193/R-Assignment2#r-assignment2 Thank you.

R First Assignment

 Hello Professor, I am Jahnavi Mandhadapu. I am doing my second semester in my Masters in Bioinformatics and Computational Biology. I hope that I get to learn new skills and methods of R Programming to solve the issues in the medical field. My GitHub repository: https://github.com/Jahnavi193/jaanu-repo.git Thank you.