DataTableWithClasses: constructor of the DataTableWithClasses class

Description Usage Arguments Value Author(s)

View source: R/Data_table_with_classes.R

Description

This class contains count tables (typically used to represent expression profiles in RNA-seq analysis) documented with a Pheno table (description of each sample) and completed with some additional fields for convenience: sample names, gene names, ...

Usage

1
DataTableWithClasses(dataTable, phenoTable, dataType, parameters)

Arguments

dataTable

a data.frame with one row per feature (e.g. gene) and one column per sample.

phenoTable

a data frame describing each sample: one row per sample and one column per attribute of a sample.

parameters

global and specific parameters for the analysis of this recountID

dataType="raw

counts" data type, free text (e.g. raw counts, log2-transformed counts, log2 normalised counts ...).

Value

it is create object that is belonge to DataTableWithClasses class that means it would have the follwing attributes

Author(s)

Mustafa AbuElQumsan and Jacques van helden


elqumsan/RNAseqMVA documentation built on March 10, 2021, 8:10 a.m.