RNASeqRParam_Bam-constructor: RNASeqR_Bam

RNASeqRParam_Bam-constructorR Documentation

RNASeqR_Bam

Description

Constructor function for RNASeqRParam_Bam objects

Usage

RNASeqRParam_Bam(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_bam'. 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_Bam

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_Bam(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)

Kuanhao-Chao/RNASeqR documentation built on May 12, 2022, 8:15 a.m.