Other packages > Find by keyword >

BaseSet  

Working with Sets the Tidy Way
View on CRAN: Click here


Download and install BaseSet package within the R console
Install from CRAN:
install.packages("BaseSet")

Install from Github:
library("remotes")
install_github("cran/BaseSet")

Install by package version:
library("remotes")
install_version("BaseSet", "0.9.0")



Attach the package and use:
library("BaseSet")
Maintained by
Lluís Revilla Sancho
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-11-11
Latest Update: 2023-08-22
Description:
Implements a class and methods to work with sets, doing intersection, union, complementary sets, power sets, cartesian product and other set operations in a "tidy" way. These set operations are available for both classical sets and fuzzy sets. Import sets from several formats or from other several data structures.
How to cite:
Lluís Revilla Sancho (2020). BaseSet: Working with Sets the Tidy Way. R package version 0.9.0, https://cran.r-project.org/web/packages/BaseSet. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.0.14 (2020-11-11 14:50), 0.0.15 (2021-03-20 21:10), 0.0.16 (2021-04-22 18:00), 0.0.17 (2021-07-05 13:20), 0.9.0 (2023-08-22 13:30)
Other packages that cited BaseSet R package
View BaseSet citation profile
Other R packages that BaseSet depends, imports, suggests or enhances
Complete documentation for BaseSet
Functions, R codes and Examples using the BaseSet R package
Some associated functions: BaseSet-package . TidySet-class . activate . add_column . add_elements . add_relation . add_relations . add_sets . adjacency . arrange_ . as.data.frame.TidySet . as.list.TidySet . c-TidySet-method . cardinality . cartesian . complement . complement_element . complement_set . df2TS . droplevels.TidySet . element_size . elements . extract-TidySet . fapply . filter_ . getGAF . getGMT . getOBO . group . group_by_ . incidence . independent . intersection . is.fuzzy . is_nested . length.TidySet . length_probability . length_set . lengths-TidySet-method . move_to . multiply_probabilities . mutate_ . nElements . nRelations . nSets . name_elements-set . name_elements . name_sets-set . name_sets . naming . pipe . power_set . pull_ . reexports . relations . remove_column . remove_element . remove_relation . remove_set . rename_elements . rename_set . select_ . set_size . set_symbols . sets . show-TidySet-method . size . subtract . tidy . tidySet . union . union_closed . 
Some associated R codes: AllClasses.R . AllGenerics.R . BaseSet-package.R . GMT.R . GeneSetCollection.R . activate.R . add.R . add_column.R . add_relation.R . adjacency.R . arrange.R . basesets-package.R . c.R . cardinality.R . cartesian.R . complement.R . data_frame.R . deactivate.R . droplevels.R . elements.R . extract.R . filter.R . group.R . group_by.R . head.R . incidence.R . independent.R . intersection.R . length.R . list.R . move_to.R . mutate.R . names.R . naming.R . nested.R . obo.R . operations.R . power_set.R . print.R . pull.R . relations.R . remove.R . remove_column.R . rename.R . select.R . set.R . size.R . subtract.R . tidy-set.R . union.R . union_closed.R . utils-pipe.R . utils.R . validity.R . zzz.R .  Full BaseSet package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA