BioJupies Generator

Ma'ayan Lab

What is BioJupies Generator?

BioJupies Generator is a Chrome extension developed by maayanlabapps, and its main feature is "Ma'ayan Lab".

Extension Screenshots

screenshot
screenshot

Download BioJupies Generator Extension CRX File

Download BioJupies Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BioJupies Generator is a Jupyter Notebooks generator that enables users to easily create, store, and deploy Jupyter Notebooks containing RNA-seq data analyses. Through an intuitive interface, novice users can rapidly generate tailored reports to analyze RNA-seq datasets from the NCBI's gene expression omnibus (GEO). The reports contain data visualization of the samples, differential expression and enrichment analyses, and querying signatures against the LINCS L1000 dataset for small molecule that can mimic or reverse signatures. By combining an intuitive user interface for notebook generation with options to generate custom analysis scripts, BioJupies Generator addresses computational needs of both experimental and computational biologists.                    

Extension Basic Information

Name BioJupies Generator BioJupies Generator
ID picalhhlpcjhonibabfigihelpmpadel
Official URL https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel
Description Ma'ayan Lab
File Size 151 KB
Installation Count 831
Current Version 1.2.4
Last Updated 2021-05-30
Publish Date 2018-04-20
Rating 5.00/5 Total 4 Ratings
Developer maayanlabapps
Email [email protected]
Payment Type free
Extension Website https://maayanlab/biojupies/
Help Page URL https://labs.icahn.mssm.edu/maayanlab/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BioJupies Generator",
    "short_name": "BioJupies",
    "version": "1.2.4",
    "description": "Ma'ayan Lab",
    "icons": {
        "720": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ncbi.nlm.nih.gov\/*",
                "http:\/\/lincsportal.ccs.miami.edu\/*",
                "http:\/\/maayanlab.cloud\/datasets2tools\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "notebook-generator.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "manifest_version": 2
}