Description Usage Arguments Value
View source: R/zero_coverage.R
Read the zero coverage data otuput into a data.frame.
| 1 2 | get_intron_zc(fname, sample_name, regex = "^chr",
  adjust_method = "bonferroni", rename_target_id = TRUE)
 | 
| fname | a character vector of length one containing the file name | 
| regex | a regular expression to filter from. For intron retention, you
usually want to only get the introns. If you want to get everything back,
use the regex  | 
| adjust_method | the method to use for multiple testing | 
| rename_target_id | if TRUE, rename 'target_id' to 'intron_extension' | 
| exp_name | a character containing the name of the experiment | 
a data.frame with columns:
intron_extensionthe intron_extension coordinates
lenthe length of the target
zc_lenthe length of the region with zero coverage
the raw p-value under the Poisson model
the corrected p-value using method adjust_method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.