Skip to content
View brianjmpark's full-sized avatar
Block or Report

Block or report brianjmpark

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. intersect_count.sh intersect_count.sh
    1
    ##takes output from bedtools intersect output tab delimted file containing all instances at which two annotations intersect 
    2
    ##bedtools intersect input of alignment.bed file and gff/gtf3 annotation 
    3
    ##script output count table of unique gene ID and number of intersect counts (collapsed under one gene id)
    4
    
                  
    5
    function count_intersect() {
  2. graph_genescf_output.R graph_genescf_output.R
    1
    #requires tab delimited output file after running genescf
    2
    #re-generates default scatterplot output from genescf with improved readability 
    3
    #requires two arguments from r console: imported raw genescf output table and name of sample group
    4
    
                  
    5
    graph_genescf <- function(table, name){