Description Usage Arguments Value
View source: R/ReadFTRANSFACFile.R
This function reads an stored .txt file of FTRANSFAC format and constructs a class object from it. As default, the returned class Object does not contain Methylation Score matrices. If needed, files exported from TFregulomeR() with the same name and format should be provided before setting MEthylation==TRUE.
1 2 3 4 | ReadFTRANSFACFile(
File = "MM1_HSA_K562_CEBPB___4-FTRANSFAC.txt",
Methylation = FALSE
)
|
File |
the directory of .txt file |
Methylation |
a logical argument which indicates if Methylation Score files are provided and needed to be included in Object or not. |
A class object for plotting. The Methylation Score matrices can be optionally ommitted or not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.