--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-29-918005ee106d> in <module>() ----> 1 protein.bfactors = R.rmsf D:\mo\Python\New folder\lib\site-packages\MDAnalysis\core\groups.py in __setattr__(self, attr, value) 276 raise AttributeError( 277 "Cannot set arbitrary attributes to a {}".format( --> 278 'Group' if self._is_group else 'Component')) 279 # if it is, we allow the setattr to proceed by deferring to the super 280 # behaviour (ie do it) AttributeError: Cannot set arbitrary attributes to a Group