loadTxCounts: Load Transcript Counts

View source: R/getDEE2.R

loadTxCountsR Documentation

Load Transcript Counts

Description

This function loads Kallisto transcript level counts from a downloaded zip file.

Usage

loadTxCounts(zipname)

Arguments

zipname

Path to the zipfile.

Value

a dataframe of transcript expression counts.

Examples

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

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