-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map host genus and host type #39
Comments
Downloaded metadata for 23,333 WNV sequences available in NCBI as of 11-1-2024. Explored and wrangled the data in R. Added two columns Host_Genus and Host_Type to the dataset excluding where Host is blank |
Created a csv mapping file that contains three columns, Host from NCBI download as of 11-1-2024, Host_Genus which is populated with the first word of the Host column, and Host_Type which classifies Host_Genus as either Mosquito, Bird, Tick, Horse, Human, or Other. |
Thanks @DOH-LMT2303! Mind converting the csv to a tsv and placing the file in the After which we can draft a generalized |
WNV NCBI records contain a column
Host
which has some information about the genus and species (i.e Culex pipiens). Create two categories to group and visualize the data in auspice. One category with the genus (i.e. Culex) to group all species under that genus, and another category with a host type (i.e mosquito). Similar categories have been incorporated in other WNV builds: WNV-Foco and WNV-GlobalThe text was updated successfully, but these errors were encountered: