Think about the way you communicate your results:
Please write a clear introduction to your project, providing a background about the field you’re studying, the questions you had in mind and the way the data of your chosen data set was collected as well as its structure.
When possible, show a graphical representation of the samples in your study
Please construct a reasonable workflow. After showing a general exploratory analysis go in depth instead of horizontally (when applicable)
Make sure you have enough data:
Don’t hesitate to use the web to tackle your problems
Use packages like ‘SpatStat’ to check more elegant hypotheses
To strengthen your analysis, download another data set, merge it with your data or use it to validate your findings
You need to document and demonstrate all aspects of data science foundations discussed in the class.
Correctly apply tools and techniques of data preparation and wrangling
Missing data handling, joining, or other transformations, removing outliers etc.
Gathering, spreading data (if needed)
Use Exploratory Data Analysis and dplyr transformation methods to identify structure and correlations in the data
Formulate questions and possible ways of analysis and visualization
Identify appropriate visualization methods for analysis of your data set
Choose the right geoms for the questions at hand
Correctly interpret results of analysis (clinical/biological significance)
Demonstrate domain specific knowledge of clinical data
Propose an hypothesis based on visualization and results
Compare the usefulness of the obtained results/conclusions
Formulate appropriate plans for validation, further analysis, or to collect additional data needed.