| readParse | R Documentation |
Load gene expression count data
readParse(
data.path,
samples = NULL,
raw = FALSE,
sep = "!!",
unique.names = TRUE,
n.cores = 1,
verbose = TRUE
)
data.path |
Path to Parse count data. |
samples |
Vector of sample names (default = NULL) |
raw |
logical Add raw count matrices (default = FALSE) |
sep |
Separator for cell names (default = "!!"). |
n.cores |
Number of cores for the calculations (default = 1). |
verbose |
Print messages (default = TRUE). |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.