NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: HPV 16-E7 Listeria Vaccine

Total Results Found: 119

Biopharmaceutical Development Program (BDP)
Frederick, MD

Collaborative

The Biopharmaceutical Development Program (BDP) provides resources for the development of investigational biological agents. The BDP supports feasibility through development and Phase I/II cGMP manufacturing plus regulatory documentation.The BDP was established in 1993. We Read More...

Bioinformatics for Beginners 2022: Lesson 16 Practice

Web Page

Bioinformatics

Lesson 16 Practice Objectives In this lesson, we learned about the classification based approach for RNA sequencing analysis. In this approach, we are aligning our raw sequencing reads to a reference transcriptome rather than a genome. Read More...

Using MATLAB and Python Together

Web Page

Bioinformatics

10/16/2024 - In this webinar, attendees will learn to call MATLAB from Python and to call Python libraries from MATLAB.  In addition, they will learn how to use MATLAB’s Python integration to improve the compatibility Read More...

NCI Cancer Research Data Commons (CRDC) Symposium

Web Page

Bioinformatics

10/16/2024 - The CRDC will celebrate its 10th anniversary with this one-and-a-half-day event highlighting its accomplishments and looking ahead to exciting initiatives. We are planning many informative sessions and report-outs on new work, including our AI Read More...

Managing Data in Excel

Web Page

Bioinformatics

02/16/2024 - This one-hour training will provide detailed information and demonstrations on how to manage data in Excel. By the end of this course, the participants will recognize how to filter data by text, numbers, and Read More...

June 2022 Newsletter

Web Page

CREx News & Updates June 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...

CLIA Molecular Diagnostics Laboratory
Frederick, Maryland

Core Facility

CLIA-Certified Technologies Offered: Fragment Analysis for Micro-satellite Instability Detection, Pharmacoscan Array for Pharmacogenomics, Mutation Detection for PCR and Sanger Sequencing, DNA extraction from whole blood, saliva, FFPE tissues, buccal swabs, nails, hair, PBMCs, buffy coats, Read More...

NCI Clinical Support Laboratory: Flow Cytometry Section
Frederick, MD

Core Facility

Clinical Support Laboratory – Flow Cytometry Section is a laboratory specializing in providing immunophenotyping support of NCI intramural clinical trials, though assessments may also be performed using cells from Non-human primates and other species. The CSL Read More...

May 2023 Newsletter

Web Page

CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More Technology Event Biophysical Methods for Protein Interactions Monday, May 15 – Friday, May 19, 2023 This workshop will review the strategies of Read More...

NCI CCR Clinical Research Correlatives Core
Bethesda, MD

Collaborative

The NCI Clinical Research Correlatives Core provides non-CLIA-certified spectral flow cytometric assays to support clinical trials conducted in the CCR. The core specializes in immunophenotyping and immune monitoring assays. Established Technologies Spectral flow cytometry (Cytek), Read More...

NCI LASP Mouse Modeling & Cryopreservation (MMC)
Frederick, MD

Core Facility

Repositories

The Mouse Modeling Core assists NIH investigators by generating and preserving genetically-engineered mouse strains. Services include scientific consultation, gene-targeting in mouse embryonic stem cells, micro-injection of nucleic acids, proteins, or ES cells into mouse embryos, Read More...

NIH Artificial Intelligence Symposium

Web Page

Bioinformatics

05/16/2025 - This one-day in-person NIH AI Symposium will bring together researchers from a broad range of disciplines to share their AI-related research, with the goal of disseminating the newest AI research, providing an opportunity to Read More...

NIH HPC (Biowulf) Virtual Walk-in Consults

Web Page

Bioinformatics

04/16/2025 - Please email staff@hpc.nih.gov for the meeting link. All Biowulf users, and all those interested in using the systems, are invited to call in to our Virtual Walk-in Consult to discuss problems Read More...

Data Wrangling Workshop

Web Page

Bioinformatics

01/16/2025 - This two-hour  online  workshop will focus on data wrangling using tidy data principles. Tidy data describes a standard way of storing data that facilitates analysis and visualization within the& Read More...

Generative AI for Modeling Single-Cell State and Response

Web Page

Bioinformatics

10/16/2024 - Dear Colleagues,   Thanks to advances in single-cell genomics, researchers can construct large-scale organ atlases, giving you more accurate ways to study genetic mutations and alterations related to drug responses and disease. These Read More...

Qiagen CLC Genomics Workbench: bulk RNA sequencing

Web Page

Bioinformatics

05/16/2024 - Qiagen CLC Genomics Workbench is a point-and-click bioinformatics software that runs on a personal computer and enables bulk RNA sequencing, ChIP sequencing, long reads, and variant analysis. NCI scientists can use CLC Genomics Workbench Read More...

Data Management and Sharing: Part 1

Web Page

Bioinformatics

05/16/2024 - This course provides detailed information on managing and sharing data from the first data planning stage, through the data life cycle, to data archiving, and finally to selecting an appropriate repository for data preservation. Read More...

Organizing and documenting NGS pipelines on GitHub

Web Page

Bioinformatics

04/16/2024 - GitHub is a powerful platform for tracking, sharing, and collaborating on software projects of all kinds. Whether you’re a bioinformatics analyst, a software engineer, or a biologist who sometimes codes, GitHub Read More...

R Introductory Series: Filtering by row

Web Page

Bioinformatics

Now let's filter the rows based on a condition. Let's look at only the treated samples in scaled_counts using the function filter() . filter() requires the df as the first argument followed by Read More...

Web Page

Bioinformatics

Love Data Week 2024 is quickly approaching! What is Love Data Week?  Love Data Week is an international week of celebrating all things data related, with an emphasis on data management, sharing, and security. Read More...

Data Used in Cellular Therapies

Web Page

Bioinformatics

01/16/2024 - To register to attend, you must log in or create a free SITC Cancer Immunotherapy CONNECT account. It’s your last chance to register and learn about the cutting edge of computational immuno-oncology through Read More...

Project Management in RStudio

Web Page

Bioinformatics

01/16/2024 - This class focuses on data and project management using R and RStudio. RStudio makes it possible to work on a complete research project in a more efficient, integrated, and organized manner. This course is Read More...

Data Wrangling with R: Practice problems

Web Page

Bioinformatics

Which of the following will throw an error and why? 4 _ chr :1:2: unexpected input ## 1: 4_ ## ^ . 4 chr :1:3: unexpected symbol ## 1: .4chr ## ^ {{Edet}} Create the following objects; give each object an appropriate name (your best guess at what name to Read More...

Data Wrangling with R: Lesson 2: Help Session

Web Page

Bioinformatics

This is our first coding help session. We have designed some practice problems to get you acquainted with using R before beginning to wrangle in our next lesson. Practice problems Which of the following will Read More...

Data Wrangling with R: Challenge data load

Web Page

Bioinformatics

Load in a tab delimited file (file_path= "./data/WebexSession_report.txt") using read_delim() . You will need to troubleshoot the error message and modify the function arguments as needed. {{Sdet}} Solution } library ( Read More...

Data Wrangling with R: Reordering rows

Web Page

Bioinformatics

There are many steps that can be taken following subsetting (i.e., filtering by rows and columns); one of which is reordering rows. In the tidyverse, reordering rows is largely done by arrange() . Arrange will Read More...

Data Wrangling with R: Help Session Lesson 6

Web Page

Bioinformatics

Let's grab some data. library ( tidyverse ) acount_smeta % dplyr :: rename ( "Feature" = "...1" ) acount #differential expression results dexp % filter ( ! Feature %in% dexp $ feature ) ## # A tibble: 48,176 × 9 ## Feature SRR1039508 SRR1039509 SRR1039512 SRR1039513 SRR1039516 SRR1039517 ## ## 1 Read More...

Data Wrangling with R: Lesson 6: Continuing with Dplyr

Web Page

Bioinformatics

Help Session Lesson 6 Let's grab some data. library ( tidyverse ) acount_smeta % dplyr :: rename ( "Feature" = "...1" ) acount #differential expression results dexp % filter ( ! Feature %in% dexp $ feature ) ## # A tibble: 48,176 × 9 ## Feature SRR1039508 SRR1039509 SRR1039512 Read More...

Version Control and GitHub

Web Page

Bioinformatics

10/16/2023 - This class introduces version control and how to use  GitHub  for project versioning. Participants will have a better understanding of version control, GitHub, and their advantages for managing projects. Upon Read More...

NIH Intramural CryoEM Consortium (NICE)
Bethesda, MD

Trans NIH Facility

NIH Intramural CryoEM Consortium (NICE) serves intramural investigators in all NIH IC’s. NICE provides access to state-of-the-art Titan Krios cryo-electron microscopes for atomic-resolution structure determination of protein, macromolecular complexes, membrane receptors, cellular organelles, and Read More...

EIB Confocal Microscopy Facility
Bethesda, MD

Collaborative

As a multi-user facility, the different instruments provide a wide range of imaging modes for EIB scientists, from standard immunohistochemistry, through brightfield and wide-field epifluorescence imaging, to highly complex live cell confocal microscopy and super-resolution Read More...

NCI CCR-Frederick Flow Cytometry Core Facility
Frederick, MD

Core Facility

The CCR-Frederick Flow Cytometry Core Facility provides research support to the Frederick-CCR community, including cytometry analysis and sorting services, instrument maintenance, new user training, and technical consultation. Typical Assays Performed by Core Instruments Immunophenotyping of Read More...

Biological Products Core (AIDS and Cancer Virus Program)
Frederick, Maryland

Core Facility

Repositories

The Biological Products Core provides the AIDS research community with high-quality purified preparations of various strains of Human Immunodeficiency Virus (HIV) and Simian Immunodeficiency Virus (SIV), economically prepared by leveraging the economy of scale. Materials 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...

September 2021

Web Page

CREx News & Updates September 2021 Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More NIH Collaborative Research Exchange (CREx) News Site Spotlight FACILITY HIGLIGHTS Learn more about services from the CCR 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...

NIH Intramural Sequencing Center (NISC)
Rockville, MD

Trans NIH Facility

NISC’s role within NHGRI, and more broadly across NIH, aims to advance genome sequencing and its many applications, with a goal not simply to produce sequence data, but to produce the infrastructure required to Read More...

NICE-NIH Intramural CryoEM Consortium

Web Page

[tabby title="Home"] About NICE-NIH Intramural CryoEM Consortium  NIH Intramural CryoEM Consortium (NICE) serves intramural investigators in all NIH IC’s. NICE provides access to state-of-the-art Titan Krios cryo-electron microscopes for atomic-resolution structure determination of 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...

Data Wrangling with R: Unite and separate

Web Page

Bioinformatics

There are two additional functions from Tidyr that are very useful for organizing data: unite() and separate() . These are used to split or combine columns. For example, you may have noticed that our feature column Read More...

Data Wrangling with R: Help Session Lesson 5

Web Page

Bioinformatics

All solutions should use the pipe. Import the file "./data/filtlowabund_scaledcounts_airways.txt" and save to an object named sc . Create a subset data frame from sc that only includes the columns Read More...

Data Wrangling with R: Accessors

Web Page

Bioinformatics

As you can see from the image, there are several accessor functions to access the data from the object: assays() - access matrix-like experimental data (e.g., count data). Rows are genomic features (e.g., Read More...

Bioinformatics for Beginners 2022: Home

Web Page

Bioinformatics

Bioinformatics for Beginners: RNA-Seq Course Description: This course was designed to teach the basic skills needed for bioinformatics, including working on the Unix command line. This course primarily focuses on RNA-Seq analysis. All steps of Read More...

Bioinformatics for Beginners 2022: What is the SRA?

Web Page

Bioinformatics

The SRA (Sequence Read Archive) at NCBI is a large, public database of DNA sequencing data. The repository holds "short reads" generated by high-throughput next-generation sequencing, usually less than 1,000 bp. We will download Read More...