Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This number is...
Statistical Analysis System (SAS)01:14

Statistical Analysis System (SAS)

SAS, short for Statistical Analysis System, is a powerful data analysis, management, and visualization tool. Developed by the SAS Institute in the early 1970s, SAS has evolved into a comprehensive software suite used across various industries for statistical analysis, business intelligence, and predictive modeling.
Applications: SAS finds applications in numerous fields, including healthcare for clinical trial analysis, finance for risk assessment, marketing for customer data analysis, and...
Regression Analysis01:11

Regression Analysis

Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Multiple Regression01:25

Multiple Regression

Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's functionality,...
Regression Toward the Mean01:52

Regression Toward the Mean

Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when researchers try to extrapolate results...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Tree-based exploratory identification of predictive biomarkers in non-randomized data.

BMC medical research methodology·2026
Same author

Letermovir does not affect long-term polyclonal immune reconstitution after allogeneic hematopoietic stem cell transplantation with ATG-based GvHD prophylaxis.

Frontiers in immunology·2026
Same author

Erratum: Peripheral Measurable Residual Disease Activity Assessment by MALDI-TOF Mass Spectrometry in Patients With Newly Diagnosed Multiple Myeloma in the Phase III GMMG-HD7 Trial.

Journal of clinical oncology : official journal of the American Society of Clinical Oncology·2026
Same author

MRI Quality and Reader Experience in Organized Prostate Cancer Screening: Insights from the PROBASE Trial.

European urology oncology·2026
Same author

Peripheral Measurable Residual Disease Activity Assessment by MALDI-TOF Mass Spectrometry in Patients With Newly Diagnosed Multiple Myeloma in the Phase III GMMG-HD7 Trial.

Journal of clinical oncology : official journal of the American Society of Clinical Oncology·2026
Same author

Perioperative factors influencing immediate and long-term continence after robot-assisted radical prostatectomy.

BJUI compass·2026
Same journal

3DICE: Interpretable 3D Cross-Modal Learning for Drug-Target Interaction Prediction and Large-Scale Drug Discovery.

Bioinformatics (Oxford, England)·2026
Same journal

KASSPer: Kinase Active Site Structure Prediction using Protein and Ligand Language Models and Its Application to Virtual Screening.

Bioinformatics (Oxford, England)·2026
Same journal

IDR searcher: a search engine solution for public image resources.

Bioinformatics (Oxford, England)·2026
Same journal

KCFtools: Rapid alignment-free method for introgression screening and GWAS using k-mer profiles.

Bioinformatics (Oxford, England)·2026
Same journal

Meta2DB: Curated shotgun metagenomic feature sets and metadata for health state prediction.

Bioinformatics (Oxford, England)·2026
Same journal

conMItion: an R package adjusting confounding factors for associations in multi-omics.

Bioinformatics (Oxford, England)·2026
See all related articles

Related Experiment Video

Updated: Jun 23, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

penalizedSVM: a R-package for feature selection SVM classification.

Natalia Becker1, Wiebke Werft, Grischa Toedt

  • 1Division Molecular Genetics and Division Biostatistics, Heidelberg, Germany. natalia.becker@dkfz.de

Bioinformatics (Oxford, England)
|April 29, 2009
PubMed
Summary
This summary is machine-generated.

The penalizedSVM R package enhances Support Vector Machine (SVM) classification by enabling automatic gene selection using L1 norm and SCAD penalization methods. This overcomes a key limitation of traditional SVMs for improved classification tasks.

Related Experiment Videos

Last Updated: Jun 23, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Machine Learning

Background:

  • Support Vector Machines (SVMs) are powerful classification algorithms.
  • A significant limitation of SVMs is their inability to perform automatic gene selection.
  • Existing penalized feature selection methods aim to address this limitation.

Purpose of the Study:

  • To introduce the 'penalizedSVM' R package for enhanced SVM classification.
  • To implement automatic gene selection within SVM using penalization techniques.

Main Methods:

  • The 'penalizedSVM' R package utilizes L1 norm penalization.
  • The package also incorporates the Smoothly Clipped Absolute Deviation (SCAD) penalization function.
  • These methods are integrated into SVM classification tasks.

Main Results:

  • The implemented penalization functions facilitate automatic gene selection.
  • This overcomes the inherent limitation of standard SVMs in feature selection.
  • Enables more efficient and effective SVM classification.

Conclusions:

  • The 'penalizedSVM' R package provides a robust solution for automatic gene selection in SVM classification.
  • L1 norm and SCAD penalization effectively enhance SVM performance.
  • This package is a valuable tool for bioinformatics and computational biology research.