Skip to content
Snippets Groups Projects
Unverified Commit 7b9a877b authored by Todor Kondic's avatar Todor Kondic
Browse files

Trivial known table

* R/resources.R(EMPTY_KNOWN): New variable.

Column headers for trivial known compounds table.
parent b340de9a
No related branches found
No related tags found
No related merge requests found
......@@ -117,3 +117,4 @@ FTAB_NAMES=c("ID", "mz", "rt", "tag", "mode", "set", "Name", "SMILES", "Files" ,
EMPTY_UNK <- data.table(ID=character(0),mz=numeric(0),RT=numeric(0),Name=character(0),CAS=character(0))
EMPTY_KNOWN <- data.table(ID=character(0),SMILES=character(0),RT=numeric(0),Name=character(0),CAS=character(0))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment