File: scuttle-utils.Rd

package info (click to toggle)
r-bioc-scuttle 1.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 888 kB
  • sloc: cpp: 508; sh: 7; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 669 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils_parallel.R
\docType{class}
\name{scuttle-utils}
\alias{scuttle-utils}
\alias{.splitRowsByWorkers}
\alias{.splitColsByWorkers}
\alias{.splitVectorByWorkers}
\alias{.assignIndicesToWorkers}
\alias{.subset2index}
\alias{.bpNotSharedOrUp}
\alias{.ranksafeQR}
\alias{.checkCountMatrix}
\alias{.unpackLists}
\alias{.guessMinMean}
\title{Developer utilities}
\description{
Various utilities for re-use in packages that happen to depend on \pkg{scuttle}.
These are exported simply to avoid re-writing them in downstream packages, and should not be touched by end-users.
}
\author{
Aaron Lun
}