File: scuttle-utils.Rd

package info (click to toggle)
r-bioc-scuttle 1.0.4%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 728 kB
  • sloc: cpp: 356; sh: 17; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 647 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
% 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}
\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
}