NATIONAL CANCER INSTITUTE - CANCER.GOV

Search Results for: VH4-34 IgM216

Total Results Found: 38

Total Results Found: 38

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

Analyzing ChIP sequencing data with Partek Flow

Web Page

Bioinformatics

05/03/2023 - Partek Flow is your start-to-finish solution for analyzing high dimensional multi-omics sequencing data. It is a point-and-click software and is suitable for those who wish to avoid the steep learning curve associated with analyzing Read More...

BTEP Lessons: Session Info

Web Page

Bioinformatics

sessionInfo() R version 4.4.0 (2024-04-24) Platform: aarch64-apple-darwin20 Running under: macOS Sonoma 14.7.1 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/ Read More...

BTEP Coding Club: Using Excel

Web Page

Bioinformatics

These questions can be answered in excel. However, the data would need to be reshaped. To see what I mean, let's take a brief look at the data in Excel. Notice that there are Read More...

BTEP course: Subsetting

Web Page

Bioinformatics

The command below will subset the expression counts for the RABL2B gene. hbr_uhr_chr22_counts[hbr_uhr_chr22_counts["Geneid"]=="RABL2B"] Geneid HBR_1.bam HBR_2.bam HBR_3.bam Read More...

BTEP Coding Club: R Session info

Web Page

Bioinformatics

sessionInfo() R version 4.2.3 (2023-03-15) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur ... 10.16 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/ 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 Wrangling with R: Plotting with ggplot2

Web Page

Bioinformatics

For the following plots, let's use the diamonds data ( ?diamonds ). The diamonds dataset comes in ggplot2 and contains information about ~54,000 diamonds, including the price, carat, color, clarity, and cut of each diamond. --- R4 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...

BTEP course: Subsetting using column names

Web Page

Bioinformatics

Panda's loc function allows for subsetting by row or column names. For instance, to retrieve the gene id column, do the following. The ":" denotes get every row. hbr_uhr_chr22_counts.loc[:,[' 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...