translate_strandedness | R Documentation |
Translate library orientation terminology for each program
translate_strandedness(orientation = NULL, layout = NULL)
orientation |
Library orientation, available in
the column "Orientation" from the output of |
layout |
Library layout, available in the column "Layout" from the
output of |
A list with the following elements:
salmon library information.
featureCounts library information.
kallisto library information.
StringTie library information.
data(sample_info)
orientation <- sample_info$Orientation
layout <- sample_info$Layout
strandedness <- translate_strandedness(orientation, layout)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.