lookupTable: generates 'lookupTable' for filtering raw data post gene...

Description Usage Arguments Examples

Description

returns three tables, 1. gene centric assembly readOrigin identities, 2. homologySearch assignment, 3 superimposed

Usage

1
2
lookupTable(genesOfInterest = scg,
  annotations = "~/simulation_fr_the_beginning/out/template.csv", rs)

Arguments

genesOfInterest

the kos of interest defaults to scg must be in the ko:KXXXXX format

annotations

table containing the number of KOs for each taxID

rs

processed readStatuses from newbler output

Examples

1
2
3
4
5
6
## Not run: 
rs = lapply(dynList, function(x) x$rs %>% mutate(ko = x$ko)) %>% do.call(rbind,.)
output = lookupTable(genesOfInterest = scg, annotations = "~/simulation_fr_the_beginning/out/template.csv", rs)
e

## End(Not run)

etheleon/metamaps documentation built on May 16, 2019, 9:05 a.m.