View source: R/annotate-tails.R
annotate_tails | R Documentation |
This function assigns transcript IDs to the poly(A) tails estimated by tailfindr's find_tails() function. It merges information alignment SAM file and tailfindr's CSV output. The output is written to a file, and also returned as dataframe.
annotate_tails(sam_file, tails_csv_file, output_file)
sam_file |
The path of alignment SAM file |
tails_csv_file |
The path of the CSV file produced by find_tails |
output_file |
The path of the output file |
A dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.