loadTxInfo: Load Transcript Info

Description Usage Arguments Value Examples

View source: R/getDEE2.R

Description

This function loads transcript information. This information includes transcript lengths, corresponding parent gene accession and gene symbol that might be useful for downstream analysis.

Usage

1
loadTxInfo(zipname)

Arguments

zipname

Path to the zipfile.

Value

a dataframe of transcript info

Examples

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

getDEE2 documentation built on Nov. 8, 2020, 7:46 p.m.