View source: R/count_features.R
make_saf | R Documentation |
This function converts gff file into simplified annotation format with 5 columns, appropriate for use in featureCounts/tpm_norm_flagging.
make_saf(ann_file, exclude = F)
ann_file |
A GFF3 annotation file. |
exclude |
A boolean to indicate whether or not to include rRNA/tRNA features |
A dataframe in Simplified Annotation Format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.