Skip to content

Commit

Permalink
Update README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove authored Feb 17, 2022
1 parent 238b672 commit 8d46413
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ in a specific package.

```
intersect(sapply(strsplit(as.character(methods(class="DESeqDataSet")), ","), `[`, 1), ls("package:DESeq2"))
sub("Function: (.*) \\(package .*\\)","\\1",grep("Function",showMethods(classes="DESeqDataSet",
where=getNamespace("DESeq2"), printTo=FALSE), value=TRUE))
sub("Function: (.*) \\(package .*\\)","\\1",grep("Function",showMethods(classes="DESeqDataSet", where=getNamespace("DESeq2"), printTo=FALSE), value=TRUE))
```

## Annotations
Expand Down

0 comments on commit 8d46413

Please sign in to comment.