Mercurial > repos > jasonxu > matrixeqtl
annotate MatrixEQTL/NAMESPACE @ 4:cf4e9238644c draft default tip
Uploaded
| author | jasonxu |
|---|---|
| date | Fri, 12 Mar 2021 08:23:32 +0000 |
| parents | cd4c8e4a4b5b |
| children |
| rev | line source |
|---|---|
| 0 | 1 importFrom(methods, setRefClass) |
| 2 exportPattern("^[[:alpha:]]+") | |
| 3 exportClasses( | |
| 4 "SlicedData" | |
| 5 ) | |
| 6 S3method(plot, MatrixEQTL) | |
| 7 S3method(summary, SlicedData) | |
| 8 exportMethods( | |
| 9 "[[", | |
| 10 "[[<-", | |
| 11 "colnames", | |
| 12 "colnames<-", | |
| 13 "dim", | |
| 14 "length", | |
| 15 "ncol", | |
| 16 "NCOL", | |
| 17 "nrow", | |
| 18 "NROW", | |
| 19 "rownames", | |
| 20 "rownames<-", | |
| 21 "as.matrix", | |
| 22 "rowMeans", | |
| 23 "rowSums", | |
| 24 "colMeans", | |
| 25 "colSums" | |
| 26 ) | |
| 27 |
