Skip to content

A Novel Bloom Filter for Faster Membership Identification of Paired Biological Network Data

License

Notifications You must be signed in to change notification settings

patgiri/BionetBF

Repository files navigation

BionetBF: A Novel Bloom Filter for Faster Membership Identification of Large Biological Graph

Generate Dataset

To generate dataset, first compile

  • $gcc data-gen-id_Kmer.c

and then run the code

  • $./a.out

Compiling and running main code

To compile the main code

  • $gcc BionetBF.c

To run the code

  • $./a.out

Citation:

@misc{nayak_bionetbf:_2022,
	address = {Rochester, NY},  
	type = {{SSRN} {Scholarly} {Paper}},  
	title = {Bionetbf: {A} {Novel} {Bloom} {Filter} for {Faster} {Membership} {Identification} of {Large} {Biological} {Graph}},  
	shorttitle = {Bionetbf},
	url = {https://papers.ssrn.com/abstract=4170144},
	doi = {10.2139/ssrn.4170144},
	urldate = {2022-10-11},
	author = {Nayak, Sabuzima and Patgiri, Ripon},
	month = jul,
	year = {2022},
	keywords = {Keywords: Bloom Filter, Big Graph, Biological Network, Probabilistic Data Structure, algorithm},
}

Contributed by

About

A Novel Bloom Filter for Faster Membership Identification of Paired Biological Network Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages