NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: huCC49-Delta-CH2 Anti Tag 72

Total Results Found: 74

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

Data Visualization with R: Example journals and their figure limits:

Web Page

Bioinformatics

Journal Impact Factor Number of Figures Nature Cancer 60.72 5-8 Science 47.73 6 Cancer Cell 31.74 8 Journal of Clinical Oncology 44.54 6 JAMA Oncology 31.78 5 Cell Host and Microbe 21.02 7 Example Multi-figure panel from Zhang et al.(2022). Longitudinal single-cell RNA-seq analysis reveals stress-promoted Read More...

BTEP Coding Club: Branches and pulling

Web Page

Bioinformatics

Suppose that a colleague added the following line to this_is_a_r_script.R and posted to a new branch called test_branch1 on the GitHub repository for further testing and development. library(pheatmap) 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...

CCR Protein Expression Laboratory (PEL)
Frederick, Maryland

Core Facility

The Protein Expression Laboratory produces proteins to help CCR investigators achieve their research goals with the lowest possible cost in the shortest time. PEL is operated by Leidos Biomedical Research Inc. on behalf of NCI Read More...

Bioinformatics for Beginners 2022: To get an overview of alignments in a BAM file

Web Page

Bioinformatics

samtools flagstat SRR1972739.bwa.bam produces this 20740 + 0 in total (QC-passed reads + QC-failed reads) 0 + 0 secondary 740 + 0 supplementary 0 + 0 duplicates 15279 + 0 mapped (73.67% : N/A) 20000 + 0 paired in sequencing 10000 + 0 read1 10000 + 0 read2 14480 + 0 properly paired (72.40% : N/A) 14528 + 0 with itself and mate mapped 11 + 0 singletons (0.05% : N/ Read More...

Bioinformatics for Beginners 2022: To get an overview of alignments in a BAM file

Web Page

Bioinformatics

samtools flagstat SRR1972739.bwa.bam produces this 20740 + 0 in total (QC-passed reads + QC-failed reads) 0 + 0 secondary 740 + 0 supplementary 0 + 0 duplicates 15279 + 0 mapped (73.67% : N/A) 20000 + 0 paired in sequencing 10000 + 0 read1 10000 + 0 read2 14480 + 0 properly paired (72.40% : N/A) 14528 + 0 with itself and mate mapped 11 + 0 singletons (0.05% : N/ Read More...

Single Cell RNA-Seq Trajectory Analysis in Partek Flow

Web Page

Bioinformatics

06/24/2020 - Join us for a webinar:  How to Analyze Single Cell RNA-Seq Data: Point, Click, Done Register:  https://www.partek.com/webinar/how-to-analyze-single-cell-rna-seq-data-point-click-done/ Single cell mRNA sequencing allows for the identification of different cell subtypes Read More...

Bio-Layer Interferometry (BLI) - Octet RED96

Web Page

Back Services: Biophysics Facility offers Octet as an open-access instrument.  First-time users must complete a short training session before gaining access to the instrument reservation calendar.  Training includes a full analysis of a Read More...

Bloomington Drosophila Stock Center
Bloomington, IN

Repositories

Trans NIH Facility

The Bloomington Drosophila Stock Center (BDSC) collects, maintains, and distributes genetically defined strains of Drosophila melanogaster for research and education. The BDSC supports a large, worldwide community of scientists using Drosophila as a model organism Read More...

NCI Medicinal Chemistry Accelerator (MCA)
Frederick, MD

Collaborative

The Medicinal Chemistry Accelerator (MCA) is a collaborative CCR resource that supports investigators in developing small molecule inhibitors for anticancer drug candidates. While CCR and NCATS have infrastructure to identify initial “hits” through high-throughput screening, Read More...

NCI LASP Animal Research Technology Support (ARTS)
Frederick, MD

Core Facility

NCI LASP Animal Research Technology Support (ARTS) provides customized technical support for basic and translational animal-based research to the scientific community. We offer a wide array of services ranging from expert colony management to the Read More...

CCR Sequencing Facility
Frederick, MD

Core Facility

The introduction of DNA sequencing instruments capable of producing millions of DNA sequence reads in a single run has profoundly altered the landscape of genetics and cancer biology. Complex questions can now be answered at Read More...

NCI LASP Gnotobiotics Facility (GF)
Frederick, MD

Core Facility

The Laboratory Animal Sciences Program (LASP) of the Frederick National Laboratory operates a Gnotobiotics Facility (GF) to support research focused on the role of microbiota in cancer inflammation, pathogenesis, and treatment response. The GF can 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...

Bioinformatics for Beginners 2022: Things to consider:

Web Page

Bioinformatics

STAR 2-pass mode --sjdbGTFfile is the path to the file with annotated transcripts in standard GTF format, STAR extracts splice junctions from this file, improves accuracy of mapping. Using annotations is highly recommended whenever they Read More...

Networking in Google Cloud Platform

Web Page

Bioinformatics

02/12/2020 - This two-day instructor-led course gives participants a broad study of networking options on Google Cloud Platform. Through presentations, demonstrations, and hands-on labs, learners explore and deploy GCP networking technologies, such as Google Virtual Private Read More...

BTEP Coding Club: Committing changes

Web Page

Bioinformatics

Changes to a coding project (including scripts, data, and other content) should be saved periodically, similar to clicking on the "save" button to periodically save changes when constructing a word document. This is Read More...

BTEP Coding Club: TCGA data example

Web Page

Bioinformatics

Let's look at a more complicated example using the gene_expression data. We can use ggpubr to explore genes of interest. However, in cases where comparisons are more complicated and faceting is used, this Read More...

BTEP Coding Club: Return to R

Web Page

Bioinformatics

Let's reshape the data. I will rely heavily on dplyr functions to perform these tasks. First, I want to isolate the alpha chain and beta chain data. #isolate alpha and beta dfTRA< Read More...

BTEP Coding Club: Prepare your data

Web Page

Bioinformatics

You will need an annotation file in GTF format (for poorly annotated species you can use GTF file generated by cufflinks). ENSEMBL annotation is known to work well. Additionally, a STAR index (for appropriate STAR Read More...

NCI Genetics Branch: OMICS Technology Facility
Bethesda, MD

Collaborative

Our operational objectives are to provide state-of-the-art OMICS technologies in support of the Genetics Branch (GB) investigators and collaborators. Research Services Wet Lab Single cell isolation from fresh, frozen, and FFPE tissue, DNA/RNA extractions Read More...

Pan-Microbial Serology Facility (PMSF)
Bethesda, MD

Collaborative

The Pan-Microbial Serology Facility (PMSF) is part of the Center for Cancer Research (CCR) at the National Cancer Institute (NCI). The PMSF focuses on determining individualized pan-microbial immune profiles associated with human diseases including immunological 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...

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

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

BTEP Coding Club: Statistical Integration

Web Page

Bioinformatics

ggpubr allows us to easily incorporate additional information into our plots (e.g., mean, individual case information, etc.). Where this package really shines is its ability to easily include the results of common statistical tests. Read More...

BTEP Coding Club: Running rMATS on Biowulf

Web Page

Bioinformatics

The program can be run in either interactive or batch mode Get interactive node: sinteractive -c 16 --mem 45g --gres=lscratch:20 Make sure you have requested enough resources, as the program can be quite memory- and Read More...

BTEP Coding Club: Results

Web Page

Bioinformatics

The resulting object eh is a gseaResult object. This object contains the results (eh@result) and other information that went into the analysis, for example, @organism type, @setType, the @geneSets used, the genes in our @ Read More...