File: NAMESPACE

package info (click to toggle)
r-bioc-scaledmatrix 1.14.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand

export(ScaledMatrix)
export(ScaledMatrixSeed)
exportClasses(ScaledMatrix)
exportClasses(ScaledMatrixSeed)
exportMethods("%*%")
exportMethods("[")
exportMethods("dimnames<-")
exportMethods(DelayedArray)
exportMethods(colMeans)
exportMethods(colSums)
exportMethods(crossprod)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(extract_array)
exportMethods(rowMeans)
exportMethods(rowSums)
exportMethods(show)
exportMethods(t)
exportMethods(tcrossprod)
importClassesFrom(DelayedArray,DelayedMatrix)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,extract_array)
importFrom(DelayedArray,new_DelayedArray)
importFrom(DelayedArray,seed)
importFrom(DelayedArray,sweep)
importFrom(Matrix,as.matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,drop)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(S4Vectors,setValidity2)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)