From 95de65c64973051016e9889a2905922109ed247c Mon Sep 17 00:00:00 2001 From: yun Date: Wed, 21 Feb 2024 17:39:27 +0800 Subject: [PATCH] update tcrossprod --- README.md | 17 +++++++++-------- vignettes/BPCellsArray.Rmd | 17 +++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f525117..603b8f5 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,15 @@ Here is a summarized delayed operations in BPCells: Other non-lazied operations: -| Operations | BPCells | BPCellsArray | Note | -| ----------------- | ---------------- | ------------------------------- | ---------------- | -| row/col summarize | matrix\_stats | matrix\_stats | | -| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | | -| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | | -| Multiplication | %\*% | %\*% | For some methods | -| Crossproduct | | crossprod | For some methods | -| svd | svds | `runSVD`+`SpectraParam` | | +| Operations | BPCells | BPCellsArray | Note | +| ------------------------ | ---------------- | ------------------------------- | ---------------- | +| row/col summarize | matrix\_stats | matrix\_stats | | +| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | | +| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | | +| Multiplication | %\*% | %\*% | For some methods | +| Crossproduct | | crossprod | For some methods | +| Matrix product transpose | | tcrossprod | For some methods | +| svd | svds | `runSVD`+`SpectraParam` | | ## Matrix Storage Format diff --git a/vignettes/BPCellsArray.Rmd b/vignettes/BPCellsArray.Rmd index 0e0a645..ca28090 100644 --- a/vignettes/BPCellsArray.Rmd +++ b/vignettes/BPCellsArray.Rmd @@ -53,14 +53,15 @@ Here is a summarized delayed operations in BPCells: Other non-lazied operations: -| Operations | BPCells | BPCellsArray | Note | -| ----------------- | ---------------- | ------------------------------- | ---------------- | -| row/col summarize | matrix_stats | matrix_stats | | -| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | | -| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | | -| Multiplication | %*% | %*% | For some methods | -| Crossproduct | | crossprod | For some methods | -| svd | svds | `runSVD`+`SpectraParam` | | +| Operations | BPCells | BPCellsArray | Note | +| ------------------------ | ---------------- | ------------------------------- | ---------------- | +| row/col summarize | matrix_stats | matrix_stats | | +| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | | +| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | | +| Multiplication | %*% | %*% | For some methods | +| Crossproduct | | crossprod | For some methods | +| Matrix product transpose | | tcrossprod | For some methods | +| svd | svds | `runSVD`+`SpectraParam` | | ## Matrix Storage Format BPCells provide three format: