get_raw_count_anno_df: Extract raw counts with annotation data.frame from txi

View source: R/format.R

get_raw_count_anno_dfR Documentation

Extract raw counts with annotation data.frame from txi

Description

Extract raw counts with annotation data.frame from txi

Usage

get_raw_count_anno_df(txi)

Arguments

txi:

The txi object returned from the 'import_kallisto' function

Value

A 'data.frame' object.

Examples

abundances <- get_demo_abundance_files()
file_anno <- get_demo_anno_file()
txi <- import_kallisto(abundances, anno = file_anno)
raw_counts <- get_raw_count_anno_df(txi)


CharlesJB/rnaseq documentation built on Oct. 17, 2023, 5:37 p.m.