buildAltSpliceIndex | R Documentation |
SCFind
object from a matrix
This function will index a matrix
including alternative splicing information for each cell as an SCFind index.
buildAltSpliceIndex.PSI(psival, metadata, dataset.name, column.label, qb = 2)
## S4 method for signature 'ANY'
buildAltSpliceIndex(
psival,
metadata,
dataset.name,
column.label = "primary_type",
qb = 2
)
psival |
a dataframe object containing psi value of each node of a gene and cell with gene_node as row.names and cell id as col.names |
metadata |
metadata of the alternative splicing dataset, must include cell.type information for the dataset |
dataset.name |
name of the dataset, i.e. tissue name |
column.label |
the cell.type in metadata that will be used for the index |
qb |
number of bits per cell that are going to be used for quantile compression of the expression data |
an SCFind object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.