RNASeqRParam_Sam-constructor: RNASeqR_Sam

RNASeqRParam_Sam-constructorR Documentation

RNASeqR_Sam

Description

Constructor function for RNASeqRParam_Sam objects

Usage

RNASeqRParam_Sam(path.prefix = NA, input.path.prefix = NA,
  genome.name = NA, sample.pattern = NA, independent.variable = NA,
  case.group = NA, control.group = NA)

Arguments

path.prefix

Path prefix of 'gene_data/', 'RNASeq_bin/', 'RNASeq_results/', 'Rscript/' and 'Rscript_out/' directories.

input.path.prefix

Path prefix of 'input_files/' directory.

genome.name

variable of genome name defined in this RNA-Seq workflow (ex. genome.name.fa, genome.name.gtf).

sample.pattern

Regular expression of paired-end fastq.gz files under 'input_files/raw_sam'. Expression not includes _[1,2].fastq.gz.

independent.variable

Independent variable for the biological experiment design of two-group RNA-Seq workflow.

case.group

Group name of the case group.

control.group

Group name of the control group.

Value

an object of class RNASeqRParam_Sam

Author(s)

Kuan-Hao Chao

Kuan-Hao Chao

Examples

input_files.path <- system.file("extdata/", package = "RNASeqRData")
rnaseq_result.path <- tempdir(check = TRUE)
## Not run: 
exp <- RNASeqRParam_Sam(path.prefix          = rnaseq_result.path,
                        input.path.prefix    = input_files.path,
                        genome.name          = "Saccharomyces_cerevisiae_XV_Ensembl",
                        sample.pattern       = "SRR[0-9]*_XV",
                        independent.variable = "state",
                        case.group           = "60mins_ID20_amphotericin_B",
                        control.group        = "60mins_ID20_control")

## End(Not run)

HowardChao/RNASeqWorkflow documentation built on May 9, 2022, 10:49 a.m.