NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: environmental graphics

Total Results Found: 106

R Introductory Series: R base graphics

Web Page

Bioinformatics

You do not need to load a package to visually explore data. Rather, you can use base R graphics for plotting (from the graphics package). This plotting is fairly different from ggplot2 , which is based Read More...

R Introductory Series 2023: R base graphics

Web Page

Bioinformatics

You do not need to load a package to visually explore data. Rather, you can use base R graphics for plotting (from the graphics package). This plotting is fairly different from ggplot2 , which is based Read More...

NIH ORS Medical Arts Branch (MAB)
Bethesda, MD

Trans NIH Facility

MAB provides visual communication solutions across all media to the entire NIH community. Our Medical Illustration section provides a complete range of biomedical visualization services, including manuscript/textbook figures, infographics, 3D modeling, animation, technical diagrams, Read More...

Data Visualization with ggplot2

Web Page

Bioinformatics

06/11/2024 - ggplot2 is an R graphics package from the tidyverse collection. It is one of the most installed packages in R. It allows the user to create informative plots quickly by using a 'grammar of Read More...

R Introductory Series: Resource list

Web Page

Bioinformatics

ggplot2 cheatsheet The R Graph Gallery The R Graphics Cookbook From Data to Viz ggplot2 extensions ggplot2: Elegant Graphics for Data Analysis

R Introductory Series: For Further Reading

Web Page

Bioinformatics

For Further Reading Books and / or Book Chapters of Interest R for Data Science Hands-on Programming with R Statistical Inference via Data Science: A ModernDive into R and the Tidyverse The R Graphics Cookbook ggplot2: Read More...

R Introductory Series 2023: Resource list

Web Page

Bioinformatics

ggplot2 cheatsheet The R Graph Gallery The R Graphics Cookbook From Data to Viz ggplot2 extensions ggplot2: Elegant Graphics for Data Analysis

R Introductory Series 2023: For Further Reading

Web Page

Bioinformatics

For Further Reading Books and / or Book Chapters of Interest R for Data Science Hands-on Programming with R Statistical Inference via Data Science: A ModernDive into R and the Tidyverse The R Graphics Cookbook ggplot2: Read More...

Data Wrangling with R: Why ggplot2?

Web Page

Bioinformatics

Outside of base R plotting, one of the most popular packages used to generate graphics in R is ggplot2 , which is associated with a family of packages collectively known as the tidyverse. GGplot2 allows the Read More...

Microbiome Analysis with QIIME2: Learning Objectives

Web Page

Bioinformatics

Understand the difference between alpha and beta diversity Introduce several alpha diversity metrics Understand what rarefaction is and why it is important Introduce the debate regarding rarefaction and other methods of normalization Often many questions Read More...

Data Visualization with R: Why ggplot2?

Web Page

Bioinformatics

Outside of base R plotting, one of the most popular packages used to generate graphics in R is ggplot2 , which is associated with a family of packages collectively known as the tidyverse. GGplot2 allows the Read More...

Geospatial Tools

Web Page

Bioinformatics

10/20/2022 - An overview of the geospatial tools that are useful for characterizing areas of the country in terms of cancer incidence, mortality, screening frequency, risk factors, socio-demographic and environmental variables relevant to cancer. The presentation Read More...

NIH ORS Division of Veterinary Resources (DVR)
Bethesda, MD

Trans NIH Facility

The Division of Veterinary Resources’ (DVR) mission is to contribute to the advancement of NIH biomedical research programs by providing excellence in animal care, customer service, and specialized research services to support intramural research efforts. Read More...

NIH Biowulf Computational Cluster
Bethesda, MD

Trans NIH Facility

The NIH Biowulf Cluster provides researchers with a world-class system to assist in solving complex biomedical problems as diverse as gene variation in worldwide human populations, deep learning to model protein structures, and PET brain Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

01/14/2025 - This one-hour online training will cover a basic overview of the functionality of R programming language and RStudio. R is a programming language and open-source environment for statistical computing and graphics. & Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

09/12/2024 - This one-hour online training will cover a basic overview of the functionality of R programming language and RStudio. R is a programming language and open-source environment for statistical computing and graphics. & Read More...

Data Visualization in ggplot

Web Page

Bioinformatics

05/28/2024 - This class provides a basic overview of creating plots using ggplot. ggplot is a part of the Tidyverse, a  collection of R packages  designed for data science. This class will Read More...

R Introductory Series: Objectives

Web Page

Bioinformatics

Review the grammar of graphics template. Learn about the statistical transformations inherent to geoms. Learn more about fine tuning figures with labels, legends, scales, and themes. Learn how to save plots with ggsave() . Review general Read More...

R Introductory Series: What is R?

Web Page

Bioinformatics

Both a computational language and environment for statistical computing and graphics. Open-source and widely used by scientists, not just bioinformaticians. Extensible. Maintained by a network of collaborators - The R Core Team A resource for Read More...

R Introductory Series: What is R?

Web Page

Bioinformatics

R is both a computational language and environment for statistical computing and graphics. It is open-source and widely used by scientists, not just bioinformaticians. Base packages of R are built into your initial installation, but Read More...

R Introductory Series: Introducing ggplot2

Web Page

Bioinformatics

ggplot2 is an R graphics package from the tidyverse collection. It allows the user to create informative plots quickly by using a 'grammar of graphics' implementation, which is described as "a coherent system for Read More...

Data Visualization in ggplot

Web Page

Bioinformatics

02/06/2024 - This class provides a basic overview of creating plots using ggplot. ggplot is a part of the Tidyverse, a  collection of R packages  designed for data science. This class will focus on identifying the Read More...

Introduction to Bioinformatics Summer Series: What is R?

Web Page

Bioinformatics

released in 1993 a computational language and environment for statitical computing and graphics. complex statistical functions easily accessible easy to get started, but more difficult to learn Key features: open-source extensible (Packages on CRAN (> 19,000 packages), Read More...

Introduction to Bioinformatics Summer Series: What is R?

Web Page

Bioinformatics

released in 1993 a computational language and environment for statitical computing and graphics. complex statistical functions easily accessible easy to get started, but more difficult to learn Key features: open-source extensible (Packages on CRAN (> 19,000 packages), Read More...

Data Visualization with R: For Further Reading

Web Page

Bioinformatics

For Further Reading Getting started with R Hands on Programming with R R for Data Science (R4DS) BTEP R Introductory Series Base R cheat sheet RStudio cheat sheet General help with ggplot2 ggplot2 cheatsheet Read More...

Getting Started with ggplot2

Web Page

Bioinformatics

04/13/2023 - Lesson 2 of the Data Visualization with R course series will focus on the basics of ggplot2, including the grammar of graphics philosophy and its application. This lesson will provide a hands on introduction to Read More...

R Introductory Series 2023: Introducing ggplot2

Web Page

Bioinformatics

ggplot2 is a R graphics package from the tidyverse collection. It allows the user to create informative plots quickly by using a 'grammar of graphics' implementation, which is described as "a coherent system for Read More...

R Introductory Series 2023: Objectives

Web Page

Bioinformatics

Review the grammar of graphics template. Learn about the statistical transformations inherent to geoms. Learn more about fine tuning figures with labels, legends, scales, and themes. Learn how to save plots with ggsave() . Review general Read More...

R Introductory Series 2023: What is R?

Web Page

Bioinformatics

R is both a computational language and environment for statitical computing and graphics. It is open-source and widely used by scientists, not just bioinformaticians. Base packages of R are built into your initial installation, but Read More...

Using Medicare Data for Cancer Research

Web Page

Bioinformatics

11/16/2022 - Attend this webinar to hear a moderated, five-person panel expand on the presentation, “Perspectives on CMS Linkage for Cancer Research in Cohort Studies.” This presentation is from the recent 2022 Annual Meeting of the NCI Read More...

March 2023 Newsletter

Web Page

CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More New Resources on CREx NCI CLIA Molecular Diagnostics Laboratory (CMDL) The NCI CMDL is available to assist all Read More...

Trans-NIH Metabolomics Core (TNMC)
Research Training Park, NC

Core Facility

Trans NIH Facility

The Trans-NIH Metabolomics Core (TNMC) is a shared research resource that performs metabolomics analysis (and related small molecule research) for investigators at all Institutes and Centers across the NIH Intramural Research Program. The TNMC is Read More...

2024 BRAIN NeuroAI Workshop

Web Page

Bioinformatics

11/12/2024 - Join us at the upcoming hybrid NIH BRAIN NeuroAI Workshop on November 12 and 13, with virtual access to in-person panels and discussions at the NIH Campus in Bethesda, MD. Artificial intelligence (AI) is reshaping technology Read More...

Data Visualization in ggplot: Customizations

Web Page

Bioinformatics

07/25/2024 - This hour and half in-person training will explore the topics of perception and cognition, and how these apply to data visualization. There will also be a discussion on “pre-attentive” properties Read More...

Data Visualization in ggplot

Web Page

Bioinformatics

07/24/2024 - This hour and half in-person training will explore the topics of perception and cognition, and how these apply to data visualization. There will also be a discussion on “pre-attentive” properties Read More...

Next-Generation Clustered Heat Maps

Web Page

Bioinformatics

06/20/2024 - Clustered heat maps are widely used for visualizing patterns in molecular profiling data. But traditional, static heat maps have significant limitations when applied to large datasets (1000s of elements per axis). Presented in this Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

05/09/2024 - This is the first class in the NIH Library Introduction to R Series. This class provides a basic overview of the functionality of R programming language and RStudio. R is Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

01/09/2024 - This is the first class in the NIH Library Introduction to R Series. This class provides a basic overview of the functionality of R programming language and RStudio. R is a programming language and Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

10/04/2023 - This is the first class in the NIH Library Introduction to R Series. This class provides a basic overview of the functionality of R programming language and RStudio. R is a programming language and Read More...

Bioinformatics for Beginners 2022: Course Wrap-up

Web Page

Bioinformatics

Course Wrap-up This lesson concludes the Bioinformatics for Beginners course series. Please email us any time at ncibtep@nih.gov for help with your bioinformatics questions or concerns. Lesson Objectives Short course overview. Review BTEP Read More...

Bioinformatics for Beginners 2022: Lesson 15 Practice

Web Page

Bioinformatics

Lesson 15 Practice Objectives Previously, we performed QC on the Golden Snidget RNA sequencing data, aligned the sequencing reads to its genome, and obtained expression counts. We can now finally perform differential expression analysis, to find Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

06/06/2023 - This is the first class in the NIH Library Introduction to R Series. This class provides a basic overview of the functionality of R programming language and RStudio. R is Read More...

Data Visualization with R: Course Overview

Web Page

Bioinformatics

Course Overview Welcome to the Data Visualization with R Series A series of lessons designed to introduce learners to the R package ggplot2 This course will include a series of lessons for scientists with beginner Read More...

Introduction to R and RStudio

Web Page

Bioinformatics

01/18/2023 - This is the first class in the NIH Library Introduction to R Series. This class provides a basic overview of the functionality of R programming language and RStudio. R is a programming language and Read More...

BTEP Video Archive of Past Classes

Web Page

Bioinformatics

Listed below are the video recordings of past BTEP events (classes, seminars, workshops). Videos are hosted on various servers and may play slightly differently. Some videos may be downloaded for local viewing. Recorded Videos of Read More...

R Introductory Series: Introduction to R and RStudio

Web Page

Bioinformatics

Learning Objectives To understand: 1. the difference between R and RStudioIDE. 2. how to work within the RStudio environment including: creating an Rproject and Rscript navigating between directories using functions obtaining help how R can enhance data Read More...

Learning R with BTEP

Web Page

Bioinformatics

R is both a computational language and open-source environment for statistical computing and graphics. While R programming was ranked 20 th in popularity when compared with other programming languages in December 2023, it remains a favorite among Read More...

Data Visualization with R: Lesson 4

Web Page

Bioinformatics

/* Whole document: */ body{ font-family: Times; font-size: 16pt; } Stat Transformations: Bar plots, box plots, and histograms Objectives Review the grammar of graphics template Learn about the statistical transformations inherent to geoms Review data types Create bar Read More...

R Introductory Series 2023: ggplot2 Continued

Web Page

Bioinformatics

Objectives Review the grammar of graphics template. Learn about the statistical transformations inherent to geoms. Learn more about fine tuning figures with labels, legends, scales, and themes. Learn how to save plots with ggsave() . Review Read More...

R Introductory Series 2023: Introduction to R and RStudio

Web Page

Bioinformatics

Introduction to R and RStudio IDE Objectives To understand: 1. the difference between R and RStudioIDE. 2. how to work within the RStudio environment including: creating an Rproject and Rscript navigating between directories using functions obtaining help 3. Read More...