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: