wb_load_cgc_list: Load the list of strains available at the CGC

View source: R/load_cgc.R

wb_load_cgc_listR Documentation

Load the list of strains available at the CGC

Description

Load the list of strains available at the CGC

Usage

wb_load_cgc_list(dir_cache = NULL, refresh = 2)

Arguments

dir_cache

Directory where the downloaded files are cached.

refresh

Number of days after which the downloaded list needs to be refreshed.

Value

A tibble containing the list of strains available at the CGC. Description of the fields can be found on the CGC website.

Examples

## Not run: 
strain_list <- wb_load_cgc_list()
nrow(strain_list)
strain_list$Genotype[strain_list$Strain == "NC902"]

## End(Not run)

AlexWeinreb/wbData documentation built on April 3, 2025, 1:24 p.m.