NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: Simple Western

Total Results Found: 111

Total Results Found: 111

Data Visualization with R: What is patchwork?

Web Page

Bioinformatics

The goal of patchwork is to make it ridiculously simple to combine separate ggplots into the same graphic. As such it tries to solve the same problem as gridExtra::grid.arrange() and cowplot::plot_grid Read More...

Data Visualization with R: What is patchwork?

Web Page

Bioinformatics

The goal of patchwork is to make it ridiculously simple to combine separate ggplots into the same graphic. As such it tries to solve the same problem as gridExtra::grid.arrange() and cowplot::plot_grid Read More...

CCR Spatial Imaging Technology Resource (SpITR)
Bethesda, MD

Collaborative

The Spatial Imaging Technology Resource (formerly the Nanoscale Protein Analysis Section of the Collaborative Protein Technology Resource or CPTR) provides expertise and service in state-of-the-art protein analysis technologies to advance CCR research in basic discovery Read More...

R Introductory Series: Other Resources

Web Page

Bioinformatics

The R Graph Gallery From Data to Viz RMarkdown from RStudio Quarto for R Ten simple rules for teaching yourself R, Lawlor et al. 2022, PLoS Comput Biol

Antibody Characterization Laboratory (ACL)
Frederick, MD

Collaborative

The Antibody Characterization Laboratory (ACL) is the laboratory responsible for the development of well-characterized monoclonal antibody reagents. The NCI’s Office of Cancer Clinical Proteomics Research funds ACL as a resource to the entire cancer Read More...

October Newsletter 2022

Web Page

October 6, 2022 crex.nih.gov CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More Site Spotlight NIH Center For Human Immunology, Inflammation, And Autoimmunity (CHI) CHI is a Read More...

Data Visualization in ggplot

Web Page

Bioinformatics

09/17/2024 - This hour and half online training will explore the topics of perception and cognition, and how these apply to data visualization. This class will also teach you how to visualize your data using ggplot2. Read More...

R Introductory Series: Objectives

Web Page

Bioinformatics

To learn how to create publishable figures using the ggplot2 package in R. By the end of this lesson, learners should be able to create simple, pretty, and effective figures.

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...

Data Wrangling with R: Objectives

Web Page

Bioinformatics

Learn the ggplot2 syntax. Build a ggplot2 general template. By the end of the course, students should be able to create simple, pretty, and effective figures.

Data Wrangling with R: Getting help

Web Page

Bioinformatics

The R community is extensive and getting help is now easier than ever with a simple web search. If you can't figure out how to plot something, give a quick web search a try. Read More...

Importing and reshaping data

Web Page

Bioinformatics

12/04/2023 - In this lesson, we will learn how to import simple and complex data and how to avoid common mistakes. We will also learn how to reshape data, for example, from wide to long format, Read More...

Bioinformatics for Beginners 2022: Normalization

Web Page

Bioinformatics

Before diving into differential expression analysis, it is important to take a brief look at the concept of normalization. After obtaining expression counts, we will need to normalize the counts before performing differential expression analysis. Read More...

Bioinformatics for Beginners 2022: Working with Unix

Web Page

Bioinformatics

Introduction to Unix from the Bioinformatics Workbook Unix from Happy Belly Bioinformatics Brandies PA, Hogg CJ (2021) Ten simple rules for getting started with command-line bioinformatics. PLoS Comput Biol 17(2): e1008645. https://doi.org/10.1371/journal.pcbi.1008645 Linux Read More...

Data Visualization with R: Objectives

Web Page

Bioinformatics

Learn how to import spreadsheet data. Learn the ggplot2 syntax. Build a ggplot2 general template. By the end of the course, students should be able to create simple, pretty, and effective figures.

Data Visualization with R: Question 3

Web Page

Bioinformatics

Make a simple scatter plot. Is there a relationship between the age of the passenger and the passenger fare? {{Sdet}} Possible Solution{{Esum}} ggplot(titanic) + geom_point(aes(x=Age, y=Fare)) {{Edet}}

Data Visualization with R: Basic Scatter

Web Page

Bioinformatics

Let's take another look at a simple scatter plot using the iris data. We can look at the relationship between petal length and petal width (i.e., variable association) for the various Iris species. Read More...

STRIDES Initiative
Bethesda, MD

Trans NIH Facility

The Science and Technology Research Infrastructure for Discovery, Experimentation, and Sustainability (STRIDES) Initiative The STRIDES Initiative aims to help NIH and its institutes, centers, and offices (ICOs) accelerate biomedical research by reducing barriers in utilizing Read More...

BRB Preclinical Biologics Repository
Frederick, MD

Repositories

The BRB Preclinical Biologics Repository is a central repository that supplies reagents to the broad research community. This NCI-sponsored repository is managed by NCI's Biological Resources Branch (BRB) in the Development Therapeutics Program (DTP) of Read More...

DTP Repository of Chemical Agents
Rockville, MD

Repositories

Trans NIH Facility

DTP maintains a repository of synthetic compounds and pure natural products that are available to investigators for non-clinical research purposes. The Repository collection is a uniquely diverse set of more than 200,000 compounds that have been Read More...

NCATS Functional Genomics Laboratory
Rockville, MD

Core Facility

Trans NIH Facility

The Functional Genomics Laboratory (formerly, the RNAi Screening Facility) of the National Center for Advancing Translational Sciences (NCATS) assist investigators with all stages of project planning and execution, beginning with assay development through genome-wide siRNA Read More...

Data Science and AI: AI for Beginners with MATLAB

Web Page

Bioinformatics

03/19/2025 - This one hour and a half online training provides an accessible introduction to artificial intelligence (AI) using MATLAB. Designed for beginners, the session covers fundamental concepts in AI and machine learning, introduces intuitive tools Read More...

Overview of Common Statistical Tests

Web Page

Bioinformatics

03/17/2025 - In partnership with the NIH Clinical Center's Biostatistics and Clinical Epidemiology Service (BCES), the NIH Library is offering a several trainings that cover general concepts behind statistics and epidemiology. These trainings will help Read More...

Overview of Common Statistical Tests: Part 3

Web Page

Bioinformatics

12/03/2024 - In partnership with the NIH Clinical Center's Biostatistics and Clinical Epidemiology Service (BCES), the NIH Library is offering classes geared to cover general concepts behind statistics and epidemiology. This four-part lecture series will Read More...

Introduction to linear mixed-effects modeling

Web Page

Bioinformatics

08/13/2024 - This session will cover the basics of linear mixed-effects modeling as a method of regression analysis for clustered data. Special emphasis will be on the ideas behind random-intercepts and random-slopes modeling, and the discussion Read More...

cBioPortal for Cancer Genomics Webinar

Web Page

Bioinformatics

03/20/2024 - Dear Colleagues,   cBioPortal is an open-access resource for interactive exploration of multidimensional cancer genomics data sets, currently providing access to data from >200,000 tumor samples collected from >400 published cancer Read More...

R Introductory Series: Object data types

Web Page

Bioinformatics

The data type of an R object affects how that object can be used or will behave. Examples of base R data types include numeric, integer, complex, character, and logical. R objects can also have Read More...

Data Wrangling with R: Saving an R object

Web Page

Bioinformatics

S4 objects store complex information that isn't necessarily simple to save. If you intend to work with the object further, try using saveRDS . saveRDS(se, "airways.rds") #save the object Note saveRDS() Read More...

Data Wrangling with R: Course Overview

Web Page

Bioinformatics

Course Overview Welcome to the Data Wrangling with R course series The purpose of this course is to introduce you to essential R packages and functions that will make your life easier when it comes Read More...

Part 3: Overview of Common Statistical Tests

Web Page

Bioinformatics

12/12/2023 - In partnership with the NIH Clinical Center's Biostatistics and Clinical Epidemiology Service (BCES), the NIH Library is offering classes geared to cover general concepts behind statistics and epidemiology. This four-part lecture series will Read More...

Part 3: Overview of Common Statistical Tests

Web Page

Bioinformatics

07/24/2023 - In partnership with the NIH Clinical Center's Biostatistics and Clinical Epidemiology Service (BCES), the NIH Library is offering classes geared to cover general concepts behind statistics and epidemiology. This four-part lecture series will Read More...

Data Visualization with R: What is cowplot?

Web Page

Bioinformatics

The cowplot package provides various features that help with creating publication-quality figures, such as a set of themes, functions to align plots and arrange them into complex compound figures, and functions that make it easy Read More...

Cooperative Human Tissue Network (CHTN)
Bethesda, MD

Repositories

The CHTN is a unique NCI-supported resource that provides human tissues and fluids from routine procedures to investigators who utilize human biospecimens in their research. Unlike tissue banks, the CHTN works prospectively with each investigator Read More...

Protein Expression Laboratory

Web Page

Protein Expression Laboratory The Protein Expression Laboratory develops, improves, and delivers protein-centric services. Our goal is to help client investigators achieve their research goals with the lowest possible cost in the shortest time. All PEL Read More...

CCR Protein Characterization Laboratory (PCL)
Frederick, MD

Core Facility

Protein Characterization Laboratory (PCL) offers various technologies to CCR investigators to characterize proteins and metabolites. The laboratory develops and applies state-of-the-art analytical technologies, primarily mass spectrometry, liquid chromatography, and Surface Plasmon Resonance (SPR), to advance 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: Basics of R Programming

Web Page

Bioinformatics

Objectives To understand some of the most basic features of the R language including: Creating R objects and understanding object types Using mathematical operations Using comparison operators Creating, subsetting, and modifying vectors By the end 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 Wrangling with R: Group_by and summarize

Web Page

Bioinformatics

There is an approach to data analysis known as "split-apply-combine", in which the data is split into smaller components, some type of analysis is applied to each component, and the results are combined. Read More...