View source: R/RLRangesFromRLBase.R
RLRangesFromRLBase | R Documentation |
Accessor function which returns any sample in RLBase as an RLRanges object for use with RLSeq. For a full list of available samples, see RLHub::rlbase_samples.
RLRangesFromRLBase(acc, rlsamples = NULL)
acc |
The sample ID of the RLBase object. See the |
rlsamples |
The tibble provided by RLHub::rlbase_samples. Providing these data ahead of time speeds up this operation. Default: NULL. |
An RLRanges object with all results available.
rlr <- RLRangesFromRLBase("SRX1070676")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.