Description Usage Arguments Examples
read2
Wrapper to read 2 files with the same format, dimensions and row and column names.
1 2 | read2(expresFName, metFName, dataDirectory = ".", sepChar = ";",
decChar = ".")
|
expresFName |
Name of first file, expected to contain expression values. |
metFName |
Name of second file, expected to contain methylation values. |
dataDirectory |
Name of directory where the files are staore. Defaults to ".". |
sepChar |
Name of character used to separate matrix columns. Defaults to ";". |
decChar |
Name of character used as decimal point. Defaults to ".". |
1 2 3 4 | ## Not run:
(myData <- read2(myExpr, myMet))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.