aCGH modify plotting method
1
0
Entering edit mode
@christopher-neil-nihnci-1009
Last seen 9.7 years ago
Hello, I am trying to use the aCGH package to find and plot copy number. I would like to modify the function plotHmmStates so that I can control the yScale. However, I cannot find the source code for this function. It is usually in the R directory under the package folder. However, there is only an RDX and RDB file. Are these files compressed archives of the code? If so, how can I access and change the code? Thanks, Neil
aCGH aCGH aCGH aCGH • 683 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 12 hours ago
United States
Christopher, Neil (NIH/NCI) wrote: > Hello, > > I am trying to use the aCGH package to find and plot copy number. I would > like to modify the function plotHmmStates so that I can control the yScale. > However, I cannot find the source code for this function. It is usually in > the R directory under the package folder. However, there is only an RDX and > RDB file. Are these files compressed archives of the code? If so, how can I > access and change the code? You can either type plotHmmStates at an R prompt, and copy paste the function into an editor to change it, or you can download the source file which will contain the function in the R directory. In the first case you can simply rename the function (my.plotHmmStates or whatever), save as my.plotHmmStates.R and source() back into your R session. In the second case you can actually add your function and build the package if you have all the necessary tools (or you can source() the function as in the first case). > > Thanks, > Neil > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109
ADD COMMENT

Login before adding your answer.

Traffic: 469 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6