geoFilter2: Conversion between run_ids and geo objects often contain...

Description Usage Arguments Value Examples

View source: R/geoFilter2.R

Description

Conversion between run_ids and geo objects often contain NA/NULL values This removes NA-containing rows

Usage

1
geoFilter2(palm.sra, wobble = FALSE, wradius = 0.005)

Arguments

palm.sra

data.frame, output df from get.sraGeo()

wobble

boolean, add a wobble to each point to prevent overplotting [FALSE]

wradius

numeric, maximum magnitude of wobble [0.005]

Value

modified palm.sra data.frame

Examples

1
2
3
4
5
6
7
8
data("waxsys.palm.sra")
# waxsys.palm.sra
# -- 4159 rows

waxsys.geo.filtered <- geoFilter2(waxsys.palm.sra)
# -- 2300 rows

# 2300 / 4159 SRA-libraries have associated geospatial meta-data

palmid documentation built on Oct. 15, 2021, 9:06 a.m.