chooseStrain: Choose strains which belong to the same group

Description Usage Arguments Value Examples

View source: R/basic_function_in_cluster_analysis.R

Description

This function is mainly used to choose the strain based on the strain type defined in 1011 genome sequence project

Usage

1
chooseStrain(type, strain0 = strain_classification)

Arguments

type

A string representing the strain group name

strain0

A dataframe contain all 1011 yeast strains' classification information

Value

A vector containing strain name

Examples

1
2
strain_type <- "all_strain"
strain_select1 <- chooseStrain(type = strain_type)

hongzhonglu/Yeastspot3D documentation built on March 28, 2020, 6:06 p.m.