add_data | R Documentation |
adds data from bigwig to a transcript_quantifier-class object
add_data(tq, bigwig_plus = NULL, bigwig_minus = NULL)
## S4 method for signature 'transcript_quantifier'
add_data(tq, bigwig_plus = NULL, bigwig_minus = NULL)
tq |
A transcript_quantifier-class object |
bigwig_plus |
the path to a bigwig for reads on the plus strand |
bigwig_minus |
the path to a bigwig for reads on the minus strand |
A transcript_quantifier-class object with count data added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.