Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created July 30, 2016 16:34
Show Gist options
  • Select an option

  • Save kozo2/0c914ec345fd28f69a0446483a8e3b38 to your computer and use it in GitHub Desktop.

Select an option

Save kozo2/0c914ec345fd28f69a0446483a8e3b38 to your computer and use it in GitHub Desktop.
MSEA-trial.R
for (af in foo){
path = read.csv(af)
pcids = path['value']
x = unlist(a['PubChem.CID'])
y = unlist(pcids)
# print(class(x))
# print(class(y))
z = intersect(x,y)
print(length(z))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment