generate_freqs_genes: Calculate genes frequency

Description Usage Arguments Value Examples

View source: R/get_info_genes.R

Description

function to calculate the percentage of occurrence of every gene across all strains.

Usage

1
generate_freqs_genes(input_binary_df)

Arguments

input_binary_df

Object of class "dataframe", containing the absence/presence of genes

Value

Object of class "dataframe". The first column reports the ID of the nodes/genes, the second column reports the frequency across all strains

Examples

1
## Not run: generate_freqs_genes(input_binary_df)

haneylab/geNet documentation built on Oct. 4, 2020, 8:40 a.m.