[go: up one dir, main page]

File: addr_row.Rd

package info (click to toggle)
r-cran-cellranger 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 643 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cell-addr.R
\name{addr_row}
\alias{addr_row}
\alias{addr_row.cell_addr}
\title{Get row from cell location or reference}
\usage{
addr_row(x, ...)

\method{addr_row}{cell_addr}(x, ...)
}
\arguments{
\item{x}{a suitable representation of cell(s) or a cell area reference}

\item{...}{further arguments passed to or from other methods}
}
\value{
integer vector
}
\description{
Get row from cell location or reference
}
\section{Methods (by class)}{
\itemize{
\item \code{cell_addr}: Method for \code{\link{cell_addr}} objects
(ca <- cell_addr(1:4, 3))
addr_row(ca)
}}