getDefaultParameterList
generates a default parameter list that can be used as input for the function analyzeSNPhood
.
The path to the user regions file can optionally be provided as an argument to the function. See the examples for further details.
Before running the function analyzeSNPhood
, carefully check that the default parameters are suitable for the analysis.
getDefaultParameterList(path_userRegions = NULL, isPairedEndData = TRUE)
path_userRegions
(absolute path to the user regions file, see the Vignette for details).analyzeSNPhood
:
SNPhood
(browseVignettes("SNPhood")
).
analyzeSNPhood
## Only one parameter can, optionally, be specified when calling the function
par.l = getDefaultParameterList(path_userRegions = "path/to/regions", isPairedEndData = TRUE)
## If the file is not specified, you need to change it
## before you can execute the function \code{\link{analyzeSNPhood}}
par.l = getDefaultParameterList(isPairedEndData = TRUE)
par.l$path_userRegions = "path/to/regions"
Run the code above in your browser using DataLab