Giter VIP home page Giter VIP logo

intbt_2020's People

Watchers

 avatar

intbt_2020's Issues

Module6_Coverting_Character_Numeric

Hi TA,
How do you identify the numeric or the factor data first to replace ''Dog''? Find the following output for perusal:

b = super.fitZig.kv(physeq = phy.temp,factor = "Dog",outDir = outDir,FileName =c("1_25FC_0.2_Dog_GvsB_ASVs"),

  •   heatmap.descriptor=c("tax_annot"), main=c("Dog G vs. B, merged taxa"), subt=c("subt = FDR < 0.05,|coeff| >= 1.25, >20%+ in either group"), 
    
  •   ordered=TRUE, p=0.05, FC = 1.25, perc=0.2, extra.cols = c("Treatment"))
    

[1] "0 of 10 samples were removed due to missing data"
Default value being used.
Error in super.fitZig.kv(physeq = phy.temp, factor = "Dog", outDir = outDir, :
Dog is a character variable, please convert to numeric or factor data first

Module 5: 16S analysis pipeline - important links

Important links:

  1. Tutorial site: https://iallali.github.io/DADA2_pipeline/16SrRNA_DADA2_pipeline.html
  2. Script used in the tutorial: https://raw.githubusercontent.com/mbbu/intbt_2019/master/Module_5_16S_analysis_pipeline/dada2_pipeline_tutorial.R
  3. Required tutorial data: http://web.cbio.uct.ac.za/~gerrit/downloads/dog_stool_full.tgz
  4. RefSeq-RDP 16S database: https://zenodo.org/record/3266798/files/RefSeq-RDP16S_v3_May2018.fa.gz

Create an R project called dada2_tutorial_dog and then download the script, tutorial data and database by copying and pasting the following on the linux terminal (on the HPC's RStudio):

  • Script
    wget https://raw.githubusercontent.com/mbbu/intbt_2019/master/Module_5_16S_analysis_pipeline/dada2_pipeline_tutorial.R

  • Tutorial data
    wget http://web.cbio.uct.ac.za/~gerrit/downloads/dog_stool_full.tgz
    Note: unzip the data using the following: mkdir -p dog_samples && tar -xvzf dog_stool_full.tgz -C dog_samples

  • RefSeq-RDP database
    wget https://zenodo.org/record/3266798/files/RefSeq-RDP16S_v3_May2018.fa.gz

Module 6: 16S downstream analyses in R

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.