Description Usage Arguments Value Examples
View source: R/GlobalFunctions.R
Lists chromatin marks and transcription factors that are available to be used for the comparison analysis by the fuctions metagenePlotsForComparison(), plotReferenceDistribution() and predictionScore().
listAvailableElements
1 | listAvailableElements(target)
|
target |
String, chromatin mark or transcription factor to be analysed. With the keywords "mark" and "TF" the respective lists with the available elements are listed. |
List of elements or single string
1 2 3 4 | listAvailableElements(target="CTCF")
listAvailableElements(target="H3K36me3")
listAvailableElements(target="TF")
listAvailableElements(target="mark")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.