addRownameTable {casesolver}R Documentation

addRownameTable

Description

Helpfunction for CaseSolver to set rownames as first column in table (modification)

Usage

addRownameTable(tab, type = 1, samplename = "SampleName")

Arguments

tab

The table to modify

type

The type of modification: 0,3=First column is indices, 1=First column is rownames, 2=1st column is indices AND 2nd column is rownames, 4=1st column is rownames AND collesponding column named "samplename"

samplename

Stringname for "SampleName" (may be in another language)

Value

A modified table (wrt rownames)


[Package casesolver version 1.8.0 Index]