View source: R/tpm_norm_flagging.R
tpm_flagging | R Documentation |
A helper function to analyse each row of the TPM table. Each feature gets allocated a flag depending on the expression profile.
tpm_flagging(tpm_data, complete_annotation, output_file)
tpm_data |
A CSV file containing TPM values for each normalised feature in each sample. |
complete_annotation |
A GFF3 annotation file. |
output_file |
A string indicating the name of the output file. |
A Gff3 file, where a target feature type has an expression flag added to its attribute column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.