NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: huATN-658

Total Results Found: 11

Total Results Found: 11

Unix for the Bioinformatics Beginners

Web Page

Bioinformatics

12/12/2024 - Knowledge of Unix command line is advantageous for scientists who are new to bioinformatics, as many tools are designed to run on Unix-like systems. High performance computing systems (e.g., NIH Biowulf) also require Read More...

Introductory R for Novices: Load the Data

Web Page

Bioinformatics

Let's use read.delim to load the data. aircount<-read.delim("./data/head50_airway_nonnorm_count.txt", row.names = 1) head(aircount) Accession.SRR1039508 Accession.SRR1039509 ENSG00000000003.TSPAN6 679 448 ENSG00000000005.TNMD 0 0 ENSG00000000419. Read More...

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 Wrangling with R: Data

Web Page

Bioinformatics

Let's load in some data to work with. In this lesson, we will continue to use sample metadata, raw count data, and differential expression results from the airway RNA-Seq project. Load the data: #sample 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...