Singleton Remover CSV v0.3

[This article was first published on R Tutorial Series, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I created a small program called Singleton Remover CSV to help researchers process files quickly that might otherwise take a long time to be handled by hand. The program simply compares ID values given in the first two columns of a .csv file, saves any matching rows, and discards the rest.

Originally, the program was made to support a specific use case in bioinformatics operational taxonomic unit (OTU) analysis. Essentially, a researcher could provide a list of desired OTUs for preservation in the first column of a .csv file and a full collection of OTUs in the second with any associated data in the following columns. Singleton Remover CSV will return a .csv file that only contains data associated with the desired OTUs.

However, the program is potentially useful for anyone who needs to reduce a dataset through comparing IDs in a similar manner. Therefore, I made Singleton Remover CSV free to use with the full source available from GitHub. The program is available as an Adobe Air installer and as a .fla that can be compiled with Adobe Flash CS5 or higher.

Download Singleton Remover CSV from GitHub

To leave a comment for the author, please follow the link and comment on their blog: R Tutorial Series.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)