thibautjombart / apex

Phylogenetic Methods for Multiple Gene Data
5 stars 3 forks source link

apex vignette: move importing data before object classes #44

Closed zkamvar closed 8 years ago

zkamvar commented 8 years ago

After seeing some novice users attempt to import their fasta sequences one by one and then create a multidna object out of them, I realized that this is because it's the first way the user is shown how to import data. If we move the Import Data section before the class definitions, the users would know that importing with read.multiFASTA() is a more optimal choice. What do y'all think?

KlausVigo commented 8 years ago

It is a bit like with the R help pages, the interesting bits are at the bottom (in the examples) ;)

thibautjombart commented 8 years ago

Yes, that's a good point, a merely a reflection that developers may think about data structure first, while users are more pragmatic.. I agree with you @zkamvar , best to go with what users want to do. Wanna make the change?

zkamvar commented 8 years ago

Sure!