Description Usage Arguments Value Examples
This function imports the data from the count table files as returned by the accompanying Python script.
1 | importData(sampleTable, directory = "", ID = "name", ...)
|
sampleTable |
a data.frame that has to contain the columns ChiP, Input,
sampleID,
upstream, downstream and condition. Each row of the table describes one
experimental sample. Each row of the table describes one
experimental sample. See |
directory |
the directory relative to which the filenames are specified given as a character. |
ID |
character giving the name of the feature identifier column in the count tables. Defaults to |
... |
parameters passed to |
a DChIPRepResults
object containg the imported data as a
DESeqDataSet
.
1 2 3 | data(exampleSampleTable)
directory <- file.path(system.file("extdata", package="DChIPRep"))
importedData <- importData(exampleSampleTable, directory)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.