Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Workflow type
R markdown1
Submitter
Tyler Lovelace1
Team
CausalCoxMGM Team1
Space
Independent Teams1
Topic annotations
Statistics and probability1
Bioinformatics25
Biodiversity10
Biomedical science10
Ecology10
Genetic variation9
Imaging7
Metagenomics7
Sequence assembly7
Bioimaging6
Data management6
Genomics6
Machine learning5
Oncology5
Sequence analysis5
Transcriptomics5
Workflows5
Data mining4
Drug discovery4
Compound libraries and screening3
Computational biology3
Data integration and warehousing3
Data quality management3
Metagenomic sequencing3
Microbiology3
Preclinical and clinical studies3
Protein interactions3
Sample collections3
Sequencing3
Cheminformatics2
Copy number variation2
Data curation and archival2
DNA polymorphism2
Environmental sciences2
Gene expression2
Molecular interactions, pathways and networks2
Pharmacology2
Physics2
Protein interaction experiment2
Proteomics2
Quantitative genetics2
Rare diseases2
Virology2
ChIP-seq1
Comparative genomics1
Computer science1
Data visualisation1
DNA mutation1
Epigenomics1
Gene structure1
Gene transcripts1
Genetics1
Genotype and phenotype1
Human genetics1
Infectious disease1
Marine biology1
Medical imaging1
Medical informatics1
Medicinal chemistry1
Metabarcoding1
Metabolomics1
Metatranscriptomics1
Microbial ecology1
Molecular genetics1
Nucleic acid sites, features and motifs1
Ontology and terminology1
Pathology1
Phylogenetics1
Phylogeny1
Protein binding sites1
Protein folds and structural domains1
Protein variants1
Public health and epidemiology1
Structural variation1
Translational medicine1
More...
1
Workflow matching the given criteria:
(Clear all filters)
Topic annotations:
Statistics and probability1
CausalCoxMGM
Implementation of CausalCoxMGM algorithm and scripts for analysis of simulated and real-world biomedical datasets.
Installation
To install CoxMGM and CausalCoxMGM, run the following command in the terminal:
R CMD INSTALL rCausalMGM
or alternatively:
R CMD INSTALL rCausalMGM/rCausalMGM_1.0.tar.gz
Demonstration of CausalCoxMGM with the WHAS500 dataset
First, we begin by loading the necessray R packages for this analysis.
library(rCausalMGM)
library(survival)
...