This dataset, flu_enrich_df, is a data frame containing gene-set enrichment information for genes that have been identified as having an effect on influenza-virus replication.
Usage
data(flu_enrich_df)
Format
A data frame with 5719 observations and 3 variables:
- nflugenes
Numeric vector representing gene identifiers with an effect on influenza-virus replication
- setsize
Integer vector representing the size of each gene set
- GO_terms
Factor vector representing Gene Ontology terms associated with each gene set
Details
The dataset name has been kept as 'flu_enrich_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.