View source: R/04_zscore_table_to_corecmotifs.R
make_zscore_motif | R Documentation |
Creates a z-score motif for a given probe set and PBM condition. The rows correspond to nucleotides and the columns correspond to positions in the motif.
make_zscore_motif(zscore_table, probe_set_name, pbm_condition)
zscore_table |
|
probe_set_name |
|
pbm_condition |
|
A matrix with rows corresponding to nucleotides and columns corresponding to positions in the motif. Each cell is filled with the PBM condition-specific z-score of the probe with that nucleotide at that position.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.