Description Usage Arguments Details Author(s) References See Also Examples
This function stores the results of a CGHnormaliter normalization into a plain text file.
1 | CGHnormaliter.write.table(input, data.type=c("normalized","segmented","called"), file=paste(data.type,".txt", sep=""))
|
input |
result object of a CGHnormaliter normalization. |
data.type |
type of aCGH data to store. |
file |
file name to store the data in. |
Available aCGH data types are:
normalized: The normalized log2 intensity ratios
segmented: The segmented log2 intensity ratios (after normalization)
called: The calls (after normalization)
The selected data are stored into a tabseparated file with the specified file name.
Bart P.P. van Houte, Thomas W. Binsl, Hannes Hettling
Bart P.P. van Houte, Thomas W. Binsl, Hannes Hettling, Walter Pirovano and Jaap Heringa. CGHnormaliter: an iterative strategy to enhance normalization of array CGH data with imbalanced aberrations. BMC Genomics, 10:401, 2009.
1 2 3 4 5 6 7 | data(Leukemia)
## Normalize the intensity ratios
## Not run: result <- CGHnormaliter(Leukemia)
## Write the result to a file
## Not run: CGHnormaliter.write.table(result)
## Not run: CGHnormaliter.write.table(result, type="segmented")
## Not run: CGHnormaliter.write.table(result, type="called", file="mycalls.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.