I have a txt file and it looks like this. I need to use biomaRT in R to get the corresponding gene IDs of a whole list of different Refseq and peptides. Along with that, I need to keep the peptide sequence with the final outcome How would I do that? Please help
myData = read.delim("phosphopeptides.txt", header = FALSE)
Using refseq_peptide to match our IDs:
Note: Useful function to find the attributes - searchAttributes, when we do not know the correct attribute name: