viralemergence / virion

The Global Virome in One Network
https://viralemergence.github.io/virion
37 stars 8 forks source link

VirusFlagContaminant field has no TRUE values #32

Closed eveskew closed 3 years ago

eveskew commented 3 years ago

The VirusFlagContaminant field has no TRUE entries, only FALSE or missing data.

> library(tidyverse)
> library(vroom)
> 
> v <- vroom("Virion/Virion.csv.gz")
> 
> table(v$VirusFlagContaminant, useNA = "ifany")

  FALSE    <NA> 
2781450  124591 
cjcarlson commented 3 years ago

solved