I am using biomaRt tool to get the peptides for BRCA1 using below code:
library(biomaRt)
mart = useMart('ensembl', dataset='hsapiens_gene_ensembl')
seq = getSequence(id='BRCA1', type='hgnc_symbol', seqType='peptide', mart = mart)
27 different sequences are returned, and 12 of those have an asterisk (*) in the end, while 15 do not. What does that mean? I know that asterisk is used to indicate stop codon. So, does that mean the peptides without an asterisk do not have a stop codon? Is that possible at all?
MDLSALRVEEVQNVINAMQKILECPICLELIKEPVSTKCDHIFCKVLLCCPSWSTVVRS*
is an example sequence with an asterisk in the end. MDLSALRVEEVQNVINAMQKILECPICLELIKEPVSTKCDHIFCKSLQESTRFSQLVEELLKIICAFQLDTGLEYANSYNFAKKENNSPEHLKDEVSI
is an example without an asterisk.
Hello ebrudermanver!
It appears that your post has been cross-posted to another site: https://bioinformatics.stackexchange.com/questions/2300/why-some-of-the-gene-peptides-returned-by-biomart-do-not-have-an-asterisk-in-the
This is typically not recommended as it runs the risk of annoying people in both communities.