Description Usage Arguments Value Examples
circSample and circExperiment class replacement methods for replacing the boolean value stating if the library preparationion protocol yielded firstread-firststrand reads The replacment value must be valid to enable replacement
1 | firstread.firststrand(object) <- value
|
object |
circSample or circExperiment object |
New class object with replaced logical firstread-firststrand vector
1 2 3 4 5 | # Replacing boolean value of whether reads are firstread-firststrand in a sample object
#firstread.firststrand(sample.object) <- new.logical
# Replacing boolean value whether reads are firstread-firststrand in each sample of an experiment
#firstread.firststrand(experiment.object) <- new.logical.vector
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.