Bioinformatics Online Home
   Chapters Links Problems Enroll for Updates Help
 CHAPTER 12 PROBLEMS
   
 Problem 1
 Problem 2
 Problem 3
 Problem 4
 Problem 5
 Problem 6
 All problems

Home  >  Problems  >  Chapter 12

QUESTION ON SCRIPT EXAMPLE 5�PERL: READING FILES AND LOOKING FOR TEXT PATTERNS (p. 595)
  1. To recognize both upper- and lowercase sequences, the pattern match included letters in upper- and lowercase: /([^ACGTacgt])/. Change the pattern specification to /([^ACGT])/i to get a case-insensitive match and test the script on a file containing mixed cases. Which version do you think is preferable in terms of the script's output and why?




 

© 2004 by Cold Spring Harbor Laboratory Press. All rights reserved.
No part of these pages, either text or image, may be used for any purpose other than personal use. Therefore, reproduction, modification, storage in a retrieval system, or retransmission, in any form or by any means, electronic, mechanical, or otherwise, for reasons other than personal use, is strictly prohibited without prior written permission.

 

 
Home Chapters Links Problems Enroll for Updates Help CSHL Press