View source: R/initiateSpataObject.R
initiateSpataObjectMERFISH | R Documentation |
SPATA2
from platform MERFISHThis function initiates a SPATA2
object with data generated
using the MERFISH platform.
initiateSpataObjectMERFISH(
sample_name,
directory_merfish,
read_transcripts = FALSE,
file_counts = NULL,
file_cell_meta = NULL,
file_transcripts = NULL,
verbose = TRUE
)
directory_merfish |
Character value. Directory to a MERFISH folder
that should contain a .csv file called ~/...cell_by_gene.csv and a .csv file
called ~/...cell_metadata.csv, where ~ is the directory to the folder.
Deviating filenames can be specified using arguments |
read_transcripts |
Logical value. If |
file_counts |
Character value or |
file_cell_meta |
Character value or |
file_transcripts |
Character value or |
verbose |
Logical. If (Warning messages will always be printed.) |
MERFISH works in micron space. The coordinates of the cellular centroids are provided in unit um. Therefore no pixel scale factor must be computed or set to work with SI units.
A SPATA2
object from the MERFISH platform. Default for pt_size
is
set to 0.4 which might need adjustment.
addMoleculeCoordinates()
, setDefault()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.