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.


rpolicastro/ZentTools documentation built on Feb. 26, 2021, 6:21 p.m.