strand_correct_umi_features | R Documentation |
This function corrects the orientation of Unique Molecular Identifier (UMI) features based on the DNA strand from which they originate. It takes a data frame containing UMI features and adjusts them if they are from the reverse strand, ensuring that the orientation of the UMI sequences is consistent with their representation on the forward strand. This correction is necessary for accurate downstream analysis of sequence data.
strand_correct_umi_features(df)
df |
data.frame converted from lists-of-lists (scanBam) |
data.frame with corrected UMI features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.