Description Usage Arguments Details Value Author(s) See Also Examples
Function to read sgr files into a list object, quantile normalise signal.
1 | readSgrFiles(X, dataPath = getwd(), fileExt=".txt", normalise = TRUE)
|
X |
object of class ExpressionSet |
dataPath |
path to the directory holding the data sgr data files |
normalise |
logical, should data be quantil normalised |
fileExt |
character specifying the filename extension |
The function reads the data files in sgr file tab delimited format: chr, position, signal. All data sets must be from the same array platform and have the same chromosome names and positions. The data is read and then quantile normalised and stored as an ExpressionSet.
Returns normalized, transformed values as an object of class ExpressionSet
Bettina Fischer
1 2 3 | sgrfiles <- c("SoxNDam_trunc","SoxN-DDam_trunc","DDam_trunc")
dataPath <- system.file("extdata",package="SimBindProfiles")
readTestSGR <- readSgrFiles(X=sgrfiles, dataPath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.