get_data | R Documentation |
Retrives data for plotting. Returned ranges may go a bit outside the queried ones if the overlapping bins do not perfectly align with the user provided boundries
get_data(data_source, chrom, start, end)
## S4 method for signature 'transcript_quantifier'
get_data(data_source, chrom, start, end)
## S4 method for signature 'character'
get_data(data_source, chrom, start, end)
data_source |
a transcript_quantifier-class object or string giving the path to a bigwig file |
chrom |
the chromosome of your query region (single value) |
start |
the start position of your query region (single value) |
end |
the end position of your query region (single value) |
a GRanges-class objects with the read counts in
the value
column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.