Description Usage Arguments Value Examples
View source: R/DECODER_pipeline.R
This function is used to run DECODER from bam files.
1 2 3 | DECODER.pipeline(bulk_bam_file_path, ref = c("user", "hematopoietic",
"pbmc", "mouse_pfc"), sc_bam_file_path = NULL, celltype.idx = NULL,
genome = NULL)
|
bulk_bam_file_path |
path to bulk bam file(s) |
ref |
the type of reference: user/PBMC/mouse pfc/hematopoietic |
sc_bam_file_path |
path to single-cell bam files (only and must be required when ref=='user') |
celltype.idx |
ad |
genome |
genome assembly to be used |
prop |
estimated proportion matrix for bulk samples |
1 2 3 4 | ## Not run:
prop<-DECODER.pipeline(path/to/bulk,ref='user',path/to/sc,celltype.idx,genome='hg19')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.