Description Usage Arguments Value Examples
load data from csv file
1 2 | loadCSVData(filename, gene.index = 1, cell.index = 1,
gene.names = NULL, cell.names = NULL, gene.in.row = TRUE, ...)
|
filename |
csv file names |
gene.index |
gene name's subscript |
cell.index |
cell name's subscript |
gene.names |
set rownames=gene.names, default NULL, using the gene.index |
cell.names |
set colnames=cell.names, default NULL, using the cell.index |
gene.in.row |
gene store in row, default TRUE |
... |
see also read.csv |
data sparseMatrix data
1 2 3 | data <- loadCSVData("./filename.csv")
data <- loadCSVData("./filename.csv", gene.in.row = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.