thanhleviet / brownie

Automatically exported from code.google.com/p/brownie
0 stars 0 forks source link

Ability to remove taxsets from RBrownie object #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think a function that is missing is one to delete taxasets. There's one to 
rename taxasets (which doesn't have usage notes), but since the S4 phylo4d 
object is not subsettable it's not intuitive on how to go about deleting 
taxsets. 

Original issue reported on code.google.com by omeara.brian@gmail.com on 18 Jan 2011 at 4:43

GoogleCodeExporter commented 9 years ago
btw, this is a suggestion from Hugo Alamillo

Original comment by omeara.brian@gmail.com on 18 Jan 2011 at 4:44

GoogleCodeExporter commented 9 years ago
Added a method to do this:
brobj = removeTaxasets(brobj,<taxaset name or index>)

Original comment by conrad.s...@gmail.com on 13 Feb 2011 at 11:24