get_prts | R Documentation |
This function creates a fasta file with the transcript ID followed by the amino acid sequence for all given alternative transcripts and associated primary transcripts. The file is organized so that all transcripts from a gene are next to each other. The function also returns a final table containing the gene names, transcript IDs, APPRIS annotations, and amino acid sequences for each transcript
get_prts(aa_trans, temp = FALSE)
aa_trans |
A data frame containing the gene names, transcript IDs, APPRIS annotations, UniProt Swissprot IDs, UniProt Swissprot isoform IDs, and UniProt TREMBL IDs for all transcripts. |
temp |
Boolean indicating if the fasta file should be deleted after the function finishes running or not. Recommended to always be set to FALSE. |
A data frame containing the gene names, transcript IDs, APPRIS annotations, UniProt IDs, and protein sequences for each transcript.
This function also creates a fasta file containing the transcript IDs and associated amino acid sequences in the root directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.