Description Usage Arguments Examples
View source: R/helperFunctions.R
A function that Removes extraneous lines of TRANSFAC files for usable txt format for package functions
1 | correctJasparTransfac(PWMfile, newFilePath)
|
PWMfile |
A string indicating the path to the downloaded TRANSFAC file |
newFilePath |
A string indicating the desired path to the adjusted txt PCM file |
1 2 | PWMfile <- system.file("extdata", "MA0007.1.transfac", package = "MotifFunc")
correctJasparTransfac(PWMfile, "new0007.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.