Description Usage Arguments Details Value Examples
creates Giotto object directly from a 10X visium folder
1 2 3 4 5 6 7 8 9 10 11 12 |
visium_dir |
path to the 10X visium directory [required] |
expr_data |
raw or filtered data (see details) |
gene_column_index |
which column index to select (see details) |
png_name |
select name of png to use (see details) |
xmax_adj |
adjustment of the maximum x-value to align the image |
xmin_adj |
adjustment of the minimum x-value to align the image |
ymax_adj |
adjustment of the maximum y-value to align the image |
ymin_adj |
adjustment of the minimum y-value to align the image |
instructions |
list of instructions or output result from |
cores |
how many cores or threads to use to read data if paths are provided |
expr_data: raw will take expression data from raw_feature_bc_matrix and filter from filtered_feature_bc_matrix
gene_column_index: which gene identifiers (names) to use if there are multiple columns (e.g. ensemble and gene symbol)
png_name: by default the first png will be selected, provide the png name to override this (e.g. myimage.png)
giotto object
1 | createGiottoVisiumObject(visium_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.