is_from_adaptor: Check if a sequence is from Truseq adaptor

View source: R/zfj_misc_utilities_202111.R

is_from_adaptorR Documentation

Check if a sequence is from Truseq adaptor

Description

Check if a sequence is from Truseq adaptor

Usage

is_from_adaptor(
  test_seq = "ACGTGTGCTCTTC",
 
    lib_seq = "AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCTnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnAGATCGGAAGAGCACACGTCTGAACTCCAGTCACnnnnnnnnATCTCGTATGCCGTCTTCTGCTTG"
)

Arguments

test_seq

the sequence or motif consensus to compare with Truseq ligand

lib_seq

the sequence of full length Truseq ligand

Value

the result of alignment of test_seq, lib_seq, and the reverse complement of test_seq


hbmcsysbio/hbmcbioR documentation built on April 14, 2022, 9:59 p.m.