From 592c696b37d07d4a21e16bf5c822b143c9403e67 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:47:48 -0500 Subject: [PATCH] add learning objectives and other beginning info --- 01-intro.Rmd | 14 ++++++++++---- index.Rmd | 10 ++++++++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/01-intro.Rmd b/01-intro.Rmd index 886eb52..f55694a 100644 --- a/01-intro.Rmd +++ b/01-intro.Rmd @@ -5,18 +5,24 @@ ottrpal::set_knitr_image_path() # Introduction +This course is meant as a follow up to the ITCR course "Considerations for Bioinformatic Data Visualization", employing best practices while constructing data visualizations (both guided and a self-guided project) and interpreting the conclusions presented in the visualizations. -## Motivation +## Target Audience +The course is intended for cancer researchers with experience using basic informatics tools and who have an interest in data visualization. -## Target Audience +## Motivation -The course is intended for ... +Due to the frequent use of automated algorithms to collect and process data as well as the large size of datasets, it is critical to look at collected data and produce effective summaries. Data visualization is useful for exploration, exposition, and validation of research, aiding in the understanding of underlying biology in data sets, debugging errors in informatics workflows, and identifying/avoiding sources of bias. This course is designed to guide learners through constructing effective and accessible visualizations and point to additional practice and documentation resources. ## Curriculum -The course covers... +The course covers using data visualization tools to construct effective and accessible data visualizations. + +```{r out.width=100%, echo=FALSE} +ottrpal::include_slide("https://docs.google.com/presentation/d/1cbxc79tKxbH7PZJC18IQcfOfZALNwwVs7WtiiPxD6gU/edit#slide=id.g3015fd53a67_0_22") +``` ```{r} devtools::session_info() diff --git a/index.Rmd b/index.Rmd index 33a998f..07be57f 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,12 +1,12 @@ --- -title: "Informatics Technology for Cancer Research (ITCR): Course Name " +title: "Informatics Technology for Cancer Research (ITCR): Cancer Informatics Data Visualization in Practice" date: "`r format(Sys.time(), '%B, %Y')`" site: bookdown::bookdown_site documentclass: book bibliography: [book.bib, packages.bib] biblio-style: apalike link-citations: yes -description: "Description about Course/Book." +description: "This ITN course focuses on practicing best practices in data visualization, specifically for cancer informatics data and research questions, by discussing common graph types used within Cancer Informatics, building graphs (while employing best practices), and showcasing ITCR tools that are helpful for data visualization of cancer research data." favicon: assets/ITN_favicon.ico --- @@ -21,3 +21,9 @@ knitr::write_bib(c( # About this Course {-} This course is part of a series of courses for the [Informatics Technology for Cancer Research (ITCR)](https://itcr.cancer.gov/) called the Informatics Technology for Cancer Research Education Resource. This material was created by the ITCR Training Network (ITN) which is a collaborative effort of researchers around the United States to support cancer informatics and data science training through resources, technology, and events. This initiative is funded by the following grant: [National Cancer Institute (NCI)](https://www.cancer.gov/) UE5 CA254170. Our courses feature tools developed by ITCR Investigators and make it easier for principal investigators, scientists, and analysts to integrate cancer informatics into their workflows. Please see our website at [www.itcrtraining.org](www.itcrtraining.org) for more information. + +Cancer Informatics Data Visualization in Practice is the second in a series of two courses on data visualization. This course focuses on using the best practice considerations discussed in the first course, specifically within context of Cancer Informatics Research. This course accomplishes this by discussing topics such as + - common visualizations for cancer informatics research questions + - pointing to resources for data visualization tools (R, Python, ITCR-funded, etc.) + - practicing building graphs while integrating best practices + - pointing to resources for additional practice