1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Introduction to Bioconductor in R

Connected

अभ्यास

Looking for a match

From the previous exercise, you have two objects: selectedSet(a set) and selectedSeq (a single sequence).

You have recently discovered that pattern ns5 is on frame 3 of the AAzika6F. Now, you will discover what the match looks like using selectedSet and selectedSeq.

निर्देश 1/2

undefined XP
  • 1
    • Use vmatchPattern() on the appropriate set and allow max.mismatch = 15.
  • 2
    • Use matchPattern() on the appropriate single sequence and allow max.mismatch = 15.