CecSve / InsectMobile_Diversity_and_Biomass

Analysis for InsectMobile diversity and biomass across Denmark and Germany in the summer of 2018 and 2019
0 stars 0 forks source link

Script 01_Taxonomic scope? #10

Closed CecSve closed 2 years ago

CecSve commented 2 years ago

Should we carry out analysis for Class = Insecta only or should we include Arachnids and some other arthropod classes as well, or just stick to flying invertebrates (which may be difficult to pin point)? We should at least remove the weird ones:

bowlerbear commented 2 years ago

ooh exciting! I would do insects + spiders. Spiders at least balloon, so reasonable to catch them in the air.

CecSve commented 2 years ago

I will only include Arachnida and Insecta. Here's a list of all the unique IDs by class level.

unique(taxonomy_cleaned$class) [1] "Arachnida" "Insecta" NA "Florideophyceae" [5] "Chromadorea" "Gastropoda" "Mammalia" "Oomycota"
[9] "Malacostraca" "Hydrozoa" "Monogononta" "Enoplea"
[13] "Demospongiae" "Scyphozoa" "Collembola" "Diplopoda"
[17] "Haptoglossa" "Bdelloidea" "Crinoidea" "Clitellata"
[21] "Eutardigrada" "Aves" "Anthozoa" "Bangiophyceae"
[25] "Branchiopoda" "Polychaeta" "Hoplonemertea" "Onychophorida"
[29] "Pycnogonida" "Protura" "Turbellaria" "Amphibia"
[33] "Actinopterygii" "Palaeonemertea" "Myzocytiopsis" "Cubozoa"
[37] "Cestoda"

CecSve commented 2 years ago

script_01 is now ready for your taxize magic @bowlerbear - you can add it from line 186! We need to make sure the # of obs is the same between the asv table and the taxonomy table prior to analysis, but I can make that minor change once you have included the taxize step.

CecSve commented 2 years ago

We analyse on insects and spiders