Learn R Programming

humarray (version 1.0.0)

rownames,ChipInfo-method: rownames method for ChipInfo objects

Description

rownames: Returns the row names.

dim: Returns the dimension

length: Returns the number of rows

show: Displays a preview of the object

print: See 'show' as the behaviour is very similar and ... are just arguments of 'show'. The key difference with 'print' instead of 'show' is that by default the parameter 'up.to' is set to 50, so that any ChipInfo object (or subset) of less than or equal to 50 rows will be displayed in its entirety, rather than just the top/bottom 5 rows.

Usage

"rownames"(x)
"dim"(x)
"length"(x)
"show"(object)
"print"(x, ...)

Arguments

x
a ChipInfo object
object
a ChipInfo object
...
further arguments to showChipInfo()

Value

rownames: Character vector of row names (SNP IDs).dim: same as lengthlength: integer, number of rows, same as inherited nrow()show: Displays a preview of the objectprint: Prints the object to terminal using 'showChipInfo()'.