Giter Club home page Giter Club logo

bioxp's Introduction

Minimal Mistakes remote theme starter

Fork this repo for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

Contains basic configuration to get you a site with:

  • Sample posts.
  • Sample top navigation.
  • Sample author sidebar with social links.
  • Sample footer links.
  • Paginated home page.
  • Archive pages for posts grouped by year, category, and tag.
  • Sample about page.
  • Sample 404 page.
  • Site wide search.

Replace sample content with your own and configure as necessary.


Troubleshooting

If you have a question about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources:

bioxp's People

Contributors

dglmoore avatar hayatehirai avatar hbsmith avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bioxp's Issues

perturbed list generation

Hello,

Thank you for the great code!
Through working with it, I have noticed two points to be fixed in relation to randomized ordered list generation.

randomize.jl line 30
sort!(cpd_masses, by= x->x[2], rev=true)
This will sort compounds in descending order of molecular mass.

randomize.jl line 56

i,j = rand(1:length(tuples),2) ## 2 random indices 
if i > j
	i,j = j,i
end

By adding the constraint, the tendency for compounds to be ordered by molecular mass is maintained after 10,000 exchange operations. Although Handorf et al. 2008 did not describe the algorithm for this part in detail, it seems that they added the constraint.

Thank you!
Hayate

Minimal Seed Set runtime issues

  1. DomainError incorrectly thrown
    In function
    function find_minimal_seed_set( rstructs::Reactions, rids::IDs, sids::IDs; tids::IDs=IDs(), write_path::Union{String,Nothing}=nothing, allowed_forward::Union{SparseVector{Bool,Int64},Nothing}=nothing, allowed_backward::Union{SparseVector{Bool,Int64},Nothing}=nothing)

the Vector(x) != ones(Int,length(cids)) && throw(DomainError("This should be a vector of all 1s of length(cids")) error was thrown, even though conditions were satisfied. I commented this out in my copy.

  1. Nothing as a subscript
    In function function loop_and_remove_seeds( sids::IDs, cids::IDs, x::SparseVector{Int64,Int64}, t::SparseVector{Int64,Int64}, R::SparseMatrixCSC{Int64,Int64}, P::SparseMatrixCSC{Int64,Int64}; allowed_forward::Union{SparseVector{Bool,Int64},Nothing}=nothing, allowed_backward::Union{SparseVector{Bool,Int64},Nothing}=nothing, skip_seed_indices::Int=0)

the for i in seed_indicies loop, specifically the x[i] = 0 line, tries to use nothing as i. To fix this, I added a line within the for loop, if i != nothing, and included all elements of the loop inside this if block.

  1. Simple write out file path
    In function function simple_write_out( path::String, x::Union{Vector{Int},SparseVector{Int64,Int64}}, t::Union{Vector{Int},SparseVector{Int64,Int64}}, cids::IDs, rids::IDs, X::Union{Vector{Vector{Int}},Vector{SparseVector{Int64,Int64}}}, Y::Union{Vector{Vector{Int}},Vector{SparseVector{Int64,Int64}}})

there is no designated file path - only a directory. I added a json extension to the open command. open(path*"output.json","w") do f

link files with different mappings

Need to add a script to create following mappings under links folder,

  • pathway_bioinformation ==> map or rn number : [class, subclass, name]

  • formula_compound ==> chemical formula : [C00001, C00002, ...]

  • atom_compound ==> atom : [C00001, C00004, ...]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.