View source: R/SingleCellRNASeq.R
load_gene_expression_from_a_file | R Documentation |
Load gene expression from a file
load_gene_expression_from_a_file(
object,
input_file = "",
isTargetSeq = T,
sep = ","
)
object |
The SingCellaR object. |
input_file |
The input gene expression file name. |
isTargetSeq |
is the logical input. default = TRUE |
sep |
The field separator character of the gene expression table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.