sleuth_to_count: Convert a sleuth object to count

Description Usage Arguments Value

View source: R/sleuth_to_count.R

Description

Convert a sleuth object to a count matrix with the condition names.

Usage

1
2
3
4
5
6
7
sleuth_to_count(
  obj,
  log = TRUE,
  normalize = TRUE,
  pc = 0.5,
  aggregation_column = "wb"
)

Arguments

obj

sleuth object.

log

bool; should natural log be returned?

normalize

bool; should normalized counts be returned

pc

numeric; pseudo-counts

aggregation_column

character; aggregation column

Value

a matrix which contains a matrix of target_ids and transcript (or gene) expression in read counts.


oliviermfmartin/HelpingHand documentation built on Oct. 10, 2020, 5:59 a.m.