RNASeqWorkFlowParam-class: RNASeq An S4 class for storing RNA-Seq workflow parameters of...

Description Slots Author(s) Examples

Description

RNASeq An S4 class for storing RNA-Seq workflow parameters of this package

Slots

path.prefix

the directory holding installations and analysis results

input.path.prefix

user has to prepared valid 'input_files/' under this directory

gene.name

gene name defined in this RNA-Seq workflow (ex. gene.name.fa, gene.name.gtf)

sample.pattern

sample pattern describing the name of raw fastqc.gz files

experiment.type

set the type of the RNA-Seq analysis workflow. Character of one of "two.group", "multi.group.pairs", "multi.group.anova"

main.variable

main sample grouping variable

additional.variable

additional sample information

Author(s)

Kuan-Hao, Chao

Examples

1
2
3
4
5
6
7
8
9
  data(workflowParam)
  class(workflowParam) #"RNASeqWorkFlowParam"
  workflowParam@path.prefix
  workflowParam@input.path.prefix
  workflowParam@gene.name
  workflowParam@sample.pattern
  workflowParam@experiment.type
  workflowParam@main.variable
  workflowParam@additional.variable

HowardChao/RNA-seq_pipeline documentation built on May 30, 2019, 11:40 a.m.