Keep only a subset of the current annotation
Source:R/site_annotation.R
keep_selected_annotation.Rd
Keep only a subset of the current annotation
Examples
data('ribo_toy')
data('human_methylated')
ribo_toy <- rename_rna(ribo_toy)
ribo_toy <- annotate_site(ribo_toy,human_methylated)
ribo_toy <- keep_selected_annotation(ribo_toy, c("28S_Am1310","28S_Cm2848"))