DESeq2_module: DESeq2 module taking metadata_csv nad raw count data frame to...

Description Usage Arguments Value

View source: R/DESeq2_module.R

Description

DESeq2 module taking metadata_csv nad raw count data frame to run DE analysis

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
DESeq2_module(
  count_data,
  anno_tb = NULL,
  tpm_tb = NULL,
  tag = NULL,
  metadata_csv = NULL,
  metadata_design = NULL,
  control_reference = NULL,
  output_dir = NULL,
  delim_samples = "\\."
)

Arguments

count_data

object in matrix format (integers) with rownames as genes and colnames as sample IDs

anno_tb

tibble of ensembl_gene_id - external_gene_id mappings for annotation

tpm_tb

tibble of tpms to append to results for output

tag

string used to prefix output

metadata_csv

path to file holding metadata

metadata_design

string of design using colnames of metadata_csv

control_reference

string indicating the 'control' intgroup for last element of design

output_dir

path to where output goes

delim_samples

character to delimit sample IDs (default: ".")

ens_version

ENSEMBL version to use

org_prefix

organism prefix from ENSEMBL

Value

nz_fc_co raw count object with no lines summing to zeros


brucemoran/RNAseqR documentation built on Sept. 14, 2021, 11:08 a.m.