NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: print collateral

Total Results Found: 106

Total Results Found: 106

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

Bioinformatics for Beginners 2022: Lesson Review

Web Page

Bioinformatics

pwd (print working directory) ls (list) touch (creates an empty file) nano (basic editor for creating small text files) using the rm command to remove files. Be careful! mkdir (make a directory) and rmdir (remove Read More...

R Introductory Series: Test your learning

Web Page

Bioinformatics

Which of the following functions is used to print your working directory in R? a. pwd b. Setwd() c. getwd() d. wkdir() {{Sdet}} Solution{{Esum}} C {{Edet}} Which of the following can be used to Read More...

R Introductory Series: Test your learning

Web Page

Bioinformatics

Which of the following will NOT print the "Run" column from scaled_counts? a. scaled_counts$Run b. scaled_counts["Run"] c. scaled_counts[8,] d. scaled_counts[8] {{Sdet}} Solution{{Esum}} C {{ Read More...

Data Wrangling with R: What is a tibble?

Web Page

Bioinformatics

When loading tabular data with readr , the default object created will be a tibble . Tibbles are like data frames with some small but apparent modifications. For example, they can have numbers for column names, and Read More...

September 2024 Newsletter

Web Page

CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More NIH Research Festival The NIH Research Festival highlights the groundbreaking science and the vibrant NIH community driving our Read More...

Animal Model and Model Organism Information Resources

Web Page

Bioinformatics

10/15/2024 - This one-hour online training will cover techniques on locating biomedical research articles, patents, NIH-funded research projects, genetic information, and print and electronic books related to animal models and model organisms. This training will also Read More...

R Introductory Series: Running code one step at a time

Web Page

Bioinformatics

#Run one step at a time with intermediate objects. #We've done this a few times above #select gene, logFC, FDR dexp_s 1 TSPAN6 -0.390 0.00283 2 DPM1 0.198 0.0770 Or we could nest a function within a function.

Data Wrangling with R: Navigating directories

Web Page

Bioinformatics

Now that we know what a function is, let's use them to navigate our directories. Our first function will be getwd() . This simply prints your working directory (our default directory for saving files) and Read More...

August 2024 Newsletter

Web Page

CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More New CREx User Survey The CREx Team is carrying out a CREx User Survey. If you haven’t Read More...

October 2024 Newsletter

Web Page

CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More New NIH Resource Spotlight The NIH Lab Managers Working Group have developed a new NIH-wide database of cold Read More...

December 2021

Web Page

CREx News & Updates December 2021 Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More Site Spotlight FACILITY HIGLIGHTS Learn more about services from the STRIDES Initiative. VIEW STRIDES INITIATIVE NIH Cores Read More...

July 2022 Newsletter

Web Page

CREx News & Updates July 2022 Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More Click below to learn how easy it is to navigate the CREx platform. These short videos will 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...

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

Microbiome Analysis with QIIME2: Metadata and importing

Web Page

Bioinformatics

Lesson 2: Getting Started with QIIME2 Lesson Objectives Obtain sequence data and sample metadata Import data and metadata Discuss other useful QIIME2 features including view QIIME2, provenance tracking, and the QIIME2 forum. DNAnexus DNAnexus provides a Read More...

Bioinformatics for Beginners 2022: B4b 2022 rnaseq jw

Web Page

Bioinformatics

This page uses content directly from the Biostar Handbook by Istvan Albert. Obtain RNA-seq test data. The test data consists of two commercially available RNA samples: Universal Human Reference (UHR) and Human Brain Reference (HBR) . Read More...