1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
| > exomePeak2( bam_ip = NULL, bam_input = NULL, bam_treated_ip = NULL, bam_treated_input = NULL, txdb = NULL, bsgenome = NULL, genome = NA, gff_dir = NULL, mod_annot = NULL, paired_end = FALSE, library_type = c("unstranded", "1st_strand", "2nd_strand"), fragment_length = 100, binding_length = 25, step_length = binding_length, peak_width = fragment_length/2, pc_count_cutoff = 5, bg_count_cutoff = 50, p_cutoff = 1e-05, p_adj_cutoff = NULL, log2FC_cutoff = 1, parallel = FALSE, background_method = c("all", "Gaussian_mixture", "m6Aseq_prior", "manual"), manual_background = NULL, correct_GC_bg = TRUE, qtnorm = FALSE, glm_type = c("DESeq2", "Poisson", "NB"), LFC_shrinkage = c("apeglm", "ashr", "Gaussian", "none"), export_results = TRUE, export_format = c("CSV", "BED", "RDS"), table_style = c("bed", "granges"), save_plot_GC = TRUE, save_plot_analysis = FALSE, save_plot_name = "", save_dir = "exomePeak2_output", peak_calling_mode = c("exon", "full_tx", "whole_genome") )
|