Displaying 1 result from an estimated 1 matches for "meapapasnpsgrkkpersedalfal".
2009 Apr 23
1
Accessing all the first sub-elements of a list of list
...TSAGSYS
SPPPAPYSAPQAPALSVTGPITANSEQIARLRSELDVVRGNTKVMSEMLTEMVPGQEDSSDLELLQELNRTC
RAMQQRIVELISRVSNEEVTEELLHVNDDLNNVFLRYERFERYRSGRSVQNASNGVLNEVTEDNLIDLGPGS
PAVVSPMVGNTAPPSSLSSQLAGLDLGTESVSGTLSSLQQCNPRDGFDMFAQTRGNSLAEQRKTVTYEDPQA
VGGLASALDNRKQSSEGIPVAQPSVMDDIEVWLRTDLKGDDLEEGVTSEEFDKFLEERAKAAEMVPDLPSPP
MEAPAPASNPSGRKKPERSEDALFAL"
[[180]][[3]]
[1] 16
I would like to be able to access all the first sub-elements ($desc) of
my list in order to be able to test for the presence of some elements
using their desc (description).
Something like lapply(mylist, fun='$desc') doesn't work. For loops could
d...