zent_tools: Zent Object Constructor Function

Description Usage Arguments Value

View source: R/zentobj.R

Description

Zent Object Constructor Function

Usage

1
2
3
4
5
6
7
zent_tools(
  analysis_type,
  sample_sheet,
  sep = "\t",
  paired = FALSE,
  ncores = 1
)

Arguments

analysis_type

Either 'RNA-seq' or 'ChIP-seq'. Only 'RNA-seq' is currently available.

sample_sheet

Either a data.frame or delimited file.

sep

If the sample sheet is a file, this specifies the delimiter.

paired

Whether the run is paired (TRUE) or unpaired (FALSE)

ncores

The number of cores/threads to use.

Value

A zent object.


Bankso/ZentTools_too documentation built on Jan. 18, 2021, 5:36 p.m.