View source: R/tpm_norm_flagging.R
tpm_flag_filtering | R Documentation |
A function to filter the marked features selected by the user by the flag of choice.
tpm_flag_filtering(
flagged_annotation_file,
target_features = c("putative_sRNA", "putative_UTR"),
target_flag,
output_file
)
flagged_annotation_file |
A flagged GFF3 annotation file. |
target_features |
A string indicating feature type to filter (optional). |
target_flag |
A string indicating a flag for filtering. |
output_file |
A string indicating the name of the output file. |
A GFF3 file where a target feature type is filtered by the expression flag of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.