SpatialRNA | R Documentation |
constructor of SpatialRNA object
SpatialRNA(
coords,
counts,
nUMI = NULL,
use_fake_coords = FALSE,
require_int = TRUE,
maternalCounts = NULL,
paternalCounts = NULL
)
coords |
A data.frame (or matrix) representing the spatial pixel locations. rownames are barcodes/pixel names, and there should be two columns for 'x' and for 'y'. |
counts |
A matrix (or dgCmatrix) representing Digital Gene Expression (DGE). Rownames should be genes and colnames represent barcodes/pixel names. |
nUMI |
Optional, a named (by pixel barcode) list of total counts or UMI's appearing at each pixel. If not provided, nUMI will be assumed to be the total counts appearing on each pixel. |
use_fake_coords |
logical, FALSE by default. If true, the 'coords' parameter will be ignored, and replaced with a placeholder coords matrix. |
require_int |
logical, TRUE by default. If true, requires counts and nUMI to be integers. Counts should be untransformed count-level data |
Returns a SpatialRNA
object containing the coordinates and counts
from the input files
maternalCounts
Optional, for allele specific expression, a matrix (or dgCmatrix) of raw maternal counts for each gene (rowname) and each pixel (colnames or barcodes)
paternalCounts
Optional, for allele specific expression, a matrix (or dgCmatrix) of raw paternal counts for each gene (rowname) and each pixel (colnames or barcodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.