loadGeneInfo: Load Gene Info

View source: R/getDEE2.R

loadGeneInfoR Documentation

Load Gene Info

Description

This function loads gene information. This information includes gene names and lengths which is useful for downstream analysis.

Usage

loadGeneInfo(zipname)

Arguments

zipname

Path to the zipfile.

Value

a dataframe of gene information.

Examples

x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip")
y <- loadGeneInfo("mydata.zip")

markziemann/getDEE2 documentation built on Jan. 16, 2025, midnight