getSamplePairIDs | R Documentation |
Utilities to map between paired end specific files and their parent SampleID.
getSamplePairIDs(sampleID, annotationFile = "Annotation.txt")
originalSamplePairID(sampleID, annotationFile = "Annotation.txt")
sampleID |
a SampleID, that may or may not have a paired end suffix (e.g. |
annotationFile |
the sample annotation file containing the details about this sample |
With paired end data, there are some pipeline tools that operate on each paired end file half separately. These need the pair suffix present. Most other tools just want the 'parent' SampleID with no suffix. These utilities map back and forth between those two formats.
For getSamplePairIDs()
, a vector of at most length 2, with pair specific SampleIDs
for this sample. If the dataset is not paired end data, the given SampleID is returned
as is.
For originalSamplePairID
, a single SampleID with any pair suffix removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.