This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from azure.identity import DefaultAzureCredential | |
from azure.mgmt.batch import BatchManagementClient | |
import os | |
from dotenv import load_dotenv | |
import sys | |
load_dotenv() | |
AZURE_SUBSCRIPTION_ID = os.getenv('AZURE_SUBSCRIPTION_ID') | |
AZURE_BATCH_RESOURCE_GROUP_NAME = os.getenv('AZURE_BATCH_RESOURCE_GROUP_NAME') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/wikiselev/easy-Report.git | |
cd easy-Report | |
Rscript easy-Report.R script.Rmd report |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Acquire the model from an SBML file | |
dataModel = CCopasiRootContainer.addDatamodel() | |
dataModel.importSBML("model_name.xml") | |
model = dataModel.getModel() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[landscape,letterpaper]{article} | |
\renewcommand{\rmdefault}{phv} % Arial | |
\setlength{\oddsidemargin}{-0.9in} | |
\setlength{\textwidth}{10.7in} | |
\setlength{\textheight}{7in} | |
\setlength{\topmargin}{-1.0in} | |
\setlength{\headsep}{0.25in} | |
\setlength{\parskip}{1.2ex} | |
\setlength{\parindent}{0mm} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new | |
load /Users/Vladimir/IGV/protein_list/protein1.BED,/Users/Vladimir/IGV/protein_list/protein2.BED # all other protein data files | |
snapshotDirectory /Users/Vladimir/IGV/snapshots/ | |
goto gene1_location | |
snapshot gene1.png | |
goto gene2_location |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Examples of the values: | |
gene1 # PTGS2 | |
gene1_full_name # Prostaglandin-endoperoxide synthase 2 (COX-2) | |
gene1_url # http://www.ncbi.nlm.nih.gov/gene/5743 | |
gene1_location # chr1:186,640,920-186,641,060 | |
gene2 | |
gene2_full_name | |
gene2_url | |
gene2_location |