Description Usage Arguments Details Value
View source: R/preprocessing_filtering_reduction.R
This function takes three different type of single-cell input: - Single cell BAM files (sorted) - Single cell BED files (gzipped) - A combination of an index file, a peak file and cell barcode file (The index file is composed of three column: index i, index j and value x for the non zeroes entries in the sparse matrix.)
1 2 3 4 5 6 7 8 9 10 11  | 
files_dir | 
 The directory containing the files  | 
file_type | 
 Input file(s) type(s) ('BAM')  | 
peak_file | 
 A file containing genomic location of peaks (NULL)  | 
n_bins | 
 The number of bins to tile the genome (NULL)  | 
bin_width | 
 The size of bins to tile the genome (NULL)  | 
geneTSS | 
 Use geneTSS regions for annotation ? (NULL)  | 
aroundTSS | 
 Space up and downstream of TSS to use (2500)  | 
verbose | 
 Verbose (TRUE)  | 
ref | 
 reference genome to use (hg38)  | 
This functions re-counts signal on either fixed genomic bins, a set of user-defined peaks or around the TSS of genes.
A sparse matrix of features x cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.