rank_prts | R Documentation |
This function creates a data frame containing the primary and alternative transcripts of each gene ranked by how different the resultant surface proteins are. Transcripts can be ranked by length, number of transmembrane domains, or a combo metric that multiplied the difference in length by the number of transmembrane domains and ranks accordingly. This function can also be set to restrict the number of genes that are returned to the user to show only the most significant gene transcripts.
rank_prts(counts, rank, n_prts)
counts |
A data frame containing the overall length and individual lengths of each section of the surface protein corresponding to a certain transcript. |
rank |
String indicating which method to use to rank proteins in graphic output. Options include "Length", "TM", and "Combo". |
n_prts |
Integer value indicating the number of genes that should be displayed on the graphical output. Default value is 20. |
A data frame containing the overall length and individual lengths of each section of the surface protein corresponding to a certain transcript ranked by how different the primary and alternative transcripts are functionally.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.