View source: R/feature_file_editor.R
major_features | R Documentation |
The function extracts parent features only; it also excludes all non-coding RNAs that are already annotated in the file.
major_features(
annotation_file,
annot_file_directory = ".",
target_strand,
original_sRNA_annotation
)
annotation_file |
GFF3 genome annotation file. |
annot_file_directory |
The directory path for the annotation file (default is '.') |
target_strand |
A character string indicating the strand. Supports two valies; '+' and '-'. |
original_sRNA_annotation |
A string indicating how the biotype of pre-annotated ncRNA, which can be found in the attribute column.In case if the user does not know how the sRNA is annotated, it can be set as "unknown". In this case, all RNAs apart from tRNAs and rRNAs will be removed from the selection. |
A dataframe with the major features from a set strand.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.