import_deseq: Try to add data to DESeq in a flexible fashion. This...

View source: R/de_deseq.R

import_deseqR Documentation

Try to add data to DESeq in a flexible fashion. This currently only handles matrices, htseq data, and tximport data.

Description

This will hopefully make adding counts to a DESeq data set easier, as it tries to handle the various arguments with minimal fuss.

Usage

import_deseq(data, column_data, model_string, tximport = NULL)

Arguments

data

Counts from htseq/mtrx/tximport/etc

column_data

I think this is the sample names, I forget.

model_string

Model describing the data by sample names.

tximport

Where is this data coming from?

See Also

[DESeq2::DESeqDataSetFromMatrix]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.