Mercurial > repos > shians > voom_rnaseq
comparison diffexp.R @ 1:b2fe55fd0651 default tip
- Initial commit
author | shian_su <registertonysu@gmail.com> |
---|---|
date | Tue, 16 Dec 2014 14:41:34 +1100 |
parents | 7a80e9ec63cb |
children |
comparison
equal
deleted
inserted
replaced
0:7a80e9ec63cb | 1:b2fe55fd0651 |
---|---|
618 ListItem(cit[5]) | 618 ListItem(cit[5]) |
619 ListItem(cit[6]) | 619 ListItem(cit[6]) |
620 ListItem(cit[7]) | 620 ListItem(cit[7]) |
621 cata("</ol>\n") | 621 cata("</ol>\n") |
622 | 622 |
623 cata("<p>Report problems to: su.s@wehi.edu.au</p>\n") | 623 cata("<p>Please report problems or suggestions to: su.s@wehi.edu.au</p>\n") |
624 | 624 |
625 for (i in 1:nrow(linkData)) { | 625 for (i in 1:nrow(linkData)) { |
626 if (grepl("session_info", linkData$Link[i])) { | 626 if (grepl("session_info", linkData$Link[i])) { |
627 HtmlLink(linkData$Link[i], linkData$Label[i]) | 627 HtmlLink(linkData$Link[i], linkData$Label[i]) |
628 } | 628 } |