Description Usage Arguments Value
Zent Object Constructor Function
1 2 3 4 5 6 7 | zent_tools(
analysis_type,
sample_sheet,
sep = "\t",
paired = FALSE,
ncores = 1
)
|
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. |
A zent object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.