View source: R/feature_file_editor.R
strand_feature_editor | R Documentation |
This function constructs the full annotation for the strand.
strand_feature_editor(
target_strand,
sRNA_IRanges,
UTR_IRanges,
major_strand_features
)
target_strand |
A character string indicating the strand. Supports two values; '+' and '-'. |
sRNA_IRanges |
An IRanges object containing coordinates and names of the predicted sRNAs. |
UTR_IRanges |
An IRanges object containing coordinates and names of the predicted UTRs. |
major_strand_features |
A dataframe containing the major features for a particular strand. |
A dataframe containing strand annotation populated with the prediction features, build in accordance with GFF3 file format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.