compute_rpf_gc | R Documentation |
This function computes the GC-content of a ribosome-protected fragment, omitting the nucleotides in the A-, P-, and/or E-site codon positions.
compute_rpf_gc( dat, omit = "APE", transcript_fa_fname, transcript_lengths_fname, read_type = "monosome" )
dat |
data frame containing columns 'transcript', 'cod_idx', 'd5', and 'd3' |
omit |
character; one of 'A', 'AP', or 'APE' corresponding to codons to omit |
transcript_fa_fname |
character; file path to transcriptome fasta file |
transcript_lengths_fname |
character; file path to transcript lengths file |
read_type |
character; one of 'monosome' or 'disome' |
A numeric vector corresponding to rows of 'dat'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.