View source: R/zfj_misc_utilities_202111.R
| is_from_adaptor | R Documentation |
Check if a sequence is from Truseq adaptor
is_from_adaptor(
test_seq = "ACGTGTGCTCTTC",
lib_seq = "AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCTnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnAGATCGGAAGAGCACACGTCTGAACTCCAGTCACnnnnnnnnATCTCGTATGCCGTCTTCTGCTTG"
)
test_seq |
the sequence or motif consensus to compare with Truseq ligand |
lib_seq |
the sequence of full length Truseq ligand |
the result of alignment of test_seq, lib_seq, and the reverse complement of test_seq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.