NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: marine invertebrate extract

Total Results Found: 104

DTP Natural Products Repository
Frederick, MD

Repositories

Trans NIH Facility

DTP’s Natural Products Repository is the world’s largest storehouse of natural products. It houses close to >200,000 extracts from samples of more than 70,000 plants and >20,000 marine organisms collected from more than 29 countries, plus extracts Read More...

Bioinformatics for Beginners 2022: Where is my data?

Web Page

Bioinformatics

The Golden Snidget reference genome is located at http://data.biostarhandbook.com/books/rnaseq/data/golden.genome.tar.gz. Can you download and extract? {{Sdet}} Solution{{Esum}} Download wget http://data.biostarhandbook.com/books/rnaseq/ Read More...

Data Visualization with R: Plot PCA

Web Page

Bioinformatics

To plot the first two axes of variation along with species information, we will need to make a data frame with this information. The axes are in pca$x . #Build a data frame pcaData

MATLAB Medical Image Processing Techniques

Web Page

Bioinformatics

03/06/2023 - Learn about a wide range of capabilities for image processing and computer vision including machine and deep learning using deep convolutional neural networks (CNNs). Transitioning image models from pixel-based to feature-based allows us to Read More...

Next Generation Sequence Analysis using MacVector

Web Page

Bioinformatics

04/21/2021 - Registration: https://cbiit.webex.com/cbiit/onstage/g.php?MTID=e51f19be5660107b4b92118dc48be1781 Presenter: Kevin Kendal PhD CEO of MacVector Description: This workshop will focus on the analysis of Next Read More...

Next Generation Sequencing using MacVector

Web Page

Bioinformatics

04/21/2021 - Register Description: MacVector is a sequence analysis application for macOS computers that provides users with a variety of tools and functions to simplify the analysis, manipulation, assembly, and documentation of DNA and protein sequences. Read More...

BTEP course: Subsetting by integer positions

Web Page

Bioinformatics

Given that the elements in a data frame are referenced by its row and column positions, what would be the approach for extracting the element in row 60 and column 5? The solution is the command below, Read More...

Bioinformatics Resources for CCR Scientists: Description

Web Page

Bioinformatics

Ingenuity Pathway Analysis (IPA) (Qiagen) IPA works with differential expression data (derived from RNA sequencing, miRNA sequencing, microarray, proteomics, phosphoproteomics, or metabolomics) or genetic variant data to extract various biological insights. {{Sdet}}{{Ssum}}Listing of Read More...

BTEP Lessons: Plot PCA

Web Page

Bioinformatics

To plot the first two axes of variation along with species information, we will need to make a data frame with this information. The axes are in pca$x. #Build a data frame pcaData & Read More...

BTEP course: Range

Web Page

Bioinformatics

Ranges can be used to for subsetting data (ie. extract data in rows 5 thru 10 of a data frame) or applied to iterate over a task in things like a for loop. For instance, a for Read More...

Scientific Software

Web Page

OSTR provides CCR investigators with access to a variety of software licenses for genomic, proteomic, pathway analysis and data visualization tools. These software are funded by OSTR and made available at no cost to CCR Read More...

Microscopy Image Analysis and Quantification Using MATLAB

Web Page

Bioinformatics

04/10/2025 - This one hour online training introduces participants to the tools and techniques for analyzing and quantifying microscopy images using MATLAB’s low-code algorithms. Participants will learn how to preprocess images, segment regions Read More...

R Introductory Series: Data Matrices

Web Page

Bioinformatics

Another important data structure in R is the data matrix. Data frames and data matrices are similar in that both are tabular in nature and are defined by dimensions (i.e., rows (m) and columns ( Read More...

Bioinformatics for Beginners 2022: Lesson 9 Practice

Web Page

Bioinformatics

Lesson 9 Practice Objectives In this practice session, we will apply our knowledge to learn about the reference genome and annotation file for the Golden Snidget dataset visualize the Golden Snidget genome using the Integrative Genome Read More...

Data Visualization with R: R Course FAQs

Web Page

Bioinformatics

Where can I find examples of different types of plots? The R Graph Gallery is a fantastic resource for R data visualization. The gallery can be used to explore different plot types and the code Read More...

Data Visualization with R: R Course FAQs

Web Page

Bioinformatics

R Course FAQs Where can I find examples of different types of plots? The R Graph Gallery is a fantastic resource for R data visualization. The gallery can be used to explore different plot types Read More...

February Data Sharing and Reuse Seminar

Web Page

Bioinformatics

02/11/2022 - The seminar is open to the public and registration is required each month. Dr. Hunter Mosely plans to discuss the richness of open data resources in biology and how they can support machine learning Read More...

GCP Fundamentals - Big Data & Machine Learning

Web Page

Bioinformatics

10/15/2021 - This course will introduce you to Google Cloud's big data and machine learning functions. You'll begin with a quick overview of Google Cloud and then dive deeper into its data processing capabilities. Read More...

Pathway Analysis with MetaCore

Web Page

Bioinformatics

11/13/2017 - MetaCore™ is an integrated curated knowledge database and software suite for pathway analysis of experimental data and gene lists. The scope of data types includes microarray and sequence-based gene expression, SNPs and CGH arrays, Read More...

BTEP Coding Club: The Dataset

Web Page

Bioinformatics

For today's lesson, we will use data from the Bioconductor package airway. The airway data is from Himes et al. (2014). These data, which are contained within a RangedSummarizedExperiment, object are from a bulk RNAseq Read More...

Bioinformatics Resources for CCR Scientists: Description

Web Page

Bioinformatics

Geneious Prime is a graphical user interface (GUI) based bioinformatics package that contains a suite of tools for molecular biology and Next Generation Sequencing analysis. {{Sdet}}{{Ssum}}Listing of Analysis Functions{{Esum}} Classic Computational Molecular Read More...

Bioinformatics Resources for CCR Scientists: Description

Web Page

Bioinformatics

CLC Genomics Workbench (Qiagen) is a graphical user interface (GUI) based bioinformatics software. It houses tools for molecular biology and Next Generation Sequencing (NGS) analysis (see Listing of Analysis Functions below). {{Sdet}}{{Ssum}}Listing of Read More...

December 2024 Newsletter

Web Page

CREx Monthly Newsletter Learn about the NIH Collaborative Research Exchange (CREx), Core Facilities, Webinars, & More New NIH Resource Resources Advance your research with the NIH Mouse Imaging Facility (MIF) The NIH Mouse Imaging Read More...

NCI High-Throughput Imaging Facility (HiTIF)
Bethesda, MD

Collaborative

The NCI High-Throughput Imaging Facility (HiTIF) works in a collaborative fashion with NCI/NIH Investigators by providing them with the necessary expertise, instrumentation, and software to develop and execute advanced High-Throughput Imaging (HTI) assays. These Read More...

Biophysics Core Technologies

Web Page

Home About the Biophysics Core Biophysics Core Services [tabby title="Instrumentation"] NHLBI Biophysics Core The Biophysics Core Facility: Overview Core Facilities provide scientific resources, cutting-edge technologies and novel approaches to support DIR scientists. Availability 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...

Bioinformatics for Beginners 2022: 18. BLAST copy

Web Page

Bioinformatics

This page uses content directly from the Biostar Handbook by Istvan Albert. Remember to activate the bioinformatics environment and create a directory for today's work. conda activate bioinfo mkdir blast cd blast What is Read More...

Data Visualization with R: Lesson5

Web Page

Bioinformatics

Visualizing clusters with heatmaps Objectives Introduce the heatmap and dendrogram as tools for visualizing clusters in data. Learn how to work with the package pheatmap . Learn how to save a non-ggplot2 plot. Introduce ggplotify to Read More...

R Introductory Series 2023: R Basics

Web Page

Bioinformatics

R basics 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 Read More...

Stepping into the Regulome: ChIP-Seq/ENCODE Data Analysis

Web Page

Bioinformatics

04/17/2017 - Probing DNA-Protein Interactions This 2-day workshop, which includes both lecture and hands-on components, will teach the basic concepts and practical aspects of ChIP-Seq data analysis. Topics to be covered include: experimental design; read alignment; Read More...

Microarray Workshop (2 day)

Web Page

Bioinformatics

09/22/2015 - Learn the basics of microarray gene expression analysis using Partek Genomics Suite and Open Source Tools. As we walk though hands-on analysis of a cancer dataset, you will learn the principles of experimental design, Read More...