File: NAMESPACE

package info (click to toggle)
r-bioc-residualmatrix 1.16.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (2)
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
# Generated by roxygen2: do not edit by hand

export(ResidualMatrix)
export(ResidualMatrixSeed)
exportClasses(ResidualMatrix)
exportClasses(ResidualMatrixSeed)
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)
import(methods)
importClassesFrom(DelayedArray,DelayedMatrix)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,extract_array)
importFrom(DelayedArray,new_DelayedArray)
importFrom(DelayedArray,seed)
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)