Description Arguments Value Author(s) Examples
Moves the first column of the counts data.frame to rownames and removes the old column.
counts | 
 data.frame; A data frame with counts data.  | 
The counts data.frame is returned with the first column moved to the rownames of the data.frame.
Jason Serviss
1 2  | counts <- data.frame(LETTERS, a = runif(26, 1, 100))
moveGenesToRownames(counts)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.