R/GET-get_subset_pathway.R
, R/GET-get_subseting_pathway.R
get_subset_pathway.Rd
reads the output of the mapping_ko function to filter out KOs based on pathways.
reads the output of the mapping_ko function to filter out KOs based on pathways.
get_subset_pathway(mapped_ko_table, type_of_interest_feature,
interest_feature)
get_subset_pathway(mapped_ko_table, type_of_interest_feature,
interest_feature)
a data frame object. The output table from the mapping_ko function.
is a mapped_ko column name. This feature is going to be used for subsetting.
a character vector of the mapped_ko feature of interest. It is found under the type_of_interest_feature value column.
This function is part of a package used for the analysis of bins metabolism.
This function is part of a package used for the analysis of bins metabolism.
get_subset_pathway(mapped_ko_table=ko_bin_mapp,
type_of_interest_feature=rbims_pathway, interest_feature="Hexadecane")
#> # A tibble: 0 × 19
#> # ℹ 19 variables: Module <chr>, Module_description <chr>, Pathway <chr>,
#> # Pathway_description <chr>, Cycle <chr>, Pathway_cycle <chr>,
#> # Detail_cycle <chr>, Genes <chr>, Gene_description <chr>, Enzyme <chr>,
#> # KO <chr>, rbims_pathway <chr>, rbims_sub_pathway <chr>, Bin_10 <int>,
#> # Bin_12 <int>, Bin_56 <int>, Bin_113 <int>, Bin_1 <int>, Bin_2 <int>
get_subset_pathway(mapped_ko_table=ko_bin_mapp,
type_of_interest_feature=rbims_pathway, interest_feature="Hexadecane")
#> # A tibble: 0 × 19
#> # ℹ 19 variables: Module <chr>, Module_description <chr>, Pathway <chr>,
#> # Pathway_description <chr>, Cycle <chr>, Pathway_cycle <chr>,
#> # Detail_cycle <chr>, Genes <chr>, Gene_description <chr>, Enzyme <chr>,
#> # KO <chr>, rbims_pathway <chr>, rbims_sub_pathway <chr>, Bin_10 <int>,
#> # Bin_12 <int>, Bin_56 <int>, Bin_113 <int>, Bin_1 <int>, Bin_2 <int>