get_ruvg_anno_df: Extract RUVg counts with annotation data.frame from txi

View source: R/format.R

get_ruvg_anno_dfR Documentation

Extract RUVg counts with annotation data.frame from txi

Description

Extract RUVg counts with annotation data.frame from txi

Usage

get_ruvg_anno_df(txi)

Arguments

txi:

The txi object returned from the 'import_kallisto' function and the 'ruvg_normalisation' 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)
ruvg <- get_ruvg_anno_df(txi)


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