Description Usage Arguments Value Examples
View source: R/basic_function_in_cluster_analysis.R
This function is mainly used to choose the strain based on the strain type defined in 1011 genome sequence project
1 | chooseStrain(type, strain0 = strain_classification)
|
type |
A string representing the strain group name |
strain0 |
A dataframe contain all 1011 yeast strains' classification information |
A vector containing strain name
1 2 | strain_type <- "all_strain"
strain_select1 <- chooseStrain(type = strain_type)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.