submit_Xiyuan_Guan#1
Open
xyguan15 wants to merge 4 commits into
Open
Conversation
qtran4
reviewed
Dec 16, 2022
| write.csv(csvf, file = csvname, row.names = F) | ||
| } | ||
| } | ||
|
|
qtran4
reviewed
Dec 16, 2022
| } | ||
| return(cFile) # return the complied data of the directory | ||
| } | ||
|
|
qtran4
reviewed
Dec 16, 2022
| # the age distribution of patients | ||
| print("the age distribution of patients is:") | ||
| print(summary(sub.pat$age)) | ||
| # ????? 423 yrs old patient |
Owner
There was a problem hiding this comment.
You can also plot the age distribution
qtran4
reviewed
Dec 16, 2022
| print(summary(sub.pat$age)) | ||
| # ????? 423 yrs old patient | ||
| return(sub.pat) # return the subset of patients | ||
| } |
qtran4
reviewed
Dec 16, 2022
| sub.pat <- sumdata(file) # this step takes time | ||
| # the summary of the age distribution of patients is shown in console. | ||
| write.csv(sub.pat,"subset_of_patients.csv",row.names = F) # for better load | ||
|
|
qtran4
reviewed
Dec 16, 2022
| # A1: According to plot_1 and plot_2, the disease started to break in country X before the 120th day of the year, | ||
| # which is the start day of screening. However, the disease started to break in country y on around the 139th day | ||
| # of the year, so the disease outbreak likely begin in country X. | ||
|
|
qtran4
reviewed
Dec 16, 2022
| # shown to form the immunological response by the patients, so indicates differences in the | ||
| # protein in the disease. So the vaccine developed by Country Y may work on the strain that | ||
| # has marker04-10 as the response to disease-causing agents, and may not work on the strain | ||
| # in Country X with marker01-05 as the response. No newline at end of file |
qtran4
reviewed
Dec 16, 2022
| # shown to form the immunological response by the patients, so indicates differences in the | ||
| # protein in the disease. So the vaccine developed by Country Y may work on the strain that | ||
| # has marker04-10 as the response to disease-causing agents, and may not work on the strain | ||
| # in Country X with marker01-05 as the response. No newline at end of file |
Owner
There was a problem hiding this comment.
Good commenting and efficient code that uses coding concepts that we covered in class – 4 points
Owner
|
Hi, just want to confirm that you worked in the project alone, just in case I don't miss anyone |
Author
|
Hi! Yes, I did it alone.
On Fri, Dec 16, 2022 at 11:40 qtran4 ***@***.***> wrote:
Hi, just want to confirm that you worked in the project alone, just in
case I don't miss anyone
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3JF7KISKURTAZQHXXPA2KTWNPQEFANCNFSM6AAAAAASVBH7PU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Xiyuan Guan (she/her/hers)
Ph.D. Student, Torres-Dowdall Lab
Department of Biological Sciences
University of Notre Dame
Notre Dame, IN 46556
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.