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

Block or report venkan

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 Loading

  1. Tools-for-Omics-Analysis Tools-for-Omics-Analysis Public

    1

  2. gtf_to_csv.R gtf_to_csv.R
    1
    rm(list=ls())
    2
    library(GenomicFeatures)
    3
    library(rtracklayer)
    4
    
                  
    5
    extractGenesOfGTF <- function(inputFile, outputGTF_File, outputCsvFile ) {
  3. TCGA metadata - To get the read leng... TCGA metadata - To get the read length, to check whether all the samples are paired-end and to get all other information for TCGA samples
    1
    library(GenomicDataCommons)
    2
    q = files() %>% 
    3
      filter(~ cases.project.project_id == 'TCGA-LIHC' & 
    4
               data_type == 'Aligned Reads' & 
    5
               experimental_strategy == 'WXS' &