Help for this page

Select Code to Download


  1. or download this
     
    # This script was excerpted from http://stackoverflow.com/questions/11
    +678939/replace-text-based-on-a-dictionary
    use strict;
    ...
      s/($re)/$dict{$1}/g;
      print;
    }
    
  2. or download this
     > grpsTbl <- read.csv("Orthogroups_3.csv", header=T, sep = "\t", row.
    +names = 1, stringsAsFactors=F)
    > dim(grpsTbl)
    [1] 5791   13
    
  3. or download this
     > grpsTbl <- read.csv("parsed_with_perl.csv", header=T, sep = "\t", r
    +ow.names = 1, stringsAsFactors=F)
    Error in read.table(file = file, header = header, sep = sep, quote = q
    +uote,  : 
      more columns than column names