View source: R/sc_atac_create_sce.R
sc_atac_create_sce | R Documentation |
sc_atac_create_sce()
sc_atac_create_sce(
input_folder = NULL,
organism = NULL,
sample_name = NULL,
feature_type = NULL,
pheno_data = NULL,
report = FALSE
)
input_folder |
The output folder produced by the pipeline |
organism |
The type of the organism |
sample_name |
The name of the sample |
feature_type |
The type of the feature |
pheno_data |
The pheno data |
report |
Whether or not a HTML report should be produced |
a SingleCellExperiment object created from the scATAC-Seq data provided
## Not run:
sc_atac_create_sce(
input_folder = input_folder,
organism = "hg38",
feature_type = "peak",
report = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.