Description Usage Arguments Details Value Examples
Merging PA information and tail information.
1 | infomerge(tailinfo, PAinfo)
|
tailinfo |
A dataframe that contains the tail information of all reads. |
PAinfo |
A dataframe that contains the PA information of all reads. |
Although we have identified the PA site and tail information for each sequence, the two tables are currently independent. We need to use the common column (reads_num) of the two tables to merge the data to produce the final data table.
This function returns a dataframe that contains both PA information (including PA gene, type based, chromosome, and so on) and tail information.
1 2 3 | tailinfo = "the/path/of/tailinfo.txt"
PAinfo = "the/path/of/PAinfo.txt"
finaldata <- infomerge(tailinfo,PAinfo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.