This function is used to get pileup data based on new transcript for the purpose of the downstream outlier detection analysis.
| 1 2 | annotate_pileup(pileup, exon, input.type = "whole_intron",
  output.type = "part_intron", intron.len = NULL)
 | 
| pileup | raw coverage data | 
| exon | exon | 
| input.type | type of intronic region contained in pileup, with choices "whole_intron", "part_intron", or "only_exon"; the first is the default. | 
| output.type | type of intronic region that will be included in output, with choices "whole_intron", "part_intron", or "only_exon"; the second is the default. | 
| intron.len | a length of intronic region that will be included in output. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.